The ASP interface to object-oriented programs, implemented in Python.
- An ASP Solver, currently only dlvhex 2.6+ is supported
- Python 3.5+
- pyparsing
pip3 install aspio
Stand-alone examples can be found in the examples directory.
Further explanation: Using py-aspio (slides).
Clone the repository and install the package in development mode::
git clone https://github.com/hexhex/py-aspio py-aspio cd py-aspio python3 setup.py develop
python3 setup.py test
Install the mypy-lang
package first (e.g. pip3 install mypy-lang
).
To run the typechecker:
mypy -p aspio