aos-cube
Advanced tools
| Metadata-Version: 1.2 | ||
| Name: aos-cube | ||
| Version: 0.3.6 | ||
| Version: 0.3.7 | ||
| Summary: aos commmand line tool for AliOS-Things development. | ||
@@ -5,0 +5,0 @@ Home-page: UNKNOWN |
+1
-1
| import sys | ||
| __version__ = "0.3.6" | ||
| __version__ = "0.3.7" | ||
| __title__ = "aos-cube" | ||
@@ -5,0 +5,0 @@ __description__ = ( |
@@ -53,3 +53,4 @@ import os | ||
| @click.option("-d", "--projectdir", required=True, help="The project directory") | ||
| def create_project(projectname, board, projectdir): | ||
| @click.option("-t", "--templateapp", help="Template application for creating project") | ||
| def create_project(projectname, board, projectdir, templateapp): | ||
| """ Create new project from template """ | ||
@@ -61,2 +62,4 @@ args = [projectname] | ||
| args += ["-d%s" % projectdir] | ||
| if templateapp: | ||
| args += ["-t%s" % templateapp] | ||
@@ -63,0 +66,0 @@ if "AOS_SDK_PATH" not in os.environ: |
+2
-2
@@ -207,3 +207,3 @@ import os | ||
| APP_UPDATE_MKFILE = "build/scripts/app_update_aosmk.py" | ||
| APP_GEN_INCLUDES = "build/scripts/app_gen_inlcudes.py" | ||
| APP_INCLUDES = "aos_comp_includes.json" | ||
| APP_GEN_INCLUDES = "build/scripts/app_gen_comp_index.py" | ||
| APP_INCLUDES = "aos_comp_index.json" |
+1
-1
| Metadata-Version: 1.2 | ||
| Name: aos-cube | ||
| Version: 0.3.6 | ||
| Version: 0.3.7 | ||
| Summary: aos commmand line tool for AliOS-Things development. | ||
@@ -5,0 +5,0 @@ Home-page: UNKNOWN |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
311160
0.05%6498
0.05%