An open API service indexing awesome lists of open source software.

https://github.com/creditas/galeritas

Galeritas is an open library for data visualization.
https://github.com/creditas/galeritas

data-science data-visualization python

Last synced: about 1 year ago
JSON representation

Galeritas is an open library for data visualization.

Awesome Lists containing this project

README

          

# Galeritas

[![PyPI](https://img.shields.io/pypi/v/galeritas?color=blue)](https://pypi.org/project/galeritas/)
[![Documentation Status](https://readthedocs.org/projects/galeritas/badge/?version=latest)](https://galeritas.readthedocs.io/en/latest/?badge=latest)
[![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
```

### Documentation

For more information about Galeritas, you can check [this](https://medium.com/creditas-tech/galeritas-uma-biblioteca-para-visualiza%C3%A7%C3%A3o-de-dados-ef5ab0652268) publication on Medium (in Portuguese).

## License

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