Source: python-pddl
Section: python
Priority: optional
Maintainer: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-wheel,
 python3-lark,
 python3-click,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/AI-Planning/pddl

Package: python3-pddl
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-lark,
 python3-click
Description: Python library for parsing PDDL
 pddl is a Python library and command-line tool for parsing,
 validating, formatting and working with Planning Domain Definition
 Language files.

