File based MongoDB server with pymongo compatible API.
Project description
LiteMongo
About
LiteMongo provides a drop-in replacement for pymongo
without the need for a MongoDB server.
The database is stored on disk, making this an ideal tool for projects that require small MongoDB databases without wanting to go to the effort of installing the official server.
This is all made possible by building on top of the wonderful Mongomock library.
Development
Tests
Simply run pytest
. For more detailed output, including test coverage:
pytest -vv --cov=. --cov-report term-missing
Contributing
If you would like to contribute to the project:
- if you're making code contributions, please try and write some tests to accompany your code, and ensure that the tests pass.
- commit your changes via
cz commit
. Follow the prompts. When you're done,pre-commit
will be invoked to ensure that your contributions and commits follow defined conventions. Seepre-commit-config.yaml
for more details. - your commit messages should follow the conventions described here. Write your commit message in the imperative: "Fix bug" and not "Fixed bug" or "Fixes bug." This convention matches up with commit messages generated by commands like
git merge
andgit revert
. Once you are done, please send a merge request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
litemongo-0.1.4.tar.gz
(175.1 kB
view details)
Built Distribution
litemongo-0.1.4-py3-none-any.whl
(73.9 kB
view details)
File details
Details for the file litemongo-0.1.4.tar.gz
.
File metadata
- Download URL: litemongo-0.1.4.tar.gz
- Upload date:
- Size: 175.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3309b7e23b46930ea19d8ef08c57e632284180825f8c54ece6f3302f2e588d7 |
|
MD5 | 706769e5392903beb47018a73f8622a2 |
|
BLAKE2b-256 | 58f83d88d66b08d8c18a13452be0877661440b6a079386f73338299ee4bab344 |
Provenance
File details
Details for the file litemongo-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: litemongo-0.1.4-py3-none-any.whl
- Upload date:
- Size: 73.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c8f267548f18a0689269158d871bb87d13f8d0d8364d02d8cecf6d797de66f0 |
|
MD5 | bcc2252fe109ba00aeb13b27fcc4cdb3 |
|
BLAKE2b-256 | 66c350aea621129057fdfac0935ae1d37c4fafb12697761828f2fb8fed9e7920 |