.gitignore
LICENCE.md
README.md
_config.yml
pyproject.toml
requirements.txt
run_example.py
.github/workflows/publish_to_pypi.yml
_layouts/default.html
docs/document_conversion.md
docs/getting_started.md
examples/file_conversions/Testing Docx document.docx
examples/input_documents/ESEF-ixbrl-2.json
examples/input_documents/ESEF-ixbrl.json
examples/input_documents/stylesheet.css
examples/input_documents/xbrl.json
examples/result/.gitkeep
images/High-quality.webp
images/logo.svg
images/logo.webp
src/xbrl_forge/__init__.py
src/xbrl_forge/__main__.py
src/xbrl_forge.egg-info/PKG-INFO
src/xbrl_forge.egg-info/SOURCES.txt
src/xbrl_forge.egg-info/dependency_links.txt
src/xbrl_forge.egg-info/requires.txt
src/xbrl_forge.egg-info/top_level.txt
src/xbrl_forge/file_conversion/BaseLoader.py
src/xbrl_forge/file_conversion/DocxLoader.py
src/xbrl_forge/file_conversion/__init__.py
src/xbrl_forge/schemas/input/wrapper.schema.json
src/xbrl_forge/schemas/input/general/xml-element.schema.json
src/xbrl_forge/schemas/input/reports/applied-tag.schema.json
src/xbrl_forge/schemas/input/reports/context.schema.json
src/xbrl_forge/schemas/input/reports/dimension.schema.json
src/xbrl_forge/schemas/input/reports/report.schema.json
src/xbrl_forge/schemas/input/reports/unit.schema.json
src/xbrl_forge/schemas/input/reports/content/all-contents.schema.json
src/xbrl_forge/schemas/input/reports/content/base-xbrl.schema.json
src/xbrl_forge/schemas/input/reports/content/image.schema.json
src/xbrl_forge/schemas/input/reports/content/list.schema.json
src/xbrl_forge/schemas/input/reports/content/paragraph.schema.json
src/xbrl_forge/schemas/input/reports/content/table.schema.json
src/xbrl_forge/schemas/input/reports/content/title.schema.json
src/xbrl_forge/schemas/input/taxonomies/element-labels.schema.json
src/xbrl_forge/schemas/input/taxonomies/entrypoint.schema.json
src/xbrl_forge/schemas/input/taxonomies/metadata.schema.json
src/xbrl_forge/schemas/input/taxonomies/role.schema.json
src/xbrl_forge/schemas/input/taxonomies/taxonomy-element.schema.json
src/xbrl_forge/schemas/input/taxonomies/taxonomy.schema.json
src/xbrl_forge/schemas/input/taxonomies/relationships/calculation.schema.json
src/xbrl_forge/schemas/input/taxonomies/relationships/definition.schema.json
src/xbrl_forge/schemas/input/taxonomies/relationships/presentation.schema.json
src/xbrl_forge/utils/schema_validation.py
src/xbrl_forge/xbrl_generation/ContentDataclasses.py
src/xbrl_forge/xbrl_generation/ElementRender.py
src/xbrl_forge/xbrl_generation/HtmlProducer.py
src/xbrl_forge/xbrl_generation/InputData.py
src/xbrl_forge/xbrl_generation/PackageDataclasses.py
src/xbrl_forge/xbrl_generation/TaxonomyDataclasses.py
src/xbrl_forge/xbrl_generation/TaxonomyProducer.py
src/xbrl_forge/xbrl_generation/XbrlProducer.py
src/xbrl_forge/xbrl_generation/utils.py