.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.vscode/settings.json
simple_mongodb/__init__.py
simple_mongodb/base_collection.py
simple_mongodb/exceptions.py
simple_mongodb/index.py
simple_mongodb/mongodb_client.py
simple_mongodb/py.typed
simple_mongodb.egg-info/PKG-INFO
simple_mongodb.egg-info/SOURCES.txt
simple_mongodb.egg-info/dependency_links.txt
simple_mongodb.egg-info/requires.txt
simple_mongodb.egg-info/top_level.txt
tests/__init__.py
tests/test_base_collection.py