LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/source/api.rst
docs/source/conf.py
docs/source/discovery.rst
docs/source/index.rst
docs/source/reconciliation.rst
docs/source/struct.rst
docs/source/syntax_demo.svg
docs/source/tutorial.rst
docs/source/img/trie.png
docs/source/services/index.rst
docs/source/services/mapping_service.rst
docs/source/services/resolver_service.rst
src/curies/__init__.py
src/curies/__main__.py
src/curies/_pydantic_compat.py
src/curies/api.py
src/curies/cli.py
src/curies/discovery.py
src/curies/py.typed
src/curies/reconciliation.py
src/curies/resolver_service.py
src/curies/sources.py
src/curies/version.py
src/curies.egg-info/PKG-INFO
src/curies.egg-info/SOURCES.txt
src/curies.egg-info/dependency_links.txt
src/curies.egg-info/not-zip-safe
src/curies.egg-info/requires.txt
src/curies.egg-info/top_level.txt
src/curies/mapping_service/__init__.py
src/curies/mapping_service/api.py
src/curies/mapping_service/rdflib_custom.py
src/curies/mapping_service/utils.py
tests/__init__.py
tests/constants.py
tests/test_api.py
tests/test_discovery.py
tests/test_federated_sparql.py
tests/test_io.py
tests/test_mapping_service.py
tests/test_reconciliation.py
tests/test_resolver_service.py