Metadata-Version: 2.1
Name: piicatcher
Version: 0.1.0
Summary: Find PII data in databases
Home-page: https://github.com/vrajat/piicatcher
Author: Rajat Venkatesh
Author-email: vrajat@dblint.io
License: Apache 2.0
Download-URL: https://github.com/vrajat/piicatcher/tarball/0.1.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: sphinx
Requires-Dist: sphinx-rtd-theme
Requires-Dist: nose
Requires-Dist: coverage
Requires-Dist: pypi-publisher
Requires-Dist: commonregex
Requires-Dist: spacy
Requires-Dist: tableprint

[![Build Status](https://travis-ci.org/dblintio/piicatcher.svg?branch=master)](https://travis-ci.org/dblintio/piicatcher)
[![codecov](https://codecov.io/gh/dblintio/piicatcher/branch/master/graph/badge.svg)](https://codecov.io/gh/dblintio/piicatcher)

Pii Catcher for MySQL, PostgreSQL & Redshift
===============================

Overview
--------

A utility to find PII data in databases

Installation / Usage
--------------------

To install use pip:

    $ pip install piicatcher


Or clone the repo:

    $ git clone https://github.com/vrajat/piicatcher.git
    $ python setup.py install

Contributing
------------

TBD

Example
-------

TBD

