terminate (0.5.1) Documentation
Index of the terminate module
-
m
terminate
...
- Some useful functions for basic actions on the commmand line.
-
a
__author_email__
...
-
a
__url__
...
-
m
control
...
- Primary interface layer for terminal control
-
m
abstract
...
- Secondary abstractions for terminal control
-
m
prompt
...
- Input and output functions
-
f
file_chooser
...
- A simple tool to get a file from the user. Takes keyworded arguemnts
and passes them to open().
-
f
query
...
- Preset a few options
-
f
input_object
...
- Gets input from the command line and validates it.
-
m
casts
...
- A series of functions that provide useful casts from strings into other common objects.
-
f
file
...
- value should be a path to file in the filesystem.
-
f
yes_no
...
- For a yes or no question, returns a boolean.
-
m
rl
...
- Readline related stuff
-
m
queries
...
- Example values for the answers argument in prompt.query()