Metadata-Version: 2.1
Name: trackingprotection-tools
Version: 0.1
Summary: Tools for working with Firefox Tracking Protection.
Home-page: https://github.com/mozilla/trackingprotection-tools
Author: Mozilla Corporation
Author-email: senglehardt@mozilla.com
License: MPL 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Description-Content-Type: text/markdown
Requires-Dist: openwpm-utils
Requires-Dist: six

# Mozilla Tracking Protection Tools

A collection of tools for working with and analyzing Firefox's Tracking
Protection.

## Tools

1. **DisconnectParser**: A python parser for the Disconnect Tracking Protection
   list.

## Build and run tests

    $ python setup.py test

Or

    $ pip install -r requirements.txt
    $ pip install -r requirements_test.txt
    $ py.test


