mirror of https://github.com/exaloop/codon.git
* Add pip wheel to the build * Fix CI * Fix CI * Fix CI * Update setup.py to include stdlib; set CODON_PATH in extra/python package * Fix CI * CI debug * CI fix * CI fix * Format Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com> |
||
---|---|---|
.. | ||
src | ||
MANIFEST.in | ||
README.md | ||
pyproject.toml | ||
setup.py |
README.md
To install:
$ pip install extra/python
To use:
from codon import codon, JitError
@codon
def ...