Metadata-Version: 2.1
Name: ngui
Version: 1.0.0.post131
Summary: Graphical utility library
Home-page: https://github.com/b-io/io.barras/tree/master/python/neptune/ngui
Author: Florian Barras
Author-email: florian@barras.io
License: MIT
Project-URL: Bug Tracker, https://github.com/b-io/io.barras/issues
Project-URL: Documentation, https://repo.barras.io
Project-URL: Source Code, https://github.com/b-io/io.barras/tree/master/python/neptune/ngui
Keywords: chart,image,utilities,visualization,web
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# ♆ NEPTUNE

**NEPTUNE** is a set of decoupled **Python libraries** intended to facilitate Python development:
* nfin,
* ngui,
* nlearn,
* nmath and
* nutil.

The library **ngui** contains graphical utility functions; among them:
* chart builders (including the choropleth map) and
* HTML code generation (including the conversion of figures and images).

NEPTUNE is based on popular libraries like numpy, pandas, plotly and scipy.

## Install

Launch the following commands in a shell:

~~~bash
git clone https://github.com/b-io/io.barras.git
cd io.barras/python/neptune/
mvn clean install
~~~

## License

Feel free to download, try and share your suggestions about the libraries,
while respecting [this MIT License (MIT)][license].

[license]: <LICENSE>


