Metadata-Version: 2.1
Name: processtracker
Version: 0.1.6
Summary: A framework for managing data integration processes and their data
Home-page: https://github.com/opendataalex/process_tracker_python
Author: Alex Meadows
Author-email: alexmeadows@bluefiredatasolutions.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.9.150)
Requires-Dist: Click (>=7.0)
Requires-Dist: cx-oracle (>=7.1.3)
Requires-Dist: google-compute-engine (>=2.8.13)
Requires-Dist: psycopg2-binary (>=2.8.2)
Requires-Dist: pymysql (>=0.9.3)
Requires-Dist: pymssql (>=2.1.4)
Requires-Dist: python-dateutil (>=2.8.0)
Requires-Dist: snowflake-sqlalchemy (>=1.1.13)
Requires-Dist: sqlalchemy (>=1.3.3)
Requires-Dist: sqlalchemy-utils (>=0.33.11)

ProcessTracker - Python
-----------------------
Data integration process management made easy!

[![Coverage Status](https://coveralls.io/repos/github/OpenDataAlex/process_tracker_python/badge.svg?branch=master)](https://coveralls.io/github/OpenDataAlex/process_tracker_python?branch=master)
[![Build Status](https://travis-ci.org/OpenDataAlex/process_tracker_python.svg?branch=master)](https://travis-ci.org/OpenDataAlex/process_tracker_python)

This is the Python implementation of the ProcessTracker framework.  ProcessTracker builds a standard framework that is
tool agnostic.  If you are working with data integration/cleansing processes within Python (i.e. using PySpark, Pandas, etc.)
then this framework can help manage dependencies between processes and provide auditing capabilities without having to
parse logs or build your own framework.

To learn more about how to use ProcessTracker, please check out our documentation on [ReadTheDocs][1]!

Want to contribute?  Check out our contributors guide!

Found a bug?  Have an idea for an improvement?  Submit it into our [Issues tracker][2]


[1]: https://readthedocs.org/projects/process_tracking/
[2]: https://github.com/OpenDataAlex/process_tracker_python/issues

