Skip to content

Releases: ambitus/cbxp

Alpha 0.0.2

06 Nov 13:37

Choose a tag to compare

Release Notes

Initial alpha release.
 

Python Interface Installation

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

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2-cp312-none-any.whl && python3.12 -m pip install cbxp-0.0.2-cp312-none-any.whl

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

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2-cp313-none-any.whl && python3.13 -m pip install cbxp-0.0.2-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/cbxp/releases/download/v0.0.2/cbxp-0.0.2.tar.gz && python3 -m pip install cbxp-0.0.2.tar.gz

Shell Interface Installation

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2.pax.Z && pax -rf cbxp-0.0.2.pax.Z