Metadata-Version: 2.1
Name: openplx-bundles
Version: 0.19.0
Summary: OpenPlx Bundles package, i.e. all OpenPLX sourcefiles and convenience access method in a package
License: Apache 2.0
Author: Algoryx
Author-email: algoryx@algoryx.com
Requires-Python: >=3.8
Classifier: License :: Other/Proprietary License
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# OpenPLX Bundles

Contains all OpenPLX bundles such as Physics, Robotics, DriveTrain and Simulation.
The package contains convenience methods and .openplx files.

## Install

```bash
pip install openplxbundles
```

## License

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)

## Usage Examples

```python
from openplxbundles import bundle_path
assert os.path.exists(f"{bundle_path()}/Simulation/config.openplx")
```

