Metadata-Version: 1.0
Name: pyramid-mongokit
Version: 0.1
Summary: Pyramid Mongokit Extension
Home-page: UNKNOWN
Author: Hadrien David
Author-email: hadrien@ectobal.com
License: UNKNOWN
Description: pyramid_mongokit
        ################
        
        A simple Pyramid extension that registers a mongokit connection as an
        attribute of the request object.
        
        Expects ``MONGO_URI`` in ``os.environ``.
        
        If provided as environment variables, ``MONGO_DB_PREFIX`` will be used as
        prefix for any databases and ``MONGO_DB_NAME`` for database name.
        
        Source code & example on https://github.com/hadrien/pyramid_mongokit
        
        
Platform: UNKNOWN
