From 025b572ef9ae8179087d0bad6756fbc702999f5f Mon Sep 17 00:00:00 2001 From: Patrick Marsee Date: Fri, 8 Feb 2019 13:29:00 -0500 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..653615c --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file