LICENSE
MANIFEST.in
README.md
pyproject.toml
otlmow_converter/AbstractExporter.py
otlmow_converter/AbstractImporter.py
otlmow_converter/AssetFactory.py
otlmow_converter/DotnotationDict.py
otlmow_converter/DotnotationDictConverter.py
otlmow_converter/DotnotationHelper.py
otlmow_converter/FileExporter.py
otlmow_converter/FileImporter.py
otlmow_converter/HelperFunctions.py
otlmow_converter/OtlmowConverter.py
otlmow_converter/SettingsManager.py
otlmow_converter/__init__.py
otlmow_converter/settings_otlmow_converter.json
otlmow_converter.egg-info/PKG-INFO
otlmow_converter.egg-info/SOURCES.txt
otlmow_converter.egg-info/dependency_links.txt
otlmow_converter.egg-info/requires.txt
otlmow_converter.egg-info/top_level.txt
otlmow_converter/Exceptions/BadTypeWarning.py
otlmow_converter/Exceptions/DotnotationListOfListError.py
otlmow_converter/Exceptions/ExceptionsGroup.py
otlmow_converter/Exceptions/FailedToImportFileError.py
otlmow_converter/Exceptions/InvalidColumnNamesInExcelTabError.py
otlmow_converter/Exceptions/InvalidExtensionError.py
otlmow_converter/Exceptions/NoTypeUriInExcelTabError.py
otlmow_converter/Exceptions/NoTypeUriInTableError.py
otlmow_converter/Exceptions/TypeUriNotInFirstRowError.py
otlmow_converter/Exceptions/UnknownExcelError.py
otlmow_converter/Exceptions/__init__.py
otlmow_converter/FileFormats/CsvExporter.py
otlmow_converter/FileFormats/CsvImporter.py
otlmow_converter/FileFormats/DotnotationTableConverter.py
otlmow_converter/FileFormats/ExcelExporter.py
otlmow_converter/FileFormats/ExcelImporter.py
otlmow_converter/FileFormats/GeoJSONExporter.py
otlmow_converter/FileFormats/GeoJSONImporter.py
otlmow_converter/FileFormats/JsonDecoder.py
otlmow_converter/FileFormats/JsonExporter.py
otlmow_converter/FileFormats/JsonImporter.py
otlmow_converter/FileFormats/JsonLdContext.py
otlmow_converter/FileFormats/JsonLdDecoder.py
otlmow_converter/FileFormats/JsonLdExporter.py
otlmow_converter/FileFormats/JsonLdImporter.py
otlmow_converter/FileFormats/PandasConverter.py
otlmow_converter/FileFormats/RDFExporter.py
otlmow_converter/FileFormats/TtlExporter.py
otlmow_converter/FileFormats/__init__.py