Metadata-Version: 1.2
Name: pandas_connect
Version: 0.3.0
Summary: Pandas connection methods for multiple databases. SQL and NoSQL.
Home-page: https://github.com/erichamers/pandas_connect
Author: Eric Hamers
Author-email: erichamers@gmail.com
License: Apache Software License 2.0
Description: ==============
        Pandas Connect
        ==============
        
        
        .. image:: https://img.shields.io/pypi/v/pandas_connect.svg
                :target: https://pypi.python.org/pypi/pandas_connect
        
        .. image:: https://img.shields.io/travis/erichamers/pandas_connect.svg
                :target: https://travis-ci.com/erichamers/pandas_connect
        
        .. image:: https://readthedocs.org/projects/pandas-connect/badge/?version=latest
                :target: https://pandas-connect.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Pandas connection methods for multiple databases. SQL and NoSQL.
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://pandas-connect.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        
        
        =======
        History
        =======
        
        0.1.0 (2020-03-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: pandas_connect
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
