pyzutil

z/OS utilities for Python


License
MIT
Install
pip install pyzutil==0.0.1.post3

Documentation

pyzutil

z/OS utilities for Python

Install

pip3 install pyzutil

Build

python3 setup.py build

# Install in editable mode (i.e. setuptools "develop mode") from the local project path
pip3 install -e .

Documentation

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