1.0b4
Release Milestone: https://github.com/ambitus/pyracf/milestone/5?closed=1
Install From Python 3.10 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b4/pyracf-1.0b4-cp310-none-any.whl && python3.10 -m pip install pyracf-1.0b4-cp310-none-any.whl
Install From Python 3.11 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b4/pyracf-1.0b4-cp311-none-any.whl && python3.11 -m pip install pyracf-1.0b4-cp311-none-any.whl
Install From Source Distribution (build on install):
⚠️ Requires z/OS XLC compiler.
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b4/pyracf-1.0b4.tar.gz && python3 -m pip install pyracf-1.0b4.tar.gz