Metadata-Version: 2.4
Name: moco-python
Version: 0.0.1
Summary: Object-oriented command line interface (CLI) framework for Python. 
Project-URL: Documentation, https://moco.monkeyhbd.com/
Project-URL: Source, https://github.com/monkeyhbd/moco/
Author-email: Monkeyhbd <monkeyhbd@outlook.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Moco

Moco is an object-oriented command line interface framework for Python. It is
originally designed for a small, command line controlled IoT system.

These are the features of Moco:

- Object-oriented command line framework.
- Support both command line mode and interactive command line (shell) mode.
- Tree-layered command and sub-command.
- Parse command line arguments and options.
- Command line lex in interactive command line mode.
- Some useful command line widget.
