Metadata-Version: 1.1
Name: pymongosl
Version: 1.0.0
Summary: MongoDB DBAPI Driver
Home-page: UNKNOWN
Author: YangSheBing
Author-email: 811068990@qq.com
License: UNKNOWN
Description: MongoDB DBAPI Driver and Sqlalchemy Dialect
        ===========================================
        
        Installation
        ------------
        
        To install this driver run::
        
            $ pip install pymongosl
        
        or from source::
        
            $ pip install -r ./requirements.txt
            $ python setup.py install
        
        More info
        ---------
        
         * https://www.mongodb.com/
         * http://www.sqlalchemy.org/
        
        
        Authors
        -------
        
         * YangSheBing
Keywords: MongoDB SQLAlchemy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database :: Front-Ends
