forked from dfki-ric/pytransform3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
30 lines (28 loc) · 1.28 KB
/
manifest.xml
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
<package>
<description brief="A Python library for transformations in three dimensions.">
A Python library for transformations in three dimensions. It makes conversions between rotation and transformation conventions as easy as possible. The library focuses on readability and debugging, not on computational efficiency. If you want to have an efficient implementation of some function from the library you can easily extract the relevant code and implement it more efficiently in a language of your choice.
</description>
<author>Alexander Fabisch/Alexander.Fabisch@dfki.de</author>
<maintainer>Alexander Fabisch/Alexander.Fabisch@dfki.de</maintainer>
<license>BSD-3-clause</license>
<url>https://github.com/rock-learning/pytransform3d</url>
<logo>none</logo>
<depend package="python" />
<depend package="python-pip" />
<depend package="python-matplotlib" />
<depend package="numpy" />
<depend package="scipy" />
<depend package="python-lxml" />
<depend package="beautifulsoup4" />
<keywords>
<keyword>Utilities</keyword>
</keywords>
<stage>2</stage>
<use>multi project</use>
<activity>active</activity>
<classifiers>
<classifier>python</classifier>
<classifier>ubuntu</classifier>
<classifier>windows</classifier>
</classifiers>
</package>