Metadata-Version: 2.0
Name: simplio
Version: 0.1.1
Summary: Simplest-case command-line input/output
Home-page: https://github.com/josephl/simplio
Author: Joseph Lee
Author-email: joe.lee.three.thousand@gmail.com
License: MIT
Keywords: input output file io
Platform: UNKNOWN

Simplio is a Python function decorator that applies an input file object and an output file object as arguments to the decorated function. It determines this based on STDIN or the presence of command-line arguments.


