https://github.com/bestianerp/ommongo
OmMongo is object relational mapping for MongoDB, forked from MongoAlchemy project.
https://github.com/bestianerp/ommongo
mongodb-orm python3
Last synced: 5 months ago
JSON representation
OmMongo is object relational mapping for MongoDB, forked from MongoAlchemy project.
- Host: GitHub
- URL: https://github.com/bestianerp/ommongo
- Owner: bestianerp
- License: mit
- Created: 2017-03-08T03:13:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T01:30:20.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T18:18:48.028Z (over 1 year ago)
- Topics: mongodb-orm, python3
- Language: Python
- Homepage:
- Size: 518 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OmMongo
[](http://ommongo.readthedocs.io/en/latest/?badge=latest)
[](https://travis-ci.org/bapakode/OmMongo)
[](https://coveralls.io/github/bapakode/OmMongo?branch=master)
[](https://www.python.org/)
OmMongo is Object Relational Mapping for MongoDB, this project is forked from MongoAlchemy project.
--------
### Installation
Install using Python PIP
sudo pip install OmMongo
or download this repository and run setup.py
sudo python setup.py install
### Documentation
The documentation can be found here [https://ommongo.readthedocs.io/en/latest/index.html](https://ommongo.readthedocs.io/en/latest/index.html "OmMongo Documentation")
### Test
sudo pip install -r requirements.testing.txt
Test setup.py
coverage run --source=ommongo setup.py test
Nose Tests
nosetests --cover-tests --cover-erase --with-coverage --cover-package ommongo