LICENSE
README.md
pyproject.toml
apysource/__init__.py
apysource/_defaults.py
apysource/api.py
apysource/config.py
apysource/diagnostics.py
apysource/documents.py
apysource/emit.py
apysource/formats.py
apysource/graph.py
apysource/http.py
apysource/namespaces.py
apysource/patterns.py
apysource/py.typed
apysource/resolution.py
apysource/results.py
apysource/schema.py
apysource/sections.py
apysource/shapes.py
apysource/sources.py
apysource/verification.py
apysource/yaml_input.py
apysource.egg-info/PKG-INFO
apysource.egg-info/SOURCES.txt
apysource.egg-info/dependency_links.txt
apysource.egg-info/entry_points.txt
apysource.egg-info/requires.txt
apysource.egg-info/top_level.txt
apysource/cli/__init__.py
apysource/cli/__main__.py
apysource/cli/_base.py
apysource/cli/add.py
apysource/cli/check_sources.py
apysource/cli/emit.py
apysource/cli/locate.py
apysource/cli/validate.py
apysource/repos/__init__.py
apysource/repos/_base.py
apysource/repos/archive.py
apysource/repos/errors.py
apysource/repos/gutenberg.py
apysource/repos/gutenberg_bible.py
apysource/repos/gutenberg_classical.py
apysource/repos/mdn.py
apysource/repos/wikisource.py
apysource/repos/wiktionary.py
apysource/vocab/shapes.ttl
apysource/vocab/vocab.ttl
tests/test_api.py
tests/test_cite_sites.py
tests/test_cli.py
tests/test_config.py
tests/test_diagnostics.py
tests/test_documents.py
tests/test_emit.py
tests/test_formats.py
tests/test_graph.py
tests/test_http.py
tests/test_main.py
tests/test_namespaces.py
tests/test_patterns.py
tests/test_repos.py
tests/test_repos_base.py
tests/test_repos_mdn.py
tests/test_repos_modules.py
tests/test_resolution.py
tests/test_sections.py
tests/test_sections_fixtures.py
tests/test_shapes.py
tests/test_sources.py
tests/test_verification.py
tests/test_yaml_input.py