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.
Find a file
2019-02-18 12:47:32 -05:00
.gitignore Added the actual package 2019-02-08 13:40:21 -05:00
__init__.py Added the actual package 2019-02-08 13:40:21 -05:00
__main__.py Added the actual package 2019-02-08 13:40:21 -05:00
README.md Initial commit 2019-02-08 13:29:00 -05:00
shell.py Fixed setClearColor crashes 2019-02-18 12:47:32 -05:00

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.