Crate

Updated v0.10 releases are yet to be published!

Pyaket can make executables directly from crates.io without the python package. For that, most options in the documentation are exported via environment, then built with cargo install:

export PYAKET_APP_NAME="cowsay"
export PYAKET_DEPS_PYPI="cowsay==6.1"
export PYAKET_ENTRY_MODULE="cowsay"
# Compile it from crates.io
cargo install pyaket --locked --force --root ./target

# Find your binary at
./target/bin/pyaket