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
|
Source: pycollada
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
python-dev,
python-dateutil,
python-lxml,
python-numpy,
python-setuptools,
python-sphinx
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/pycollada
Vcs-Git: https://salsa.debian.org/science-team/pycollada.git
Homepage: http://pycollada.readthedocs.org
X-Python-Version: >= 2.7
Package: python-collada
Architecture: all
Section: python
Depends: python (<<2.8),
python,
python-dateutil,
python-lxml,
python-numpy,
${misc:Depends},
${python:Depends},
${shlibs:Depends},
${sphinxdoc:Depends}
Description: Python 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.
|