Metadata-Version: 2.1
Name: pyboolet
Version: 1.0.0
Summary: Object-oriented wrapper for pybullet.
Home-page: https://github.com/TimSchneider42/pyboolet
Author: Tim Schneider
Author-email: schneider@ias.informatik.tu-darmstadt.de
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyboolet

Object-oriented wrapper for a more intuitive and readable access to pybullet.

## Installation

`pyboolet` can be installed via pip:

```bash
pip install pyboolet
```

## Usage

For a usage example, please refer to `example/panda_rain_dance.py`.


