Metadata-Version: 2.1
Name: lesscode-tool
Version: 0.0.38
Summary: 低代码生成工具
Author-email: navysummer <navysummer@yeah.net>
License: MIT License
        
        Copyright (c) [year] [fullname]
        
        Permission is hereby granted...
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: click~=8.1.3
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: sqlalchemy>=2.0.40
Description-Content-Type: text/markdown

# lesscodeTool

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

  低代码构建工具.

Options:
  --help  Show this message and exit.

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