Metadata-Version: 2.1
Name: cjutils
Version: 0.0.14
Summary: cmd framework and utils
Home-page: https://github.com/CJYLZS/cjutils.git
Author: cjylzs
Author-email: 691086891@qq.com
License: MIT License
Keywords: cjutils
Platform: any

usage
-----

.. code:: sh

   pip install cjutils

.. code:: python3

   python3 -m cjutils -h
   python3 -m cjutils --example
   # write an example plugin into ./cmds/example_ext.py

   python -m cjutils example -h


