z/OS utilities for Python
pip3 install pyzutil
python3 setup.py build
# Install in editable mode (i.e. setuptools "develop mode") from the local project path
pip3 install -e .
This project uses the Sphinx Python Documentation Generator and requires the Press theme.
To build the documentation run the following commands:
cd docs
make clean html