Metadata-Version: 2.1
Name: trm.cline
Version: 1.0.0
Summary: Allows scripts to remember parameter input values
Home-page: https://github.com/trmrsh/trm-cline
Author: Tom Marsh
Author-email: t.r.marsh@warwick.ac.uk
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

trm.cline
=========

trm.cline handles parameter input for Python scripts, interpreting
those entered on the command line, and internally prompting for those
not given according to names defined within the scripts. It uses disk
files to save the parameter values so that they can be recalled as
defaults on next invocation, potentially saving much typing. It also
allows multiple scripts to share parameters.

Install with::

 pip install .

or::

 pip install . --user

if you don't have root access.

* Free software: BSD license



