Metadata-Version: 2.1
Name: otdev-tool
Version: 1.1.5
Summary: Dev tools of Ontim.
Home-page: http://example.com
Author: caiyongqing
Author-email: yongqing.cai@chino-e.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

 ```
  ___        _   _             _____           _        _   ___   ___  
 / _ \ _ __ | |_(_)_ __ ___   |_   _|__   ___ | |      / | / _ \ / _ \
| | | | '_ \| __| | '_ ` _ \    | |/ _ \ / _ \| |      | || | | | | | |
| |_| | | | | |_| | | | | | |   | | (_) | (_) | |      | || |_| | |_| |
 \___/|_| |_|\__|_|_| |_| |_|   |_|\___/ \___/|_|      |_(_)___(_)___/


usage: otdev-tool [-h] [-l] [-p PROJECT] [-f FUNCTION]

options:
  -h, --help            show this help message and exit
  -l, --list            List all functions supported.
  -p PROJECT, --project PROJECT
                        Set project, default is sunfire.
  -f FUNCTION, --function FUNCTION
                        Set function you'd like to call.
```

