.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/to_json_schema/__init__.py
src/to_json_schema/combine.py
src/to_json_schema/constants.py
src/to_json_schema/to_json_schema.py
src/to_json_schema/utils.py
src/to_json_schema.egg-info/PKG-INFO
src/to_json_schema.egg-info/SOURCES.txt
src/to_json_schema.egg-info/dependency_links.txt
src/to_json_schema.egg-info/not-zip-safe
src/to_json_schema.egg-info/requires.txt
src/to_json_schema.egg-info/top_level.txt
tests/conftest.py
tests/test_to_json_schema.py