fastapi-fast-template

View on PyPIReverse Dependencies (0)

0.0.7 fastapi_fast_template-0.0.7-py3-none-any.whl

Wheel Details

Project: fastapi-fast-template
Version: 0.0.7
Filename: fastapi_fast_template-0.0.7-py3-none-any.whl
Download: [link]
Size: 36218
MD5: 4f223f6344654fa217231e31f52b4e65
SHA256: 012d4ce301c78de96d47efb63b187ce6abea1ed29e3569bc670873675b92df6a
Uploaded: 2024-10-22 08:59:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fastapi-fast-template
Version: 0.0.7
Summary: This library helps you not get involved in the complexities of FastAPI and its libraries and focus all your attention on the application.
Author: Saeid Noormohammadi
Author-Email: heysaeid92[at]gmail.com
Home-Page: https://github.com/heysaeid/fastapi-fast-template
Project-Url: Documentation, https://github.com/heysaeid/fastapi-fast-template
Project-Url: Repository, https://github.com/heysaeid/fastapi-fast-template
License: MIT
Keywords: fastapi,fastapi template,fastapi fast template,fastapi boilerplate
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.7,<4.0
Requires-Dist: StrEnum
Requires-Dist: asyncpg
Requires-Dist: fastapi
Requires-Dist: pre-commit
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: python-dotenv
Requires-Dist: ruff
Requires-Dist: termcolor
Requires-Dist: uvicorn
Description-Content-Type: text/markdown
[Description omitted; length: 7755 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fastapi_fast_template/__init__.py sha256=R9xOYoYrWKcfO5zvTeGC3m_eDNOvxMd8CocQs2tLufo 22
fastapi_fast_template/actions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fastapi_fast_template/actions/base.py sha256=_iTQjs60MA_s3NpaZJn7WVjXSpdnLI0pCw0rG13xC6Q 1199
fastapi_fast_template/actions/doc.py sha256=l_WsuXPgQ3PKiG1SuyKhF8iKH_jxMKdtNYYCFr1jqYk 2483
fastapi_fast_template/actions/extension.py sha256=l9tKpJxmqGtHzi9sI7Wp4i-KjdS4ihlnjodcbBUssUc 10956
fastapi_fast_template/actions/main.py sha256=jcIMErMCYUvHwHaA8mukFP255zsQm4tee3NRP829u0Q 5720
fastapi_fast_template/cli.py sha256=V0PkO8nppN6b7XL3QkXlTCET8zsMVefysIUFzoAj35c 1700
fastapi_fast_template/content.py sha256=ih9Yl0j5a9jMkPhQ24SbMIO8xox33IXXOlOfDw3wXxI 10910
fastapi_fast_template/contents/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fastapi_fast_template/contents/configs/config.py sha256=aOTUdWHDygw2XdscPo90kKysd3M9ZUH-gHb5oZ5WXV8 995
fastapi_fast_template/contents/configs/single_config.py sha256=FDAAsxqwcAGI2kH_YX7LzaYxpDIPJm_QGlBJwhVTbpk 429
fastapi_fast_template/contents/envs/.env.sample sha256=llLX_bKlkb8ulUqB-77KEH8gU5XqmcgsAa1lpoNV3H8 48
fastapi_fast_template/contents/git/.gitignore sha256=wxDaMVOOCqqoHJcU70LdYZEd6TUVeuRWroawHE7c4j4 188
fastapi_fast_template/contents/git/.pre-commit-config.yaml sha256=UX9v6o9ozUSVzEK0AuLqhVGmudhZ6ugCMxlZIKNDgvI 738
fastapi_fast_template/contents/main/app.py sha256=XCw_ycuA-chxfVCyC4DroAxmsCzMQJ4taulwUfJ-Bkc 362
fastapi_fast_template/contents/main/main.py sha256=tiWczAovGWkyTQCFEPOEcAnNKJT_0BtRkJYK22l--vc 149
fastapi_fast_template/contents/main/stream.py sha256=_9vIhUYxiVao4XCdUe3bH5qlfBRwdKqicfACOrZYH-Y 327
fastapi_fast_template/contents/odm/beanie.py sha256=pOnQesPyQRWYUmUdNiqdLXm0TdnbO5Vf-DpEV646c-k 352
fastapi_fast_template/contents/orm/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fastapi_fast_template/contents/orm/sqlalchemy.py sha256=NMPMNCTORUJqK_7bAOJM1IQGy1-6WUzVJjxbeLhhLn0 944
fastapi_fast_template/contents/orm/sqlmodel.py sha256=hEmYeDyBGJjTKqvvaHABhbIy9NfjiAdfHftM5iBmh6w 380
fastapi_fast_template/contents/orm/tortoise.py sha256=iKV-ggWhMlrxYGFoOHLvcPyeTcWWWRUjjg8EYIUUKKw 444
fastapi_fast_template/contents/repositories/beanie/base.py sha256=P3wLHwo0--8xXD793alZWo_5Hbg_5KCAy3egWHIZ5ss 9756
fastapi_fast_template/contents/repositories/sqlalchemy/base.py sha256=1NFKXpS5E-XjRDX2wqYrebd1am8ltKKv2UWyDCFnCl4 12273
fastapi_fast_template/contents/repositories/sqlmodel/base.py sha256=OhqO87iFVn2Z5N8NtUR_cDq_Y6ipiDFsY03z_2qT5W0 11946
fastapi_fast_template/contents/repositories/tortoise/base.py sha256=hoeVC581uW9w3gVYiZJitgGVQ3cXdT21WBp4YgWfHnY 10591
fastapi_fast_template/contents/routers/base.py sha256=6-jL0Ff-oQ3qO1kEW3hBNb2vcIr4ebZuJsCkI3leJ-0 56
fastapi_fast_template/contents/ruff.toml sha256=LZQYr6F1zhou-BiiIzSjR6MqbhNGDxZLxP_H-7y0TK0 547
fastapi_fast_template/contents/tasks/__init__.py sha256=X-cAsFk1rP-CjN4cN8ToLjMFl64Y4O5tl0zSDjUyZNU 789
fastapi_fast_template/contents/tests/conftest.py sha256=cI0vqWsGNmAO-Z4LwdUkpcwDUWqkYo33EaDXTYirm18 226
fastapi_fast_template/contents/utils/authx.py sha256=Cz7EduvU8fGqiorVsQJ8HpdMV7tP1oZ0lKNhWzRnoKU 198
fastapi_fast_template/contents/utils/caching/redis_cache.py sha256=w6lYwAd50P_iru5Cvdr-gwhwVN6H50j9d2yUB3c6hIk 133
fastapi_fast_template/contents/utils/lifespan.py sha256=n8W7Qq3NiL1IrEQbsUZUCWYbH1zMxlIJpfbeUNi-MB4 362
fastapi_fast_template/contents/utils/stream_lifespan.py sha256=cNy3g6kNQ_y0Gph3MSX-BGikYlkS2oMWHSv5ybP3il8 121
fastapi_fast_template/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fastapi_fast_template/utils/enums.py sha256=2aSiYyf66AN8q_6sz9ij-MN37RSyDO6aA6CGzdkWyu4 2827
fastapi_fast_template/utils/helpers.py sha256=LzgIB5STHM_OTy9Ypsa0HCP3SaIlv9AtaA8gjuZG8a4 4712
fastapi_fast_template-0.0.7.dist-info/LICENCE sha256=kBemOYad_QBxSF7AvAGCQu-o8oP2yla-2xUVBklZlRQ 1076
fastapi_fast_template-0.0.7.dist-info/METADATA sha256=yoPdkDAu3SOY8qARev2MD7cU6NTNSHCgodyEi2RE0NU 10179
fastapi_fast_template-0.0.7.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
fastapi_fast_template-0.0.7.dist-info/entry_points.txt sha256=zPoOIbMFyeLoJ0QXe5Y3iJbcoI35o0ih9wSCSONU46g 59
fastapi_fast_template-0.0.7.dist-info/RECORD

entry_points.txt

fast = fastapi_fast_template.cli:Cli.main