Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 721 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 721 Bytes

Robotframework-MongoDB-Library

A library for interacting with MongoDB from RobotFramework.

Uses pymongo.

License

See LICENSE file for updated license information

Install

You can install by pulling down source and executing the following:

''' sudo python setup.py install '''

Documentation

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/*