Metadata-Version: 2.1
Name: uniplot
Version: 0.3.2
Summary: Lightweight plotting to the terminal. 4x resolution via Unicode.
Home-page: https://github.com/olavolav/uniplot
Author: Olav Stetter
Author-email: olav.stetter@googlemail.com
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15.0)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest (>=6.0.1) ; extra == 'dev'

Lightweight plotting to the terminal. 4x resolution via Unicode.

![uniplot screenshot](https://github.com/olavolav/uniplot/raw/master/resource/uniplot-screenshot.png)

When working with production data science code it can be handy to have plotting
tool that does not rely on graphics dependencies or works only in a Jupyter notebook.

The **use case** that this was built for is to have plots as part of your data science /
machine learning CI pipeline - that way whenever something goes wrong, you get not only
the error and backtrace but also plots that show what the problem was.

