Metadata-Version: 2.1
Name: fastcodedog
Version: 3.0.14
Summary: 
License: MIT
Author: taohoo
Author-email: taohoo@163.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: autopep8 (>=2.2.0)
Requires-Dist: inflect (>=7.2.1)
Requires-Dist: json5 (>=0.9.25)
Description-Content-Type: text/markdown

Based on the pdm file(sap powerdesigner), automatically generate a FastAPI project.    
Including SQLAlchemy models and CRUD operations.   
FastAPI schemas and APIs.   
The database engine should be installed manually based on actual requirements.   
Version 3 and above temporarily reverts to multithreading and does not support coroutines.

