File: control

package info (click to toggle)
pygooglechart 0.4.0%2Bgit20140622-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 364 kB
  • ctags: 300
  • sloc: python: 1,501; makefile: 130; sh: 5
file content (23 lines) | stat: -rw-r--r-- 989 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: pygooglechart
Section: python
Priority: optional
Maintainer: A Mennucc1 <mennucc1@debian.org>
Uploaders: Sandro Tosi <morph@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.0
Homepage: http://pygooglechart.slowchop.com/
Vcs-Git: git://git.debian.org/git/collab-maint/pygooglechart.git
X-Python-Version: all

Package: python-pygooglechart
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: complete wrapper for the Google Chart API
 Google Chart API is an extremely simple tool that lets you easily create a
 chart from some data. You embed the data and formatting parameters in an HTTP
 request, and Google returns a PNG image of the chart.
 .
 This package contains a Python wrapper for those API.
 .
 For a complete API documentation please refer to Google page:
 http://code.google.com/apis/chart/ .