.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py.discard
.github/workflows/pypi-publish.yml
.github/workflows/pypi-publish.yml.discard
src/mongodesu/__init__.py
src/mongodesu/mongolib.py
src/mongodesu.egg-info/PKG-INFO
src/mongodesu.egg-info/SOURCES.txt
src/mongodesu.egg-info/dependency_links.txt
src/mongodesu.egg-info/requires.txt
src/mongodesu.egg-info/top_level.txt
src/mongodesu/fields/__init__.py
src/mongodesu/fields/base.py
src/mongodesu/fields/types.py
src/mongodesu/serializable/__init__.py
src/mongodesu/serializable/serializable.py
tests/test_all_fields.py
tests/test_crud.py
tests/test_default.py
tests/test_find_once.py
tests/test_insert_one_validation.py
tests/test_multiple_connection.py
tests/test_return_model_instance.py