https://github.com/Kozea/pygal
PYthon svg GrAph plotting Library
https://github.com/Kozea/pygal
Last synced: 25 days 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 (8 months ago)
- Last Synced: 2025-03-19T09:34:24.933Z (27 days ago)
- Language: Python
- Homepage: https://www.pygal.org
- Size: 7.62 MB
- Stars: 2,697
- Watchers: 122
- Forks: 413
- Open Issues: 200
-
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)
- 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
[](https://travis-ci.org/Kozea/pygal)
[](https://coveralls.io/github/Kozea/pygal?branch=master)
[](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:
[](https://flattr.com/submit/auto?user_id=paradoxxx_zero&url=https://github.com/Kozea/pygal&title=Pygal&tags=github&category=software)
[](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 .