Go to file
Ulises Vitulli ee5f154540 python-pygal (2.4.0-2) unstable; urgency=medium
* Fix pygal fails to import (Closes: #896256).
  * Bump up Standards-Version.

[dgit import unpatched python-pygal 2.4.0-2]
2018-04-28 17:31:05 +02:00
debian python-pygal (2.4.0-2) unstable; urgency=medium 2018-04-28 17:31:05 +02:00
pygal Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00
pygal.egg-info Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00
PKG-INFO Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00
README Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00
pygal_gen.py Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00
setup.cfg Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00
setup.py Import python-pygal_2.4.0.orig.tar.gz 2017-09-16 01:03:42 +02:00

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 <http://www.gnu.org/licenses/>.