Metadata-Version: 2.1
Name: pd-db-wrangler
Version: 0.7.0
Summary: Pandas database helper library
Home-page: https://github.com/kellerjustin/pd_db_wrangler
Author: Justin Keller
Author-email: kellerjustin@protonmail.com
License: MIT license
Keywords: pd_db_wrangler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Requires-Dist: psycopg2

==============
PD DB Wrangler
==============


.. image:: https://img.shields.io/pypi/v/pd_db_wrangler.svg
        :target: https://pypi.python.org/pypi/pd_db_wrangler

.. image:: https://img.shields.io/travis/kellerjustin/pd_db_wrangler.svg
        :target: https://travis-ci.com/kellerjustin/pd_db_wrangler

.. image:: https://readthedocs.org/projects/pd-db-wrangler/badge/?version=latest
        :target: https://pd-db-wrangler.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Pandas database helper library


* Free software: MIT license
* Documentation: https://pd-db-wrangler.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-05-13)
------------------

* First release on PyPI.


0.2.0 (2020-05-13)
------------------

* Second release on PyPI. Fixes.


