Metadata-Version: 2.1
Name: xuebadb
Version: 1.2
Summary: xuebadb is a python package that allows users to conveniently connect to and query from various database systems using a unified API. Currently, it supports connecting to MySQL and SQL Server database systems. The queries return Pandas dataframes which can then be cleaned up and analysed using one of the modules in the package.
Home-page: https://github.com/ubco-mds-2018-labs/data533_lab4_vaghul_jiachen
Author: Vaghul Aditya Balaji
Author-email: vaghulb1992@gmail.com
License: MIT
Description: # xuebadb
        
        ## Travis CI Status:
        
        [![Build Status](https://travis-ci.org/vaghulb1992/data533_lab4_vaghul_jiachen.svg?branch=master)](https://travis-ci.org/vaghulb1992/data533_lab4_vaghul_jiachen)  
        
        ---
        
        ***xuebadb*** is a python package that allows users to conveniently connect to and query from various database systems using a unified API. Currently, it supports connecting to *MySQL* and *SQL Server* database systems. The queries return Pandas dataframes which can then be cleaned up and analysed using one of the modules in the package.
        
        ---
        
        **Requirements:**  
        In order to be able to use the package, you would have to install the following:
        
        Python packages:
        * pyodbc
        * mysql-connector
        * pandas
        * numpy
        * missingno
        * matplotlib
        
        [ Microsoft ODBC Driver 17 ](https://docs.microsoft.com/en-us/sql/connect/python/python-driver-for-sql-server?view=sql-server-2017)
        
        ---
        
        **Package structure:**
        
        xuebadb --> package  
        &nbsp;&nbsp;-- dbgeneric --> sub-package  
        &nbsp;&nbsp;&nbsp;&nbsp;-- db_interface --> module   
        &nbsp;&nbsp;&nbsp;&nbsp;-- mysql_interface -->module  
        &nbsp;&nbsp;&nbsp;&nbsp;-- odbc_interface --> module  
        &nbsp;&nbsp;-- dfanalysis --> sub-package  
        &nbsp;&nbsp;&nbsp;&nbsp;-- cleanup --> module  
        &nbsp;&nbsp;&nbsp;&nbsp;-- stats --> module  
        
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
