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.
- Host: GitHub
- URL: https://github.com/creditas/galeritas
- Owner: Creditas
- License: apache-2.0
- Created: 2021-05-27T16:59:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T18:43:42.000Z (over 3 years ago)
- Last Synced: 2025-03-27T00:22:31.777Z (about 1 year ago)
- Topics: data-science, data-visualization, python
- Language: Python
- Homepage:
- Size: 1.17 MB
- Stars: 37
- Watchers: 9
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Galeritas
[](https://pypi.org/project/galeritas/)
[](https://galeritas.readthedocs.io/en/latest/?badge=latest)
[](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).