Metadata-Version: 2.1
Name: py-dbutils
Version: 0.4.23
Summary: libraries to move data between different databases
Home-page: https://github.com/hung135/py-dbutils/
Author: hnguyen
Author-email: hung135@hotmail.com
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.4
Requires-Dist: sqlalchemy
Requires-Dist: pandas
Requires-Dist: psycopg2-binary
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

Python Wrapper to interface with various databases.
Connects 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

This package wraps high level calls needed to interface with a database.
Get the programmer out of worrying about how to connect to and manage a database connection.
Start using it.
Currently supports:
postgres
mysql
mssql
msaccess
sqlite

NB:
Install jaydebeapi if you need to mess with JAVA JDBC





