Metadata-Version: 2.1
Name: lesscode-tool
Version: 0.0.26
Summary: 低代码生成工具
Home-page: https://gitee.com/navysummer/lesscodeTool
Author: navysummer
Author-email: navysummer@yeah.net
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click (~=8.1.3)

# lesscodeTool

#### Description
```
Usage: lesscodeTool [OPTIONS] COMMAND [ARGS]...

  低代码构建工具.

Options:
  -h, -–help  查看命令帮助
  --version   查看版本号

Commands:
  new          新建一个项目,目前进支持lesscode-py模板
  sqlacodegen  生成SQLALCHEMY模型类
  subcommand   执行系统命令
```
