easy-fastapi

View on PyPIReverse Dependencies (0)

0.1.0 easy_fastapi-0.1.0-py3-none-any.whl

Wheel Details

Project: easy-fastapi
Version: 0.1.0
Filename: easy_fastapi-0.1.0-py3-none-any.whl
Download: [link]
Size: 6122
MD5: 66e999319394ead54a30e5bfde947b3b
SHA256: 52a650a0d42b9785b61e1c734521dc2ab6e5e04d8f3d3b04c2442c33fa7a29ab
Uploaded: 2024-11-08 14:48:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: easy_fastapi
Version: 0.1.0
Summary: 基于 FastAPI 开发的后端框架,集成了 Tortoise ORM、Pydantic、Aerich、PyJWT、PyYAML、Redis 等插件,并且可以在编写好 `models` 文件后执行 `manager.py gen` 命令,批量生成 `schemas`、`routers`、`services` 代码,旨在提供一个高效、易用的后端开发环境。该框架通过清晰的目录结构和模块化设计,大大减少了项目的前期开发工作,帮助开发者快速构建和部署后端服务。
Author: one-ccs
Author-Email: one-ccs[at]foxmail.com
Home-Page: https://github.com/one-ccs/easy_fastapi
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: fastapi
Requires-Dist: tortoise-orm
Requires-Dist: pydantic
Requires-Dist: aerich
Requires-Dist: pyjwt
Requires-Dist: pyyaml
Requires-Dist: redis
Requires-Dist: bcrypt
Description-Content-Type: text/markdown
[Description omitted; length: 3996 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
easy_fastapi/__init__.py sha256=xqL-fD-pSU4cAIBBNlpzZJNG0UMxcTX9gQBe7ncvgiU 224
easy_fastapi/core/__init__.py sha256=6nZBjopIopaNa_FBhipLngfDVAbrqvirovlZLajA-F8 144
easy_fastapi/core/management.py sha256=JDsNLzkxY9u6kBy-uuX1_Rb5zyvbyU5Tpbzzh__MBtY 3619
easy_fastapi-0.1.0.dist-info/METADATA sha256=raGfW5GEJEuVkEc3FFm23JKIi9G4KRpi90JCLlNiTps 7596
easy_fastapi-0.1.0.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
easy_fastapi-0.1.0.dist-info/entry_points.txt sha256=R2GDnnasZvaRbjafeHg0V5eCv2uXqJlLohNsH8awp9Y 88
easy_fastapi-0.1.0.dist-info/top_level.txt sha256=Y3Xz8Np0XQcARHQ2mW-4ebabJk1C7uTqbuw6zujUnE4 13
easy_fastapi-0.1.0.dist-info/RECORD

top_level.txt

easy_fastapi

entry_points.txt

easy_fastapi = easy_fastapi.core.management:execute_from_command_line