Metadata-Version: 1.1
Name: jaraco.mongodb
Version: 2.6
Summary: Routines and classes supporting MongoDB environments
Home-page: https://bitbucket.org/jaraco/jaraco.mongodb
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: jaraco.mongodb
        ==============
        
        `Documentation <https://pythonhosted.org/jaraco.mongodb>`_
        
        Provides support for MongoDB environments.
        
        sessions
        --------
        
        ``jaraco.mongodb.sessions`` implements a CherryPy Sessions store backed by
        MongoDB.
        
        By default, the session store will handle sessions with any objects that can
        be inserted into a MongoDB collection naturally.
        
        To support richer objects, one may configure the codec to use ``jaraco.modb``.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
