Metadata-Version: 2.4
Name: grplot
Version: 1.0.4
Summary: grplot: lazy statistical data visualization
Home-page: https://github.com/ghiffaryr/grplot
Download-URL: https://github.com/ghiffaryr/grplot
Author: Ghiffary Rifqialdi
Author-email: grifqialdi@gmail.com
Maintainer: Ghiffary Rifqialdi
Maintainer-email: grifqialdi@gmail.com
License: BSD (3-clause)
Project-URL: Bug Tracker, https://github.com/ghiffaryr/grplot/issues
Classifier: Intended Audience :: Science/Research
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: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: OS Independent
Classifier: Framework :: Matplotlib
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy!=1.24.0,>=1.20
Requires-Dist: pandas>=1.2
Requires-Dist: matplotlib!=3.6.1,>=3.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

grplot: lazy statistical data visualization
=======================================

grplot is a Python visualization library based on numpy, scipy, matplotlib, seaborn, squarify, pandas, and ipython. It supports human laziness in drawing complete and attractive statistical graphs in just one line of code.


Documentation
-------------

Documentation at [grplot repository](https://github.com/ghiffaryr/grplot) includes a [Documentation Notebook](https://colab.research.google.com/drive/1jkOoWooJgrr9xgEF6KWyNi56_Naqum_g) and other useful information.


Dependencies
------------

grplot supports Python 3.6+.

Installation requires [numpy](https://numpy.org), [scipy](https://www.scipy.org), [matplotlib](https://matplotlib.org), [pandas](https://pandas.pydata.org), and [ipython](https://ipython.readthedocs.io/). Some functions will optionally use [statsmodels](https://www.statsmodels.org) if it is installed.


Installation
------------

The latest stable release (and required dependencies) can be installed from PyPI:

    pip install grplot

The latest stable release (and required dependencies) can be installed from Conda:

    conda install -c conda-forge grplot
    

Development
-----------

grplot development takes place on Github: https://github.com/ghiffaryr/grplot/tree/dev

Please submit bugs that you encounter to the [issue tracker](https://github.com/ghiffaryr/grplot/issues) with a reproducible example demonstrating the problem.

