LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/json_entity.egg-info/PKG-INFO
src/json_entity.egg-info/SOURCES.txt
src/json_entity.egg-info/dependency_links.txt
src/json_entity.egg-info/requires.txt
src/json_entity.egg-info/top_level.txt
src/sjd/__init__.py
src/sjd/py.typed
src/sjd/_/__init__.py
src/sjd/_/_type_alias.py
src/sjd/database/__init__.py
src/sjd/database/_collection.py
src/sjd/database/_configuration.py
src/sjd/database/_descriptors.py
src/sjd/database/_engine.py
src/sjd/entity/__init__.py
src/sjd/entity/_entity.py
src/sjd/entity/_property.py
src/sjd/entity/properties/__init__.py
src/sjd/entity/properties/_bool_property.py
src/sjd/entity/properties/_complex_property.py
src/sjd/entity/properties/_float_property.py
src/sjd/entity/properties/_int_property.py
src/sjd/entity/properties/_list_property.py
src/sjd/entity/properties/_optional_property.py
src/sjd/entity/properties/_property_grabber.py
src/sjd/entity/properties/_str_property.py
src/sjd/query/__init__.py
src/sjd/query/_query.py
src/sjd/query/_queryable.py
src/sjd/serialization/__init__.py
src/sjd/serialization/_deserializer.py
src/sjd/serialization/_serializable.py
src/sjd/serialization/_serializer.py
src/sjd/serialization/_shared.py