A library for interacting with MongoDB from RobotFramework.
Uses pymongo.
See LICENSE file for updated license information
You can install by pulling down source and executing the following:
''' sudo python setup.py install '''
For the detail keyword documentation. Go to this following link:
https://robotframework-thailand.github.io/robotframework-mongodb-library/
$ pip install -U setuptools wheel
$ python setup.py sdist bdist_wheel
$ pip install twine
$ python3 setup.py sdist bdist_wheel
chmod 600 ~/.pypirc
twine upload --repository testpypi dist/*
twine upload --repository pypi dist/*