Metadata-Version: 2.1
Name: BrickBundles
Version: 0.3.3
Summary: Brick Bundles package, i.e. all Brick 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
Description-Content-Type: text/markdown

# BRICK Bundles

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

## Install

```bash
pip install brickbundles
```

## License

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

## Usage Examples

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

