Source: python-tablib
Section: python
Priority: optional
Maintainer: Chuck Short <zulcss@ubuntu.com>
Build-Depends: debhelper (>= 8.0.0),  python-setuptools, python-all (>= 2.6.6-3~)
Standards-Version: 3.9.3
Homepage: http://docs.python-tablib.org/en/latest/index.html

Package: python-tablib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Format agnostic tabular data library (XLS, JSON, YAML, CSV)
 Tablib is a format-agnostic tabular dataset library, written in Python.
 .
 Output formats supported:
 - Excel (Sets + Books)
 - JSON (Sets + Books)
 - YAML (Sets + Books)
 - HTML (Sets)
 - TSV (Sets)
 - CSV (Sets)
 .
 Note that tablib *purposefully* excludes XML support. It always will. 
 (Note: This is a joke. Pull requests are welcome.)
