Metadata-Version: 2.4
Name: gtpyhop
Version: 2.0.1
Summary: A Goal-Task-Network planning package written in Python (full bundle: gtpyhop-core + gtpyhop-examples)
Project-URL: Homepage, https://github.com/PCfVW/GTPyhop/tree/pip
Project-URL: Documentation, https://github.com/dananau/GTPyhop/blob/main/additional_information.md
Project-URL: Repository, https://github.com/PCfVW/GTPyhop.git
Project-URL: Issues, https://github.com/PCfVW/GTPyhop/issues
Author-email: Eric Jacopin <eric.jacopin@protonmail.com>, Dana Nau <nau@umd.edu>
License: Clear BSD License
Keywords: Artificial Intelligence,Automated Planning,HTN,Planning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Requires-Dist: gtpyhop-core==2.0.1
Requires-Dist: gtpyhop-examples==2.0.1
Description-Content-Type: text/markdown

# gtpyhop

A Goal-Task-Network (HTN/HGN/GTN) planning package written in Python.

This is the full-bundle meta-package: it installs `gtpyhop-core` (the
planner) and `gtpyhop-examples` (the bundled example domains) together,
exactly as `pip install gtpyhop` always has.

```
pip install gtpyhop
```

If you only need the planner — for a production deployment, CI, or any
environment where install footprint or file provenance matters — install
`gtpyhop-core` on its own instead; it provides the identical `import
gtpyhop` public API without the bundled examples.

Full documentation, tutorials, and the complete list of example domains:
https://github.com/PCfVW/GTPyhop/tree/pip
