Releases: wizardofzos/mfpandas
mfpandas 0.1.0
The z/OS operating system exports a variety of different data into datasets. Traditionally these would be used inside a DFSort or ICETOOL job to query this information and generate insightful reports based on this data.
With mfpandas you can do the same, but with the power of python.
The various mfpandas classes will give you the tools to convert these ‘tradtional’ Mainframe Datasets into Pandas DataFrames.
This library is not intended to cover all reporting requirements (as that would be crazy and too complex to suit everybodies needs) instead it focusses on generating Pandas Datasets that contain all the information from the Mainframe Datasets so you can build your own tools on top of it.
Currently available classes
Drop me note at [email protected] if you’ve made an (Open Sourced) tool that uses this framework, and I’ll mention you here somewhere for sure.