Skip to content

robotframework-thailand/robotframework-mongodb-library

 
 

Repository files navigation

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

About

A library for interacting with MongoDB from RobotFramework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Makefile 3.8%