ode-python 0.0.8__tar.gz → 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. ode_python-0.1.0/LICENSE +21 -0
  2. ode_python-0.1.0/PKG-INFO +64 -0
  3. {ode-python-0.0.8 → ode_python-0.1.0}/README.md +1 -1
  4. {ode-python-0.0.8 → ode_python-0.1.0}/drawstuffpy/__init__.py +0 -0
  5. {ode-python-0.0.8 → ode_python-0.1.0}/drawstuffpy/drawstuff.py +0 -0
  6. {ode-python-0.0.8 → ode_python-0.1.0}/drawstuffpy/version.py +0 -0
  7. ode_python-0.1.0/ode_python.egg-info/PKG-INFO +64 -0
  8. {ode-python-0.0.8 → ode_python-0.1.0}/ode_python.egg-info/SOURCES.txt +1 -0
  9. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/__init__.py +0 -0
  10. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/collision.py +0 -0
  11. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/collision_space.py +0 -0
  12. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/collision_trimesh.py +0 -0
  13. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/common.py +0 -0
  14. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/contact.py +0 -0
  15. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/error.py +0 -0
  16. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/mass.py +1 -1
  17. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/matrix.py +0 -0
  18. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/memory.py +0 -0
  19. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/misc.py +0 -0
  20. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/objects.py +0 -0
  21. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/odeinit.py +0 -0
  22. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/odemath.py +0 -0
  23. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/rotation.py +0 -0
  24. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/threading.py +0 -0
  25. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/threading_impl.py +0 -0
  26. {ode-python-0.0.8 → ode_python-0.1.0}/odepy/timer.py +0 -0
  27. {ode-python-0.0.8 → ode_python-0.1.0}/setup.py +1 -1
  28. {ode-python-0.0.8 → ode_python-0.1.0}/test/__init__.py +0 -0
  29. {ode-python-0.0.8 → ode_python-0.1.0}/test/conftest.py +0 -0
  30. {ode-python-0.0.8 → ode_python-0.1.0}/test/test_joint.py +0 -0
  31. {ode-python-0.0.8 → ode_python-0.1.0}/test/test_joint2.py +0 -0
  32. {ode-python-0.0.8 → ode_python-0.1.0}/test/test_space.py +0 -0
  33. {ode-python-0.0.8 → ode_python-0.1.0}/test/test_world.py +0 -0
  34. {ode-python-0.0.8 → ode_python-0.1.0}/test/utils/__init__.py +0 -0
  35. {ode-python-0.0.8 → ode_python-0.1.0}/test/utils/drawstuff.py +0 -0
  36. {ode-python-0.0.8 → ode_python-0.1.0}/test/utils/nearcallback.py +0 -0
  37. {ode-python-0.0.8 → ode_python-0.1.0}/test/utils/space.py +0 -0
  38. {ode-python-0.0.8 → ode_python-0.1.0}/test/utils/world.py +0 -0
  39. ode-python-0.0.8/PKG-INFO +0 -55
  40. ode-python-0.0.8/ode_python.egg-info/PKG-INFO +0 -55
  41. {ode-python-0.0.8 → ode_python-0.1.0}/ode_python.egg-info/dependency_links.txt +0 -0
  42. {ode-python-0.0.8 → ode_python-0.1.0}/ode_python.egg-info/top_level.txt +0 -0
  43. {ode-python-0.0.8 → ode_python-0.1.0}/setup.cfg +0 -0
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Qoosky
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,64 @@
1
+ Metadata-Version: 2.4
2
+ Name: ode-python
3
+ Version: 0.1.0
4
+ Summary: Open Dynamics Engine (ODE) python binding.
5
+ Home-page: https://github.com/qoosky/ode-python
6
+ Author: Qoosky
7
+ Author-email: qoosky.webshop@gmail.com
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 2
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Operating System :: POSIX :: Linux
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license
22
+ Dynamic: license-file
23
+ Dynamic: summary
24
+
25
+ ode-python [![PyPI version](https://badge.fury.io/py/ode-python.svg)](https://badge.fury.io/py/ode-python)
26
+ ==================
27
+ This is yet another Python binding of [Open Dynamics Engine (ODE)](https://www.ode.org/).
28
+
29
+ pip install ode-python
30
+
31
+ Please note that ODE and Drawstuff are not included in this library.
32
+
33
+ To install ODE on debian for example:
34
+
35
+ apt install libode-dev
36
+
37
+ Code samples are available in `test` directory.
38
+
39
+ ![Bounce](https://raw.githubusercontent.com/qoosky/ode-python/master/images/bounce.png)
40
+
41
+
42
+ License
43
+ ------------------
44
+ The MIT License (MIT)
45
+
46
+ Copyright (c) 2020 Qoosky
47
+
48
+ Permission is hereby granted, free of charge, to any person obtaining a copy
49
+ of this software and associated documentation files (the "Software"), to deal
50
+ in the Software without restriction, including without limitation the rights
51
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
+ copies of the Software, and to permit persons to whom the Software is
53
+ furnished to do so, subject to the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be included in all
56
+ copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
64
+ SOFTWARE.
@@ -1,4 +1,4 @@
1
- ode-python [![Build Status](https://travis-ci.com/qoosky/ode-python.svg?branch=master)](https://travis-ci.com/qoosky/ode-python) [![PyPI version](https://badge.fury.io/py/ode-python.svg)](https://badge.fury.io/py/ode-python)
1
+ ode-python [![PyPI version](https://badge.fury.io/py/ode-python.svg)](https://badge.fury.io/py/ode-python)
2
2
  ==================
3
3
  This is yet another Python binding of [Open Dynamics Engine (ODE)](https://www.ode.org/).
4
4
 
@@ -0,0 +1,64 @@
1
+ Metadata-Version: 2.4
2
+ Name: ode-python
3
+ Version: 0.1.0
4
+ Summary: Open Dynamics Engine (ODE) python binding.
5
+ Home-page: https://github.com/qoosky/ode-python
6
+ Author: Qoosky
7
+ Author-email: qoosky.webshop@gmail.com
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 2
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Operating System :: POSIX :: Linux
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license
22
+ Dynamic: license-file
23
+ Dynamic: summary
24
+
25
+ ode-python [![PyPI version](https://badge.fury.io/py/ode-python.svg)](https://badge.fury.io/py/ode-python)
26
+ ==================
27
+ This is yet another Python binding of [Open Dynamics Engine (ODE)](https://www.ode.org/).
28
+
29
+ pip install ode-python
30
+
31
+ Please note that ODE and Drawstuff are not included in this library.
32
+
33
+ To install ODE on debian for example:
34
+
35
+ apt install libode-dev
36
+
37
+ Code samples are available in `test` directory.
38
+
39
+ ![Bounce](https://raw.githubusercontent.com/qoosky/ode-python/master/images/bounce.png)
40
+
41
+
42
+ License
43
+ ------------------
44
+ The MIT License (MIT)
45
+
46
+ Copyright (c) 2020 Qoosky
47
+
48
+ Permission is hereby granted, free of charge, to any person obtaining a copy
49
+ of this software and associated documentation files (the "Software"), to deal
50
+ in the Software without restriction, including without limitation the rights
51
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
+ copies of the Software, and to permit persons to whom the Software is
53
+ furnished to do so, subject to the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be included in all
56
+ copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
64
+ SOFTWARE.
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  README.md
2
3
  setup.py
3
4
  drawstuffpy/__init__.py
File without changes
File without changes
File without changes
File without changes
@@ -24,7 +24,7 @@ class dMass(Structure):
24
24
 
25
25
  dMassCheck = loadOde('dMassCheck', c_int32, POINTER(dMass))
26
26
  dMassSetZero = loadOde('dMassSetZero', None, POINTER(dMass))
27
- dMassSetParameters = loadOde('dMassSetParameters', None, POINTER(dReal), dReal,
27
+ dMassSetParameters = loadOde('dMassSetParameters', None, POINTER(dMass), dReal,
28
28
  dReal, dReal, dReal,
29
29
  dReal, dReal, dReal,
30
30
  dReal, dReal, dReal)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -57,7 +57,7 @@ def InstallOde(localOdeInstallDir, odeSourceDir):
57
57
  def InstallOdePy():
58
58
  setup(
59
59
  name='ode-python',
60
- version='0.0.8',
60
+ version='0.1.0',
61
61
  url='https://github.com/qoosky/ode-python',
62
62
  license='MIT',
63
63
  description='Open Dynamics Engine (ODE) python binding.',
File without changes
File without changes
ode-python-0.0.8/PKG-INFO DELETED
@@ -1,55 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: ode-python
3
- Version: 0.0.8
4
- Summary: Open Dynamics Engine (ODE) python binding.
5
- Home-page: https://github.com/qoosky/ode-python
6
- Author: Qoosky
7
- Author-email: qoosky.webshop@gmail.com
8
- License: MIT
9
- Description: ode-python [![Build Status](https://travis-ci.com/qoosky/ode-python.svg?branch=master)](https://travis-ci.com/qoosky/ode-python) [![PyPI version](https://badge.fury.io/py/ode-python.svg)](https://badge.fury.io/py/ode-python)
10
- ==================
11
- This is yet another Python binding of [Open Dynamics Engine (ODE)](https://www.ode.org/).
12
-
13
- pip install ode-python
14
-
15
- Please note that ODE and Drawstuff are not included in this library.
16
-
17
- To install ODE on debian for example:
18
-
19
- apt install libode-dev
20
-
21
- Code samples are available in `test` directory.
22
-
23
- ![Bounce](https://raw.githubusercontent.com/qoosky/ode-python/master/images/bounce.png)
24
-
25
-
26
- License
27
- ------------------
28
- The MIT License (MIT)
29
-
30
- Copyright (c) 2020 Qoosky
31
-
32
- Permission is hereby granted, free of charge, to any person obtaining a copy
33
- of this software and associated documentation files (the "Software"), to deal
34
- in the Software without restriction, including without limitation the rights
35
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
- copies of the Software, and to permit persons to whom the Software is
37
- furnished to do so, subject to the following conditions:
38
-
39
- The above copyright notice and this permission notice shall be included in all
40
- copies or substantial portions of the Software.
41
-
42
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48
- SOFTWARE.
49
-
50
- Platform: UNKNOWN
51
- Classifier: Programming Language :: Python :: 2
52
- Classifier: Programming Language :: Python :: 3
53
- Classifier: License :: OSI Approved :: MIT License
54
- Classifier: Operating System :: POSIX :: Linux
55
- Description-Content-Type: text/markdown
@@ -1,55 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: ode-python
3
- Version: 0.0.8
4
- Summary: Open Dynamics Engine (ODE) python binding.
5
- Home-page: https://github.com/qoosky/ode-python
6
- Author: Qoosky
7
- Author-email: qoosky.webshop@gmail.com
8
- License: MIT
9
- Description: ode-python [![Build Status](https://travis-ci.com/qoosky/ode-python.svg?branch=master)](https://travis-ci.com/qoosky/ode-python) [![PyPI version](https://badge.fury.io/py/ode-python.svg)](https://badge.fury.io/py/ode-python)
10
- ==================
11
- This is yet another Python binding of [Open Dynamics Engine (ODE)](https://www.ode.org/).
12
-
13
- pip install ode-python
14
-
15
- Please note that ODE and Drawstuff are not included in this library.
16
-
17
- To install ODE on debian for example:
18
-
19
- apt install libode-dev
20
-
21
- Code samples are available in `test` directory.
22
-
23
- ![Bounce](https://raw.githubusercontent.com/qoosky/ode-python/master/images/bounce.png)
24
-
25
-
26
- License
27
- ------------------
28
- The MIT License (MIT)
29
-
30
- Copyright (c) 2020 Qoosky
31
-
32
- Permission is hereby granted, free of charge, to any person obtaining a copy
33
- of this software and associated documentation files (the "Software"), to deal
34
- in the Software without restriction, including without limitation the rights
35
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
- copies of the Software, and to permit persons to whom the Software is
37
- furnished to do so, subject to the following conditions:
38
-
39
- The above copyright notice and this permission notice shall be included in all
40
- copies or substantial portions of the Software.
41
-
42
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48
- SOFTWARE.
49
-
50
- Platform: UNKNOWN
51
- Classifier: Programming Language :: Python :: 2
52
- Classifier: Programming Language :: Python :: 3
53
- Classifier: License :: OSI Approved :: MIT License
54
- Classifier: Operating System :: POSIX :: Linux
55
- Description-Content-Type: text/markdown
File without changes