Metadata-Version: 2.1
Name: stcube
Version: 0.1.1
Summary: 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,stm32cubemx
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 executor.
        
    -h|help: 
        Show the help information.
        .x: Show the help information of x.
        
    -s|set|setting: 
        Setting the STCube command executor.
        .en: Set the language to English.
        .zh: Set the language to Chinese.
        
    -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.
        
    -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 create cpp Entrence.
            * won't action if the main.cpp already exists.
