Initial commit

This commit is contained in:
Patrick Marsee 2019-02-08 13:29:00 -05:00
commit 025b572ef9

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# shell_py
This is a shell base class that can be used to quickly and easily create a versatile command-line interface for python packages. This pure python project works out-of-the-box.