Metadata-Version: 2.1
Name: pandas-connect
Version: 0.3.2
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
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
Requires-Dist: pandas

==============
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.


