Metadata-Version: 2.4
Name: gtpyhop-core
Version: 2.0.0
Summary: GTPyhop planner core (no bundled examples) - a Goal-Task-Network planning package written in Python
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: psutil>=5.8.0
Description-Content-Type: text/markdown

# gtpyhop-core

The GTPyhop planner (Goal-Task-Network planning), with no bundled example
domains. This is the package to install if you only need the planner —
for instance in production, CI, or any environment where install footprint
or file provenance matters.

```
pip install gtpyhop-core
```

`import gtpyhop` gives you the exact same public API as the full `gtpyhop`
package — the only difference is that `gtpyhop.examples` is not installed.

If you want the bundled example domains too, either install
`gtpyhop-examples` alongside this package, or install the `gtpyhop`
meta-package instead, which pulls in both.

Full documentation: https://github.com/PCfVW/GTPyhop/tree/pip
