Metadata-Version: 2.0
Name: shardmonster
Version: 0.7.1
Summary: A python package for making it possible to do sharding inside your Python code
Home-page: UNKNOWN
Author: Colin Howe
Author-email: colinthehowe@nospam.gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pymongo (>=3.1)

Shardmonster
============

A tool for managing sharding of Mongo using pure Python. Crucially, allows for
multi-version clusters of Mongo. Useful for upgrades.


Docs available at http://shardmonster.readthedocs.org/en/latest/


