Go to file
su-fang 4a8b4b8dd9 changed debian/source/format to native 2022-09-16 13:55:37 +08:00
bin Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
debian changed debian/source/format to native 2022-09-16 13:55:37 +08:00
mallard Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
tests Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
.gitignore Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
AUTHORS Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
COPYING Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
README.md Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00
setup.py Import Upstream version 1.0.2 2022-09-16 13:55:36 +08:00

README.md

mallard-ducktype

Parser for the lightweight Ducktype syntax for Mallard

Install Ducktype

Ducktype is Python-3-only, so to build and install:

python3 setup.py build
sudo python3 setup.py install

Or to get the latest version uploaded to pypi:

virtualenv --python=python3 venv
source venv/bin/activate
pip-python3 install mallard-ducktype