Metadata-Version: 2.1
Name: ocli
Version: 1.0.0
Summary: Command line app object
Home-page: https://github.com/biojet1/ocli
Author: biojet1
Author-email: biojet1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# OCLI

Object Oriented Command line interface

# Example python application
* [github.com/biojet1/dupln](https://github.com/biojet1/dupln)
* [github.com/biojet1/mendec](https://github.com/biojet1/mendec)

# Notes
* one letter flag or params is a short option lie -q -v
* "-" in option name is converted to "_" e.g. "--dry-run" goes to "dry_run" attribute


