Skip to content

1.0b4

Compare
Choose a tag to compare
@lcarcaramo lcarcaramo released this 31 Jan 14:01
· 40 commits to main since this release
8d96ac1

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