Metadata-Version: 2.1
Name: pd_db_wrangler
Version: 0.20.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
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
License-File: LICENSE
License-File: AUTHORS.rst

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


0.3.0 (2020-05-13)
------------------

* Updates, etc. Various changes. IDK.


0.4.0 (2020-05-13)
------------------

* Updates, etc. Various changes. IDK.


0.5.0 (2020-05-13)
------------------

* Updates, etc. Various changes. IDK.


0.6.0 (2020-05-13)
------------------

* Updates, etc. Various changes. IDK.


0.7.0 (2020-05-13)
------------------

* Updates, etc. Various changes. IDK.


0.8.0 (2020-09-25)
------------------

* Fix encoding issue when reading SQL files.
