Metadata-Version: 2.4
Name: mfpandas
Version: 0.1.4
Summary: Parsing various z/OS structures into Panda dataframes.
Home-page: https://github.com/wizardofzos/mfpandas
Author: Wizard of z/OS
Author-email: wizard@zdevops.com
Project-URL: Bug Tracker, https://github.com/wizardofzos/mfpandas/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: wheel
Requires-Dist: pandas>=1.5.2
Requires-Dist: xlsxwriter>=3.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

mfpandas
########

The framework for working with various Mainframe (z/OS) datastructures via Pandas Dataframes.
Read the docs at https://mfpandas.readthedocs.io 

Installation::

    pip install mfpandas 


This used to be `pyracf` but that name is now being used by an awesome framework to work with RACF directly from python.
Read more about it via: https://github.com/ambitus/pyracf 
