https://github.com/dhellmann/commandlineapp
The CommandLineApp class makes creating command line applications in Python as simple as defining callbacks to handle options when they appear in 'sys.argv'.
https://github.com/dhellmann/commandlineapp
Last synced: over 1 year ago
JSON representation
The CommandLineApp class makes creating command line applications in Python as simple as defining callbacks to handle options when they appear in 'sys.argv'.
- Host: GitHub
- URL: https://github.com/dhellmann/commandlineapp
- Owner: dhellmann
- Created: 2020-06-27T15:29:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:32:14.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T22:34:47.443Z (over 1 year ago)
- Language: Python
- Size: 239 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog
Awesome Lists containing this project
README
Base class for building command line applications.
The CommandLineApp class makes creating command line applications as
simple as defining callbacks to handle options when they appear in
'sys.argv'.
To do:
- switch to gnu_getopt?
- check command line arguments