Metadata-Version: 2.1
Name: up_esb
Version: 0.0.131
Summary: General functionalities for using unified-planning in robotic applications
License: Apache-2.0 License
Project-URL: Repository, https://github.com/aiplan4eu/embedded-systems-bridge
Project-URL: Homepage, https://www.aiplan4eu-project.eu/
Keywords: unified-planning,embedded-systems-bridge
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Embedded Systems Bridge

This library provides general funcitonalities for using the [Unified Planning](https://github.com/aiplan4eu/unified-planning) library in robotic applications.


## Pre-commit Hooks


This repo has [pre-commit](https://pre-commit.com/) configurations. You can use this locally and set it up to run automatically before you commit something. To install, use pip:

```bash
pip3 install --user pre-commit
```

To run over all the files in the repo manually:

```bash
pre-commit run --all-files
```

To run pre-commit automatically before committing in the local repo, install the git hooks:

```bash
pre-commit install
```


## Acknowledgments

<img src="https://www.aiplan4eu-project.eu/wp-content/uploads/2021/07/euflag.png" width="60" height="40">

This library is being developed for the AIPlan4EU H2020 project (https://aiplan4eu-project.eu) that is funded by the European Commission under grant agreement number 101016442.
