Skip to content

Commit

Permalink
put the requested changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
nimshi89 committed Feb 28, 2023
1 parent 5a331c4 commit 7950764
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/csvcubed/models/rdf/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Contains Models for mapping data to RDF which are unique to the `csvcubed` package.
"""
6 changes: 6 additions & 0 deletions src/csvcubed/readers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""
Readers
-------
Read from the outputs generated by this tool (e.g. CSV-W skos codelists or CSV-qbs).
"""
3 changes: 3 additions & 0 deletions src/csvcubed/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
General utility functions for the :mod:`csvcubed` project.
"""
3 changes: 3 additions & 0 deletions src/csvcubed/utils/qb/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Utilities which are qb-specific.
"""
3 changes: 3 additions & 0 deletions src/csvcubed/utils/sparql_handler/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
General utility functions sparql query handling for the :mod:`csvcubed` project.
"""
3 changes: 3 additions & 0 deletions src/csvcubed/utils/validators/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
pydantic validators for attributes on models.
"""
6 changes: 6 additions & 0 deletions src/csvcubed/writers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""
Writers
-------
Write to output formats like CSV-qb.
"""

0 comments on commit 7950764

Please sign in to comment.