.editorconfig
.gitignore
.pre-commit-config.yaml
.secrets.baseline
.travis.yml
LICENSE
MANIFEST.in
README.rst
mypy
pyproject.toml
setup.cfg
tox.ini
.github/workflows/psqlgml.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
schemas/gdcdictionary/2.4.1-rc.1/schema.json
schemas/gdcdictionary/2.4.1-rc.1/schema.yaml
src/psqlgml/__init__.py
src/psqlgml/cli.py
src/psqlgml/dictionary.py
src/psqlgml/py.typed
src/psqlgml/repository.py
src/psqlgml/resources.py
src/psqlgml/schema.py
src/psqlgml/types.py
src/psqlgml/typings.py
src/psqlgml/validators.py
src/psqlgml/visualization.py
src/psqlgml.egg-info/PKG-INFO
src/psqlgml.egg-info/SOURCES.txt
src/psqlgml.egg-info/dependency_links.txt
src/psqlgml.egg-info/entry_points.txt
src/psqlgml.egg-info/requires.txt
src/psqlgml.egg-info/top_level.txt
src/psqlgml.egg-info/zip-safe
src/psqlgml/templates/schema.jinja2
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/data/simple_valid.json
tests/data/simple_valid.yaml
tests/data/dictionary/mini.yaml
tests/data/dictionary/0.1.0/_definitions.yaml
tests/data/dictionary/0.1.0/_terms.yaml
tests/data/dictionary/0.1.0/_terms_enum.yaml
tests/data/dictionary/0.1.0/case.yaml
tests/data/dictionary/0.1.0/metaschema.yaml
tests/data/dictionary/0.1.0/program.yaml
tests/data/dictionary/0.1.0/project.yaml
tests/data/invalid/association.yaml
tests/data/invalid/duplicated_def.yaml
tests/data/invalid/invalid.yaml
tests/data/invalid/undefined_link.yaml
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_dictionary.py
tests/integration/test_public_api.py
tests/integration/test_script.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_dictionary.py
tests/unit/test_repository.py
tests/unit/test_resources.py
tests/unit/test_schema.py
tests/unit/test_validators.py
tests/unit/test_visualization.py