Metadata-Version: 2.4
Name: Uniplansy
Version: 0.2.0
Summary: Uniplansy(UNIversal PLANning SYstem). A framework for making planning systems.
Project-URL: Repository, https://github.com/Miiohau/Uniplansy
Project-URL: Issues, https://github.com/Miiohau/Uniplansy/issues
Project-URL: Changelog, https://github.com/Miiohau/Uniplansy/master/CHANGELOG.md
Author-email: miiohau <Miiohau@gmail.com>
Maintainer-email: miiohau <Miiohau@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: Automated Planning,Game AI pro,HTN,RDDL,STRIPS,ai planning,planning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: immutabledict
Provides-Extra: jsonpickle
Requires-Dist: jsonpickle; extra == 'jsonpickle'
Description-Content-Type: text/markdown

Uniplansy(UNIversal PLANning SYstem) is a framework for making planning systems.

# what it is not:
a STRIPS or HTN planning system. You can code STRIPS or HTN planning systems in it, but it is more general than that. 