Skip to content

Commit 45798a8

Browse files
committed
0.1.0 baby
1 parent 5fe4104 commit 45798a8

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
mfpandas
22
########
33

4-
This is still being worked on. Once 'ready' it will replace https://pypi.org/project/pyracf/
4+
The framework for working with various Mainframe (z/OS) datastructures via Pandas Dataframes.
5+
Read the docs at https:/mfpandas.readthedocs.io
56

6-
Minimalistic todo list:
7+
Installation::
78

8-
- document all (current) IRRDBU00 Things (done)
9-
- finalize DCOLLECT
10-
- describe 'collaboration' in docs
11-
- extend cookbooks
9+
pip install mfpandas
1210

1311

14-
This version is on 'pypi' as https://pypi.org/project/mfpandas/ but might not be ready enough yet :)
12+
This used to be `pyracf` but that name is now being used by an awesome framework to work with RACF directly from python.
13+
Read more about it via: https://github.com/ambitus/pyracf
57 KB
Binary file not shown.

dist/mfpandas-0.1.0.tar.gz

55.9 KB
Binary file not shown.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Contents
1313
:caption: Contents:
1414

1515
The mfpandas library <mfpandas>
16+
Installation <install>
1617
Working with IRRDBU00 data <irrdbu00>
1718
Working with SETROPTS LIST data <setropts>
1819
Working with DCOLLECT data <dcollect>

docs/install.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Installing MFPandas
2+
###################
3+
4+
Installing MFPandas is easily done via pip::
5+
6+
pip install mfpandas
7+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="mfpandas",
10-
version="0.0.9",
10+
version="0.1.0",
1111
author="Wizard of z/OS",
1212
author_email="[email protected]",
1313
description="Parsing various z/OS structures into Panda dataframes.",

0 commit comments

Comments
 (0)