Metadata-Version: 2.1
Name: agate
Version: 1.9.0
Summary: A data analysis library that is optimized for humans instead of machines.
Home-page: https://agate.readthedocs.org/
Author: Christopher Groskopf
Author-email: chrisgroskopf@gmail.com
License: MIT
Project-URL: Source, https://github.com/wireservice/agate
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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
Provides-Extra: test
License-File: COPYING
License-File: AUTHORS.rst

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

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

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

.. 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:    https://agate.rtfd.org
* Repository:       https://github.com/wireservice/agate
* Issues:           https://github.com/wireservice/agate/issues
