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
|
Source: traitlets
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: python
Priority: optional
Standards-Version: 4.0.0
Homepage: https://github.com/ipython/traitlets
Build-Depends: bc,
debhelper (>= 10),
dh-python,
python,
python-decorator,
python-enum34,
python-ipython-genutils,
python-mock,
python-nose,
python-pytest,
python-setuptools,
python-sphinx,
python-sphinx-rtd-theme,
python3-all,
python3-decorator,
python3-ipython-genutils,
python3-mock,
python3-nose,
python3-pytest,
python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/traitlets.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/traitlets.git
Package: python-traitlets
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-enum34
Description: Lightweight Traits-like package for Python 2
A lightweight pure-Python derivative of Enthought Traits, used
for configuring Python objects.
.
It powers the config system of IPython and Jupyter.
.
This package contains the library for Python 2.
Package: python3-traitlets
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Lightweight Traits-like package for Python 3
A lightweight pure-Python derivative of Enthought Traits, used
for configuring Python objects.
.
It powers the config system of IPython and Jupyter.
.
This package contains the library for Python 3.
Package: python-traitlets-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Lightweight Traits-like package for Python
A lightweight pure-Python derivative of Enthought Traits, used
for configuring Python objects.
.
It powers the config system of IPython and Jupyter.
.
This package contains the documentation.
|