Skip to content

bestianerp/OmMongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmMongo

Documentation Status Build Status Coverage Status Python Version Support

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

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

About

OmMongo is object relational mapping for MongoDB, forked from MongoAlchemy project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages