Liwink / mongokat

Lightweight MongoDB ORM/ODM in Python

Home Page:http://mongokat.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoKat

MongoKat is a minimalist MongoDB ORM/ODM, inspired by the "hands off" API of MongoKit.

See http://mongokat.readthedocs.org/ for documentation, code samples and API reference.

Tests

Circle CI

You can just do make test to run the tests after setting up your environment (make virtualenv might help)

Alternatively, you can use make docker_test to run tests inside a Docker image, without worrying about installing MongoDB on your machine.

Contributing

We'll be happy to review any pull requests!

TODO

See the GitHub issues for a list of the features we'd like to add!

Docs

To edit the docs with livereload:

cd docs
make serve

Credits

About

Lightweight MongoDB ORM/ODM in Python

http://mongokat.readthedocs.org/

License:MIT License


Languages

Language:Python 50.6%Language:C 49.0%Language:Makefile 0.4%