Skip to content

hexhex/py-aspio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-aspio

The ASP interface to object-oriented programs, implemented in Python.

Dependencies

Installation

pip3 install aspio

Usage

Stand-alone examples can be found in the examples directory.

Further explanation: Using py-aspio (slides).

Development of py-aspio itself

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

Running the tests

python3 setup.py test

Running the typechecker

Install the mypy-lang package first (e.g. pip3 install mypy-lang). To run the typechecker:

mypy -p aspio

About

Python procedural interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages