Metadata-Version: 2.1
Name: galeritas
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/Creditas/galeritas/
Author: Creditas Data Science Team
Author-email: data-science@creditas.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.9
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: jupyter (>=1.0.0)
Requires-Dist: scikit-learn (>=0.20.4)
Requires-Dist: seaborn (>=0.11.0)
Requires-Dist: pytest (>=6.1.2)
Requires-Dist: pytest-mpl (>=0.12.0)
Requires-Dist: matplotlib (>=3.3.3)

# Galeritas


[![License](https://img.shields.io/badge/License-Apache%202.0-lightgrey)](https://opensource.org/licenses/Apache-2.0)

**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](https://pip.pypa.io) installed, this [Python installation guide](http://docs.python-guide.org/en/latest/starting/installation/) can guide
you through the process.

####  From sources

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

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

cd galeritas

python setup.py install
```

## License

The package is released under the [Apache License 2.0](https://github.com/Creditas/galeritas/blob/main/LICENSE).


