.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
.pylintrc
.yamllint
LICENSE
README.md
codecov.yml
constraints.txt
pyproject.toml
setup.cfg
tox.ini
.github/CODEOWNERS
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
src/schemastore/__init__.py
src/schemastore/__main__.py
src/schemastore/cache.sqlite
src/schemastore/py.typed
src/schemastore.egg-info/PKG-INFO
src/schemastore.egg-info/SOURCES.txt
src/schemastore.egg-info/dependency_links.txt
src/schemastore.egg-info/entry_points.txt
src/schemastore.egg-info/not-zip-safe
src/schemastore.egg-info/requires.txt
src/schemastore.egg-info/top_level.txt
test/test_jsonschema.py