Scripting modules in python to make life easier
The purpose of this directory is twofold:
-
A repository for the PMOD package.
-
A repository for scripts which have been developed with heavy dependence upon PMOD.
Description: The "PMOD" python module contains functions for facilitating research work (File I/O, formatting and automation). This package is not intended to replace built-in functions, or popular packages where applicible. Rather, it is intended to extend upon the built in functionality found in the standard Python release and increase productivity in the course of work which involves the generating/processing/presentation of numeric data.
List of python files in PMOD:
- cmdline.py
- cmdutil.py
- ioparse.py
- mathops.py
- opti.py
- phelp.py
- pinax.py
- strlist.py
- tcheck.py
- zkparse.py
The PMOD Package currently contains 10 Modules
Each Modules contains related functions and classes which are designed to optimize performance for a specific task.
Description: scripts using PMOD module functionality