Metadata-Version: 1.1
Name: Momoko
Version: 2.0.0
Summary: Momoko wraps Psycopg2's functionality for use in Tornado.
Home-page: http://momoko.61924.nl/
Author: Frank Smit & Zaar Hai
Author-email: frank@61924.nl
License: MIT
Description: Momoko
        ======
        
        .. image:: https://img.shields.io/pypi/v/momoko.svg
            :target: https://pypi.python.org/pypi/momoko
        
        .. image:: https://img.shields.io/pypi/dm/momoko.svg
                :target: https://pypi.python.org/pypi/momoko
        
        .. image:: https://img.shields.io/travis/FSX/momoko.svg
                :target: https://travis-ci.org/FSX/momoko
        
        Momoko wraps Psycopg2_'s functionality for use in Tornado_. Have a look at tutorial_ or full documentation_.
        
        **Important:** This is the 2.x version of Momoko. It uses futures instead of calllbacks
        and introduces slightly different API compared to 1.x version. While trasition is very
        straight forward, the API is not backward compatible with 1.x!
        
        .. _Psycopg2: http://initd.org/psycopg/
        .. _Tornado: http://www.tornadoweb.org/
        .. _tutorial: http://momoko.readthedocs.org/en/master/tutorial.html
        .. _documentation: http://momoko.readthedocs.org/en/master
        
        
        Installation
        ------------
        
        With pip::
        
            pip install momoko
        
        Or manually::
        
            python setup.py install
        
        
        Testing
        -------
        
        Set the following environment variables with your own values before running the
        unit tests::
        
            export MOMOKO_TEST_DB='your_db'
            export MOMOKO_TEST_USER='your_user'
            export MOMOKO_TEST_PASSWORD='your_password'
            export MOMOKO_TEST_HOST='localhost'
            export MOMOKO_TEST_PORT='5432'
        
        And run the tests with::
        
            python setup.py test
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
