Metadata-Version: 2.1
Name: py-dbutils
Version: 0.4.2
Summary: Add a short description here!
Home-page: https://pyscaffold.org/
Author: hnguyen
Author-email: hung135@hotmail.com
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.6.*
Requires-Dist: sqlalchemy
Requires-Dist: pandas
Requires-Dist: psycopg2-binary
Requires-Dist: jaydebeapi
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

==========
py-dbutils
==========
Last build status |ImageLink|_

.. |ImageLink| image:: https://travis-ci.org/hung135/py-dbutils.svg?branch=dev
.. _ImageLink: hhttps://travis-ci.org/hung135/py-dbutils

Library that talks to multiple databases to use for data pipelines and etl


Description
===========


Forget about boiler plate code to setup and tear database connections:
This library will give you all the basic methods to pull and push data from various types of database
Initial release will support Postgres and Mysql.
I will focus on python 3.7 just to discourage people from continuing the python 2.7 train.
Move to 3.6+ and get learn something new.


Pypi builds:
https://pypi.org/project/py-dbutils/

pip install py_dbtuils

Note
====

This project has been set up using PyScaffold 3.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.


