Metadata-Version: 2.1
Name: stcube
Version: 0.0.2
Summary: (not finish)used to manage stm32cubemx template project and some user source file.
Author-email: 2229066748@qq.com
Maintainer: Eagle'sBaby
Maintainer-email: 2229066748@qq.com
License: Apache Licence 2.0
Keywords: management
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3
Description-Content-Type: text/plain


STCube Command Executor v0.0.1
------------------------------------------------------------
>>> help
        -q|quit:
            Quit the STCube command executoh
            r.

        -h|help:
            Show the help information.

        -n|new:
            Create a new Project from Library.

        -o|cd|open:
            Change the current project directory.
                * will close the current project if has.

        -u|up|update:
            Update the current project to maintaince it's entry.

        -l|lib:
            Library management.
                - Library is made from stm32cube project directory.
                - Need gen codes first in cubemx
            .new: Create a new library from the stm32cube project directory.
            .exp: Open the library directory in the explorer.

        -m|mod:
            Modules management.
                - Module is made from some .c/cpp .h/hpp files.
                - Import module will copy file and write the main.h
            .new: Create a new module from current project directory.
            .exp: Open the module directory in the explorer.

