Skip to content

1.0b1

Compare
Choose a tag to compare
@lcarcaramo lcarcaramo released this 03 Nov 20:04
· 94 commits to main since this release
7dc03bc

Release Milestone: https://github.com/ambitus/pyracf/milestone/2?closed=1
 
 
Install From Python 3.10 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b1/pyracf-1.0b1-cp310-none-any.whl && python3.10 -m pip install pyracf-1.0b1-cp310-none-any.whl

Install From Python 3.11 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b1/pyracf-1.0b1-cp311-none-any.whl && python3.11 -m pip install pyracf-1.0b1-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.0b1/pyracf-1.0b1.tar.gz && python3 -m pip install pyracf-1.0b1.tar.gz