Metadata-Version: 2.4
Name: dqrobotics-interface-coppeliasim-vrep
Version: 0.25.6.7
Summary: dqrobotics Python interface for deprecated CoppeliaSim VREP
Author-email: Quentin Lin <qlin1806@g.ecc.u-tokyo.ac.jp>
Maintainer-email: Quentin Lin <qlin1806@g.ecc.u-tokyo.ac.jp>
License: LGPL-3.0-or-later
Project-URL: Homepage, https://dqrobotics.github.io
Project-URL: Documentation, https://dqroboticsgithubio.readthedocs.io/en/latest/installation/python.html
Project-URL: Repository, https://github.com/dqrobotics/python
Project-URL: Issues, https://github.com/dqrobotics/python/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C++
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dqrobotics
Dynamic: classifier
Dynamic: license-file

# DQRobotics interface for VREP
This is a rework of the now depreciated DQRobotics interface for VREP, after it is now removed from the main repository.
moving forward this will be a standalone package, and should be only installed when needed alonside the main DQRobotics package.


# original creator:
- Dqrobotics Developers

# porting:
- Quentin Lin 

## TODO
- Add test for the interface
- build automation on either local or action
