Metadata-Version: 2.1
Name: PyAudit
Version: 1.0.3
Summary: Python Data Audit library
Home-page: https://github.com/runawayhorse001/PyAudit.git
Author: Wenqiang Feng and Ming Chen
Author-email: von198@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn

# PyAudit: Python Data Audit 

![logo](https://github.com/runawayhorse001/PyAudit/blob/master/doc/images/logo.png)

![Pypi Version](https://img.shields.io/pypi/v/PyAudit.svg)
![Build Status](https://travis-ci.org/rtfd/PyAudit.svg?branch=master)
![License](https://img.shields.io/pypi/l/PyAudit.svg)

This is our Python Data Audit library repositories.
The ``API`` can be found at: https://runawayhorse001.github.io/PyAudit. 
If you want to colne and install it, you can use 

You can install the PyAudit from [PyPI](https://pypi.org/project/PyAudit):

    pip install PyAudit

Or you can istall the PyAudit from the repo:

#### 1. clone

	git clone https://github.com/runawayhorse001/PyAudit.git

#### 2. install 

	cd PyAudit
	pip install -r requirements.txt 
	python setup.py install

#### 3. test 

	cd PyAudit/test
	python test.py

#### 4. uninstall 

	pip uninstall PyAudit


