Metadata-Version: 1.1
Name: Flask-PyMongo
Version: 0.2.1
Summary: PyMongo support for Flask applications
Home-page: http://flask-pymongo.readthedocs.org/
Author: Dan Crosta
Author-email: dcrosta@late.am
License: BSD
Download-URL: https://github.com/dcrosta/flask-pymongo/tags
Description: 
        Flask-PyMongo
        -------------
        
        PyMongo support for Flask applications.
        
        Installation
        ============
        
        Flask-PyMongo is pip-installable:
        
            pip install Flask-PyMongo
        
        You can install the latest development snapshot like so:
        
            pip install http://github.com/dcrosta/flask-pymongo/tarball/master#egg=Flask-PyMongo-dev
        
        Upgrading
        ~~~~~~~~~
        
        - Version 0.2.0 introduced a dependency on PyMongo version 2.4 or later, and
          introduced some potential backwards-breaking changes. Please review the
          `Changelog <http://flask-pymongo.readthedocs.org/en/latest/#history-and-contributors>`_
          carefully before upgrading.
        
        Development
        ===========
        
        Source code is hosted in `GitHub <https://github.com/dcrosta/flask-pymongo>`_
        (contributions are welcome!)
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
