Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kozea/pygal
PYthon svg GrAph plotting Library
https://github.com/Kozea/pygal
Last synced: 3 months ago
JSON representation
PYthon svg GrAph plotting Library
- Host: GitHub
- URL: https://github.com/Kozea/pygal
- Owner: Kozea
- License: lgpl-3.0
- Created: 2011-09-23T10:17:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T14:55:28.000Z (5 months ago)
- Last Synced: 2024-10-16T14:07:46.420Z (3 months ago)
- Language: Python
- Homepage: https://www.pygal.org
- Size: 7.62 MB
- Stars: 2,647
- Watchers: 124
- Forks: 411
- Open Issues: 198
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- Contributing: docs/contributing.rst
- License: COPYING
Awesome Lists containing this project
- awesome-projects - pygal - PYthon svg GrAph plotting Library (Python)
- awesome-python-machine-learning-resources - GitHub - 39% open · ⏱️ 24.11.2021): (图数据处理)
- awesome-production-machine-learning - pygal - pygal is a dynamic SVG charting library written in python (Industrial Strength Visualisation libraries)
- Awesome-AIML-Data-Ops - pygal - pygal is a dynamic SVG charting library written in python (Visualisation libraries)
- starred-awesome - pygal - PYthon svg GrAph plotting Library (Python)
- awesome-production-machine-learning - pygal - pygal is a dynamic SVG charting library written in Python. (Industry Strength Visualisation)
README
# Pygal
[![Build Status](https://travis-ci.org/Kozea/pygal.svg?branch=master)](https://travis-ci.org/Kozea/pygal)
[![Coverage Status](https://coveralls.io/repos/Kozea/pygal/badge.svg?branch=master&service=github)](https://coveralls.io/github/Kozea/pygal?branch=master)
[![Documentation Status](https://readthedocs.org/projects/pygal/badge/?version=latest)](https://readthedocs.org/projects/pygal/?badge=latest)@@TOC@@
## Description
**pygal** is a dynamic SVG charting library written in python.
All the documentation is on http://pygal.org## Installation
As simple as::
$ pip install pygal
## Test
Pygal is tested with py.test::
$ pip install pytest
$ py.test## Contribute
You are welcomed to fork the project and make pull requests.
Be sure to create a branch for each feature, write tests if needed and run the current tests !You can also support the project:
[![Flattr](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=paradoxxx_zero&url=https://github.com/Kozea/pygal&title=Pygal&tags=github&category=software)
[![gittip](http://i.imgur.com/IKcQB2P.png)](https://www.gittip.com/paradoxxxzero/)## License
Copyright © 2012-2016 Kozea
LGPLv3:This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .