DynamoDB plugin for fdbk
Project description
fdbk_dynamodb_plugin
AWS Dynamo DB wrapper for fdbk.
Installation
Run:
pip install fdbk_dynamodb_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_dynamodb_plugin
autopep8 -aaar --in-place fdbk_dynamodb_plugin
Run static analysis with:
pylint -E --enable=invalid-name,unused-import,useless-object-inheritance fdbk_dynamodb_plugin
Run unit tests with command:
python3 -m unittest discover -s tst/
Get test coverage with commands:
coverage run --branch --source fdbk_dynamodb_plugin/ -m unittest discover -s tst/
coverage report -m
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for fdbk_dynamodb_plugin-0.0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 416581acfba0f1defd9decd299c5aa67d03f8a643b2fd349048cf03aeea24186 |
|
MD5 | d38b6a75d64e163f419a2c229aeb3c23 |
|
BLAKE2b-256 | 9a8bb9abd3e38a22b7ab47454dfc6189fbad76f54926ea0bd5891950a03354bc |