fdbk_mongodb_plugin
MongoDB wrapper for fdbk.
Installation
Run:
pip install fdbk_mongodb_plugin
to install from PyPI or download this repository and run
python setup.py install
to install from sources.
Testing
Check and automatically fix formatting with:
pycodestyle fdbk_mongodb_plugin
autopep8 -aaar --in-place fdbk_mongodb_plugin
Run static analysis with:
pylint -E --enable=invalid-name,unused-import,useless-object-inheritance fdbk_mongodb_plugin
Run unit tests with command:
python3 -m unittest discover -s tst/
Get test coverage with commands:
coverage run --branch --source fdbk_mongodb_plugin/ -m unittest discover -s tst/
coverage report -m
Release files for fdbk-mongodb-plugin 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fdbk_mongodb_plugin-3.0.0.tar.gz | 2.8 kB | Details |
Release files / fdbk_mongodb_plugin-3.0.0.tar.gz
| Download URL | fdbk_mongodb_plugin-3.0.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
935761c6dcccbe90b3ad44ef32bf6df8dcb4fef2f3ef694f90b31e6dc6f6ff03
|
|
BLAKE2b-256 checksum How to use checksums |
cd1a8b4a15b7f21967f434cbce5c44aaee82990793266534cb1fcc21cb9efe33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.1
|