Metadata-Version: 1.2
Name: pd-db-wrangler
Version: 0.5.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
Description: ==============
        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.
        
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
