Parser for the lightweight Ducktype syntax for Mallard
Python Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
mallard
tests
.gitignore
AUTHORS
COPYING
README.md
setup.py

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