Metadata-Version: 2.4
Name: pdsim-backend
Version: 1.1.0
Summary: Using Unified Planning Library to parse PDDL and generate plans for PDSim.
Author-email: Emanuele De Pellegrin <edepell@ed.ac.uk>, Andy Edmondson <ae2016@hw.ac.uk>
Project-URL: Homepage, https://github.com/Cryoscopic-E/PDSim-Backend
Project-URL: Issues, https://github.com/Cryoscopic-E/PDSim-Backend/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pyzmq~=25.1.1
Requires-Dist: protobuf
Requires-Dist: unified-planning==1.2.0
Requires-Dist: up-fast-downward
Requires-Dist: up-tamer
Requires-Dist: up-pyperplan
Requires-Dist: up-enhsp
Requires-Dist: rich
Requires-Dist: questionary
Dynamic: license-file

# PDSim Backend

Using [Unified Planning Library](https://github.com/aiplan4eu/unified-planning) to parse PDDL and generate plans for PDSim.

## 📖 Documentation

The full documentation, including installation guides, CLI navigation, and development integration, can be found in our **[GitHub Wiki](https://github.com/Cryoscopic-E/PDSim-Backend/wiki)**.

---

## 🚀 Quick Start (Docker)

The fastest way to get started is by using our pre-built image from Docker Hub:

```bash
# Pull the latest image
docker pull cryoscopice/pdsim-backend

# Run interactive mode
docker compose up
```

For local installation and more advanced options, please refer to the **[Wiki](https://github.com/Cryoscopic-E/PDSim-Backend/wiki)**.
