Metadata-Version: 2.4
Name: pingi
Version: 0.0.1
Summary: Wrapper around matplotlib, seaborn and other packages for creating highly configurable data science visualizations with minimal code.
Project-URL: Homepage, https://github.com/eliocp/pingi
Project-URL: Repository, https://github.com/eliocp/pingi
Project-URL: Issues, https://github.com/eliocp/pingi/issues
Author-email: Élio Pereira <eliocp@tuta.io>
License-Expression: MIT
License-File: LICENSE
Keywords: data science,display,html,markdown,matplotlib,seaborn
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.13
Requires-Dist: seaborn>=0.13.2
Description-Content-Type: text/markdown

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

```bash
uv pip install seaborn
```
