.editorconfig
.gitignore
.pre-commit-config.yaml
.secrets.baseline
LICENSE
MANIFEST.in
README.md
mypy
pyproject.toml
setup.cfg
tox.ini
.github/workflows/justobjects.yaml
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/conftest.py
tests/unit/test_decorators.py
tests/unit/test_jsontypes.py