galeritas

Galeritas is an open library for data visualization.


Keywords
data-science, data-visualization, python
License
Apache-2.0
Install
pip install galeritas==0.2.0

Documentation

Galeritas

PyPI Documentation Status License

Galeritas is an open library for data visualization.

Installation

Stable release

To install galeritas with pip, run this command in your terminal:

pip install galeritas

This is the preferred method to install galeritas, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources

You can also install from the source by cloning this repository:

git clone git://github.com/Creditas/galeritas

cd galeritas
 
python setup.py install

License

The package is released under the Apache License 2.0.