https://github.com/bbengfort/simpleconsole
A utility for quickly creating console programs in standalone mode or multi command like django management.
https://github.com/bbengfort/simpleconsole
Last synced: about 1 year ago
JSON representation
A utility for quickly creating console programs in standalone mode or multi command like django management.
- Host: GitHub
- URL: https://github.com/bbengfort/simpleconsole
- Owner: bbengfort
- License: other
- Created: 2013-04-12T18:07:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T15:29:39.000Z (about 13 years ago)
- Last Synced: 2025-06-13T10:09:31.515Z (about 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
simpleconsole
=============
A utility for quickly creating command line programs, either in stand alone form or multi-command programs a la Django management.
### Credits
The following other contributors were essential to this project:
* Peter Eacmen
* Jesse English
Please see the original code base on [Google Code](https://code.google.com/p/console/)
Special thanks to the following for help and resources in the development of this project:
* [Tactical Network Solutions](http://tacnetsol.com)
* [Unbound Concepts](https://unboundconcepts.com)