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
|
Source: pycollada
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kkremitzki@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
python3,
python3-dateutil,
python3-lxml,
python3-numpy,
python3-setuptools,
python3-sphinx,
dh-python,
graphviz
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/pycollada
Vcs-Git: https://salsa.debian.org/science-team/pycollada.git
Homepage: https://pycollada.readthedocs.org
Package: python3-collada
Architecture: all
Section: python
Depends: python3,
python3-dateutil,
python3-lxml,
python3-numpy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 module for creating, editing and loading COLLADA
Pycollada is a Python module for creating, editing and loading COLLADA, which
is a COLLAborative Design Activity for establishing an interchange file format
for interactive 3D applications. The library allows you to load a COLLADA file
and interact with it as a Python object. In addition, it supports creating a
collada Python object from scratch, as well as in-place editing.
.
This package contains the Python 3 files for Pycollada.
Package: python-collada-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Python module for creating, editing and loading COLLADA - docs
Pycollada is a Python module for creating, editing and loading COLLADA, which
is a COLLAborative Design Activity for establishing an interchange file format
for interactive 3D applications. The library allows you to load a COLLADA file
and interact with it as a Python object. In addition, it supports creating a
collada Python object from scratch, as well as in-place editing.
.
This package contains the documentation files for Pycollada.
|