1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: python-leather
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
dpkg-dev (>= 1.17.14),
python3-all,
python3-cssselect <!nocheck>,
python3-doc <!nodoc>,
python3-lxml <!nocheck>,
python3-setuptools,
python3-six <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
sphinx-common
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-leather.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-leather.git
Homepage: http://leather.readthedocs.org/
X-Python3-Version: >= 3.3
Package: python3-leather
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-leather-doc <!nodoc>
Description: charting library for Python
Leather is the Python charting library for those who need charts now and don’t
care if they’re perfect.
.
Why leather?
.
- A readable and user-friendly API.
- Optimized for exploratory charting.
- Produces scale-independent SVG charts.
- Completely type-agnostic. Chart your data, whatever it is.
- Designed with iPython, Jupyter and atom/hydrogen in mind.
- Pure Python. No C dependencies to compile.
- MIT licensed and free for all purposes.
- Zealously zen.
- Made with love.
.
This package provides the modules for Python 3.
Package: python-leather-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Suggests: python-leather-doc <!nodoc>
Description: documentation for leather
Leather is the Python charting library for those who need charts now and don’t
care if they’re perfect.
.
Why leather?
.
- A readable and user-friendly API.
- Optimized for exploratory charting.
- Produces scale-independent SVG charts.
- Completely type-agnostic. Chart your data, whatever it is.
- Designed with iPython, Jupyter and atom/hydrogen in mind.
- Pure Python. No C dependencies to compile.
- MIT licensed and free for all purposes.
- Zealously zen.
- Made with love.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|