Metadata-Version: 2.1
Name: agate
Version: 1.6.3
Summary: A data analysis library that is optimized for humans instead of machines.
Home-page: http://agate.readthedocs.org/
Author: Christopher Groskopf
Author-email: chrisgroskopf@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Dist: Babel (>=2.0)
Requires-Dist: isodate (>=0.5.4)
Requires-Dist: leather (>=0.3.2)
Requires-Dist: parsedatetime (!=2.5,!=2.6,>=2.1)
Requires-Dist: python-slugify (>=1.2.1)
Requires-Dist: pytimeparse (>=1.1.5)
Requires-Dist: six (>=1.9.0)
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.2.2) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.1.6) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage (>=3.7.1) ; extra == 'test'
Requires-Dist: cssselect (>=0.9.1) ; extra == 'test'
Requires-Dist: lxml (>=3.6.0) ; extra == 'test'
Requires-Dist: nose (>=1.1.2) ; extra == 'test'
Requires-Dist: pytz (>=2015.4) ; extra == 'test'
Requires-Dist: mock (>=1.3.0) ; (python_version < "3") and extra == 'test'
Requires-Dist: unittest2 (>=1.1.0) ; (python_version < "3") and extra == 'test'
Requires-Dist: PyICU (>=2.4.2) ; (sys_platform == "linux") and extra == 'test'

.. image:: https://travis-ci.org/wireservice/agate.png
    :target: https://travis-ci.org/wireservice/agate
    :alt: Build status

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

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

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

agate is a Python data analysis library that is optimized for humans instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code.

agate was previously known as journalism.

Important links:

* Documentation:    http://agate.rtfd.org
* Repository:       https://github.com/wireservice/agate
* Issues:           https://github.com/wireservice/agate/issues
