Metadata-Version: 2.4
Name: proof
Version: 0.4.1
Summary: A Python library for creating optimized, repeatable and self-documenting data analysis pipelines.
Home-page: https://proof.readthedocs.io/
Author: Christopher Groskopf
Author-email: chrisgroskopf@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: COPYING
License-File: AUTHORS.rst
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: summary

.. image:: https://github.com/wireservice/proof/workflows/CI/badge.svg
    :target: https://github.com/wireservice/proof/actions
    :alt: Build status

.. image:: https://coveralls.io/repos/wireservice/proof/badge.svg?branch=master
    :target: https://coveralls.io/r/wireservice/proof
    :alt: Coverage status

.. image:: https://img.shields.io/pypi/dw/proof.svg
    :target: https://pypi.python.org/pypi/proof
    :alt: PyPI downloads

.. image:: https://img.shields.io/pypi/v/proof.svg
    :target: https://pypi.python.org/pypi/proof
    :alt: Version

.. image:: https://img.shields.io/pypi/l/proof.svg
    :target: https://pypi.python.org/pypi/proof
    :alt: License

.. image:: https://img.shields.io/pypi/pyversions/proof.svg
    :target: https://pypi.python.org/pypi/proof
    :alt: Support Python versions

proof is a Python library for creating optimized, repeatable and self-documenting data analysis pipelines.

proof was designed to be used with the agate data analysis library, but can be used with numpy, pandas or any other method of processing data.

Important links:

* Documentation:    https://proof.rtfd.io
* Repository:       https://github.com/wireservice/proof
* Issues:           https://github.com/wireservice/proof/issues
