Python object storage with versioning made simple


Keywords
database, schemaless, nosql, orm, object-store, concurrent, optimistic-locking
License
LGPL-3.0
Install
pip install mincepy==0.16.2

Documentation

mincePy

Coverage Travis CI Latest Version

mincePy: move the database to one side and let your objects take centre stage.

MincePy is an object-document mapper (ORM) using the data mapper pattern designed specifically for computational and data science. What does this all mean?? It's simple really, it means you can store, find, get the history of and annotate any of your python objects either in your local database or one shared with your collaborators.

See documentation for more information.