Source: pyflot Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: Andrew Starr-Bochicchio 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.