-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: setup shell for issuesà * refactor: Finish signature of importers with errors returned * refactor: started adding errors * refactor: fix overload signatures * refactor: moved properties and renaming * refactor; setup all basic exceptions * refactor: fix imports and move test * fix: wrong init' * tests: spreadsheet not existing * tests: setup failing test for property * refactor: setup mechanism for catching pydantic errors * refactor; setup invalid data classes * tests: Finished test * refactor: better parsing * refactor: correct location of error * tests; generalized tests * tests: Upgraded all tests * refactor: restructure to handle all content errors * refactor: introduce validation package * refactor: Moved all errors into validation package * refactor: plural name * fix: parsing of inconsistency container definitons * refactor: catching MultiValueError * refactor: handle inconsistent conainer error * refactor: make private * fix: missing import * refactor: as_errors implementation * refactor: added missing messages
- Loading branch information
Showing
29 changed files
with
981 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from ._rules2dms import DMSExporter | ||
from ._rules2dms import CDFExporter, DMSExporter | ||
from ._rules2ontology import GraphExporter, OWLExporter, SemanticDataModelExporter, SHACLExporter | ||
|
||
__all__ = ["DMSExporter"] | ||
__all__ = ["DMSExporter", "CDFExporter", "SemanticDataModelExporter", "OWLExporter", "GraphExporter", "SHACLExporter"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.