Metadata-Version: 2.1
Name: mpscenes
Version: 0.2.0
Summary: Generic motion planning scenes, including goals and obstacles.
Author: Max
Author-email: m.spahn@tudelft.nl
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: bullet
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: geomdl (>=5.3.1,<6.0.0)
Requires-Dist: numpy (>=1.22.0,<2.0.0)
Requires-Dist: omegaconf (>=2.2.2,<3.0.0)
Requires-Dist: pybullet (>=3.2.3,<4.0.0) ; extra == "bullet"
Requires-Dist: pyquaternion (>=0.9.9,<0.10.0)
Requires-Dist: sympy (>=1.7,<2.0)
