File: control

package info (click to toggle)
pycha 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 328 kB
  • ctags: 175
  • sloc: python: 1,619; makefile: 16; sh: 11
file content (20 lines) | stat: -rw-r--r-- 997 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: pycha
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@luffy.cx>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
Build-Depends-Indep: python-cairo (>= 1.2)
Homepage: http://www.lorenzogil.com/projects/pycha/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycha/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pycha/trunk/?op=log

Package: python-pycha
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.2)
Description: chart-drawing library using Cairo
 This package provides a Python library for drawing most common charts
 (pie, line, scatter or bar) using Cairo as backend.  It aims to be simple to
 use, flexible, lightweight, attractive and customizable but still
 providing sane default settings.