1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: pyflot
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.4
X-Python-Version: >=2.6
XS-Testsuite: autopkgtest
Homepage: https://github.com/andrefsp/pyflot
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyflot/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyflot/trunk/
Package: python-pyflot
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
Enhances: libjs-flot
Description: interface from Python to libjs-flot
PyFlot makes it easy to generate flot graphs. Its primary goal
is to allow one to specify data inputs and options in a Python
application and generate the appropriate JSON. Common uses of this
are rendering into a template as flot() arguments or as the payload of
an XHR response. PyFlot takes care of all the annoying details of
converting types to match up with how flot expects them.
|