.editorconfig
.gitignore
.pre-commit-config.yaml
.secrets.baseline
LICENSE
MANIFEST.in
README.rst
mypy
pyproject.toml
setup.cfg
tox.ini
.github/workflows/justobjects.yaml
docs/Makefile
docs/make.bat
docs/examples/objects_with_jo.py
docs/examples/objects_with_typings.py
docs/source/conf.py
docs/source/decorators.rst
docs/source/index.rst
docs/source/jsontypes.rst
docs/source/schemas.rst
src/justobjects/__init__.py
src/justobjects/decorators.py
src/justobjects/jsontypes.py
src/justobjects/schemas.py
src/justobjects/typings.py
src/justobjects.egg-info/PKG-INFO
src/justobjects.egg-info/SOURCES.txt
src/justobjects.egg-info/dependency_links.txt
src/justobjects.egg-info/requires.txt
src/justobjects.egg-info/top_level.txt
src/justobjects.egg-info/zip-safe
tests/__init__.py
tests/conftest.py
tests/models.py
tests/integration/test_basic_usage.py
tests/unit/test_decorators.py
tests/unit/test_jsontypes.py