Releases: ambitus/racfu
1.0a2.dev2
Release Milestone: https://github.com/ambitus/racfu/milestone/1?closed=1
Install From Python 3.12 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a2.dev2/racfu-1.0a2.dev2-cp312-none-any.whl && python3.12 -m pip install racfu-1.0a2.dev2-cp312-none-any.whl
Install From Python 3.13 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a2.dev2/racfu-1.0a2.dev2-cp313-none-any.whl && python3.13 -m pip install racfu-1.0a2.dev2-cp313-none-any.whl
Install From Source Distribution (build on install):
⚠️ Requires z/OS Open XL C/C++ 2.1 compiler.
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a2.dev2/racfu-1.0a2.dev2.tar.gz && python3 -m pip install racfu-1.0a2.dev2.tar.gz
1.0a2.dev1
Release Milestone: https://github.com/ambitus/racfu/milestone/1?closed=1
Install From Python 3.12 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a2.dev1/racfu-1.0a2.dev1-cp312-none-any.whl && python3.12 -m pip install racfu-1.0a2.dev1-cp312-none-any.whl
Install From Python 3.13 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a2.dev1/racfu-1.0a2.dev1-cp313-none-any.whl && python3.13 -m pip install racfu-1.0a2.dev1-cp313-none-any.whl
Install From Source Distribution (build on install):
⚠️ Requires z/OS Open XL C/C++ 2.1 compiler.
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a2.dev1/racfu-1.0a2.dev1.tar.gz && python3 -m pip install racfu-1.0a2.dev1.tar.gz
1.0a1
Initial Alpha Release
Install From Python 3.11 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a1/racfu-1.0a1-cp311-none-any.whl && python3.11 -m pip install racfu-1.0a1-cp311-none-any.whl
Install From Python 3.12 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a1/racfu-1.0a1-cp312-none-any.whl && python3.12 -m pip install racfu-1.0a1-cp312-none-any.whl
Install From Python 3.13 Wheel Distribution (pre-built):
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a1/racfu-1.0a1-cp313-none-any.whl && python3.13 -m pip install racfu-1.0a1-cp313-none-any.whl
Install From Source Distribution (build on install):
⚠️ Requires z/OS Open XL C/C++ 2.1 compiler.
curl -O -L https://github.com/ambitus/racfu/releases/download/1.0a1/racfu-1.0a1.tar.gz && python3 -m pip install racfu-1.0a1.tar.gz