LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
setup.cfg
examples/example_module.py
examples/docs/api.rst
examples/docs/conf.py
examples/docs/index.rst
examples/docs/manual_schemas.rst
examples/schemas/User.create.schema.json
examples/schemas/User.example.json
examples/schemas/User.update.schema.json
examples/schemas/process_data.schema.json
src/jsoncrack_for_sphinx/__init__.py
src/jsoncrack_for_sphinx/config.py
src/jsoncrack_for_sphinx/extension.py
src/jsoncrack_for_sphinx/fixtures.py
src/jsoncrack_for_sphinx/utils.py
src/jsoncrack_for_sphinx.egg-info/PKG-INFO
src/jsoncrack_for_sphinx.egg-info/SOURCES.txt
src/jsoncrack_for_sphinx.egg-info/dependency_links.txt
src/jsoncrack_for_sphinx.egg-info/entry_points.txt
src/jsoncrack_for_sphinx.egg-info/requires.txt
src/jsoncrack_for_sphinx.egg-info/top_level.txt
src/jsoncrack_for_sphinx/static/jsoncrack-schema.css
src/jsoncrack_for_sphinx/static/jsoncrack-sphinx.js
tests/conftest.py
tests/test_additional.py
tests/test_compatibility.py
tests/test_config.py
tests/test_documentation.py
tests/test_extension.py
tests/test_fixtures.py
tests/test_integration.py
tests/test_package.py
tests/test_performance.py
tests/test_static.py
tests/test_utils.py