README.md
pyproject.toml
src/tidas_tools/__init__.py
src/tidas_tools/convert.py
src/tidas_tools/export.py
src/tidas_tools/package_versions.py
src/tidas_tools/runtime_rulesets.py
src/tidas_tools/tidas_log.py
src/tidas_tools/validate.py
src/tidas_tools/validate_methodologies.py
src/tidas_tools/validation_report.py
src/tidas_tools.egg-info/PKG-INFO
src/tidas_tools.egg-info/SOURCES.txt
src/tidas_tools.egg-info/dependency_links.txt
src/tidas_tools.egg-info/entry_points.txt
src/tidas_tools.egg-info/requires.txt
src/tidas_tools.egg-info/top_level.txt
src/tidas_tools/eilcd/schemas/ILCD_Categories.xsd
src/tidas_tools/eilcd/schemas/ILCD_Common_DataTypes.xsd
src/tidas_tools/eilcd/schemas/ILCD_Common_EnumerationValues.xsd
src/tidas_tools/eilcd/schemas/ILCD_Common_Groups.xsd
src/tidas_tools/eilcd/schemas/ILCD_Common_Validation.xsd
src/tidas_tools/eilcd/schemas/ILCD_ContactDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_Documentation.xsd
src/tidas_tools/eilcd/schemas/ILCD_FlowDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_FlowPropertyDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_ILCD.xsd
src/tidas_tools/eilcd/schemas/ILCD_LCIAMethodDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_LCIAMethodologies.xsd
src/tidas_tools/eilcd/schemas/ILCD_LifeCycleModelDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_Locations.xsd
src/tidas_tools/eilcd/schemas/ILCD_ProcessDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_SourceDataSet.xsd
src/tidas_tools/eilcd/schemas/ILCD_UnitGroupDataSet.xsd
src/tidas_tools/eilcd/schemas/xml.xsd
src/tidas_tools/eilcd/stylesheets/ILCDClassification_Reference.xml
src/tidas_tools/eilcd/stylesheets/ILCDFlowCategorization_Reference.xml
src/tidas_tools/eilcd/stylesheets/ILCDLCIAMethodologies_Reference.xml
src/tidas_tools/eilcd/stylesheets/ILCDLocations_Reference.xml
src/tidas_tools/eilcd/stylesheets/common.xsl
src/tidas_tools/eilcd/stylesheets/compliance_1.1.xsl
src/tidas_tools/eilcd/stylesheets/contact2html.xsl
src/tidas_tools/eilcd/stylesheets/dataset-common.xsl
src/tidas_tools/eilcd/stylesheets/display-common.xsl
src/tidas_tools/eilcd/stylesheets/flow2html.xsl
src/tidas_tools/eilcd/stylesheets/flowproperty2html.xsl
src/tidas_tools/eilcd/stylesheets/ilcd2xls.xsl
src/tidas_tools/eilcd/stylesheets/lciamethod2html.xsl
src/tidas_tools/eilcd/stylesheets/process2html.xsl
src/tidas_tools/eilcd/stylesheets/reference_types.xml
src/tidas_tools/eilcd/stylesheets/source2html.xsl
src/tidas_tools/eilcd/stylesheets/unitTests.xsl
src/tidas_tools/eilcd/stylesheets/unitgroup2html.xsl
src/tidas_tools/eilcd/stylesheets/validate.xsl
src/tidas_tools/import_lca/__init__.py
src/tidas_tools/import_lca/cli.py
src/tidas_tools/import_lca/detect.py
src/tidas_tools/import_lca/errors.py
src/tidas_tools/import_lca/mapping_csv.py
src/tidas_tools/import_lca/process_bundles.py
src/tidas_tools/import_lca/report.py
src/tidas_tools/import_lca/adapters/__init__.py
src/tidas_tools/import_lca/adapters/base.py
src/tidas_tools/import_lca/adapters/ecospold1.py
src/tidas_tools/import_lca/adapters/ecospold2.py
src/tidas_tools/import_lca/adapters/openlca_jsonld.py
src/tidas_tools/import_lca/adapters/openlca_process_xlsx.py
src/tidas_tools/import_lca/adapters/simapro_csv.py
src/tidas_tools/import_lca/adapters/xml_trace.py
src/tidas_tools/import_lca/model/__init__.py
src/tidas_tools/import_lca/model/entities.py
src/tidas_tools/import_lca/store/__init__.py
src/tidas_tools/import_lca/store/memory.py
src/tidas_tools/import_lca/writers/__init__.py
src/tidas_tools/import_lca/writers/ilcd_bridge.py
src/tidas_tools/import_lca/writers/tidas_json.py
src/tidas_tools/import_lca/writers/tidas_package.py
src/tidas_tools/tidas/methodologies/runtime_rulesets.json
src/tidas_tools/tidas/methodologies/runtime_rulesets.schema.json
src/tidas_tools/tidas/methodologies/tidas_flows.yaml
src/tidas_tools/tidas/methodologies/tidas_processes.yaml
src/tidas_tools/tidas/schemas/tidas_contacts.json
src/tidas_tools/tidas/schemas/tidas_contacts_category.json
src/tidas_tools/tidas/schemas/tidas_data_types.json
src/tidas_tools/tidas/schemas/tidas_flowproperties.json
src/tidas_tools/tidas/schemas/tidas_flowproperties_category.json
src/tidas_tools/tidas/schemas/tidas_flows.json
src/tidas_tools/tidas/schemas/tidas_flows_elementary_category.json
src/tidas_tools/tidas/schemas/tidas_flows_product_category.json
src/tidas_tools/tidas/schemas/tidas_lciamethods.json
src/tidas_tools/tidas/schemas/tidas_lciamethods_category.json
src/tidas_tools/tidas/schemas/tidas_lifecyclemodels.json
src/tidas_tools/tidas/schemas/tidas_locations_category.json
src/tidas_tools/tidas/schemas/tidas_processes.json
src/tidas_tools/tidas/schemas/tidas_processes_category.json
src/tidas_tools/tidas/schemas/tidas_sources.json
src/tidas_tools/tidas/schemas/tidas_sources_category.json
src/tidas_tools/tidas/schemas/tidas_unitgroups.json
src/tidas_tools/tidas/schemas/tidas_unitgroups_category.json
tests/test_import_lca_cli.py
tests/test_import_lca_detect.py
tests/test_import_lca_ecospold1.py
tests/test_import_lca_ecospold2.py
tests/test_import_lca_mapping_csv.py
tests/test_import_lca_openlca_jsonld.py
tests/test_import_lca_process_xlsx.py
tests/test_import_lca_report.py
tests/test_import_lca_simapro_csv.py
tests/test_package_versions.py
tests/test_runtime_rulesets.py
tests/test_validate.py