Metadata-Version: 2.4
Name: lesscode-tool
Version: 0.0.39
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
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# lesscodeTool

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

  低代码构建工具.

Options:
  --help  Show this message and exit.

Commands:
  sqlacodegen  生成SQLALCHEMY模型类
  subcommand   执行系统命令
  swagger      swagger api转换
  
swagger:
  - 参数:
    - -o/--out_type 支持 md,markdown,yaml,yml,docx,pdf,toml,toon
    - -f/--file 输出到文件路径
    - --to-file 将结果导出到默认文件

可选依赖:
- click：运行 CLI
- requests：拉取 swagger JSON
- sqlalchemy：sqlacodegen
- pyyaml：输出 yaml/yml
- python-docx：输出 docx
- reportlab：输出 pdf
- tomli-w 或 toml：输出 toml
```
