create-fastapi-project

View on PyPIReverse Dependencies (0)

0.2.4 create_fastapi_project-0.2.4-py3-none-any.whl

Wheel Details

Project: create-fastapi-project
Version: 0.2.4
Filename: create_fastapi_project-0.2.4-py3-none-any.whl
Download: [link]
Size: 151230
MD5: 611c267f37dacf192320afdb8417095a
SHA256: 3e47887cd49dd92cad1d5af22eb2748321554d7c592dc56196bde25e64aadd67
Uploaded: 2023-11-02 20:11:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: create-fastapi-project
Version: 0.2.4
Author: jonra1993
Author-Email: jvargas[at]allient.io
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10,<4.0
Requires-Dist: python-dotenv (<2.0.0,>=1.0.0)
Requires-Dist: questionary (<3.0.0,>=2.0.0)
Requires-Dist: toml (<0.11.0,>=0.10.2)
Requires-Dist: typer[all] (<0.10.0,>=0.9.0)
Description-Content-Type: text/markdown
[Description omitted; length: 10786 characters]

WHEEL

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

RECORD

Path Digest Size
create_fastapi_project/.DS_Store sha256=hum5OTobiFxZudzR1ckrqoTvTO0dsVz_ekB1Fw_-59U 6148
create_fastapi_project/__main__.py sha256=jVdbmYpjBVRRex4o16rSmbHnwKoW-8HRGpE2vavYAYg 63
create_fastapi_project/create_app.py sha256=9CEmieVSme8jhG_qe3dyM7vrTgRSv5Mqh4ikw0KEjD0 1977
create_fastapi_project/helpers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/helpers/git.py sha256=Fh4N6_LKCSAQPoirek2t7LJDr30yqbXQJK-qzjDTeR0 1975
create_fastapi_project/helpers/install.py sha256=a6lQTUenwc7V9BH_LEfPpzRqlLg98tuNqpmPoVzOyII 4029
create_fastapi_project/main.py sha256=lFdlrq4lazVWb7UkBPMhXR8K0CM_s2dLgDT27eRm9oo 4052
create_fastapi_project/templates/__init__.py sha256=oUvtjJgEj6Oq7Ng0sr-QSEHuhBHnesVVNBkYorqfJUo 4947
create_fastapi_project/templates/basic/.env.example sha256=jQ8Dq1QAf4EX7SV-vo4o5ms-yTxTCvqDDwz6_MvauvQ 214
create_fastapi_project/templates/basic/.gitignore sha256=c-T4tEbDzj_xk-WhSwJrJB6mJC3XKi_99lTcfq6gog4 1858
create_fastapi_project/templates/basic/Makefile sha256=pl82H29_YdFjOICMwLxMARiFt8qdpBan5vg8fM53rKI 1686
create_fastapi_project/templates/basic/README.md sha256=L1lt105YC-_aKjOQvUJC0uwAf2Yj0ALD9hZd1sykvwo 3334
create_fastapi_project/templates/basic/backend/Dockerfile sha256=P1p5WYP87s2nQHlmcxsFu6yQvSTst8hETxp6_PUPdS0 683
create_fastapi_project/templates/basic/backend/app/README.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/api/v1/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/api/v1/api.py sha256=qGF8NH6i3CgaSP2WOZ0cgnzKYhhEA1z61beHBzxODLE 189
create_fastapi_project/templates/basic/backend/app/app/api/v1/endpoints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/api/v1/endpoints/weather.py sha256=vllaYUxqk1KQ5g6nSGm5znlSf8hhjs3zWp7z_2JSh9s 3520
create_fastapi_project/templates/basic/backend/app/app/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/core/config.py sha256=SDD-OzB2xkUJXDyjTF2qa_7G-MAenVG_TcM2oJFluXY 620
create_fastapi_project/templates/basic/backend/app/app/main.py sha256=kah2YpCbdRkU_XXshcr9fNpqHWleZ5RRFKwJCsCyCYc 1125
create_fastapi_project/templates/basic/backend/app/app/schemas/response_schema.py sha256=mBtkp2JYxTPoPub9HF7bbfgRDdz_LE0pwohPePqEFMA 2666
create_fastapi_project/templates/basic/backend/app/app/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/backend/app/app/utils/exceptions/__init__.py sha256=hllN6tCZ3Uby_bU-lKD5XCrwvmxARlgNQkaZn48AN2Y 317
create_fastapi_project/templates/basic/backend/app/app/utils/exceptions/common_exception.py sha256=NqSZ1mjMsieVs_gmlDfAYufAzfzPtX41Ivah8Gzs-j8 2477
create_fastapi_project/templates/basic/backend/app/app/utils/exceptions/user_exceptions.py sha256=CFFeAzCx1vKn4oAMGOSK0Ml1eMT-DZdPJhNqnvD-GXw 398
create_fastapi_project/templates/basic/backend/app/app/utils/exceptions/user_follow_exceptions.py sha256=ucgd5_PAhD4uami_QyefaxGXkaeEWoX6VI4EmHrQT64 1895
create_fastapi_project/templates/basic/backend/app/app/utils/partial.py sha256=vAczFqKD-x9AB13dlVSfYUW1q0Ifmp9I1opjiVzlbFU 608
create_fastapi_project/templates/basic/backend/app/app/utils/uuid6.py sha256=8CwJxR9lgy9MY4DmlTPgNGoJbyBhQMz2RYvyzwWqEjI 4562
create_fastapi_project/templates/basic/backend/app/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/basic/caddy/Caddyfile sha256=j8hSbAWuvnY7rOIB4mfWF0pzsAv9HcVvIDTWpNZkY8w 146
create_fastapi_project/templates/basic/docker-compose-dev.yml sha256=5y6kdKgyM461PFzBu6AEX2CbohrwKAgh9HOMAtnUYyU 749
create_fastapi_project/templates/basic/docker-compose.yml sha256=fWCJhOQLlP8Niseb24vj2ncOtBy76OCrwYda5B4Rm3o 797
create_fastapi_project/templates/full/.env.example sha256=_BFOXKqARU5edlwX0pinztR7PO1jKYoLhCjiTy_hje4 1497
create_fastapi_project/templates/full/.gitignore sha256=c-T4tEbDzj_xk-WhSwJrJB6mJC3XKi_99lTcfq6gog4 1858
create_fastapi_project/templates/full/LICENSE sha256=oKWCCn0SZB19XypScVSxStT39ooC4ZPaaFjRcHLeRIU 1072
create_fastapi_project/templates/full/Makefile sha256=IFusbLmhu11vKX8cYMXABpTpza-nnxbzcl40sPFdoX4 3767
create_fastapi_project/templates/full/README.md sha256=KhN6gAptsrwnB3zF4IY1ZUhIfy38jhpwZpM3xyPMq_Y 20374
create_fastapi_project/templates/full/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/Dockerfile sha256=BKRDaGKsi5wqS_hqUgF83TYBfPepFoxN2MqzdcbvFyE 699
create_fastapi_project/templates/full/backend/app/README.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/alembic/README sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ 38
create_fastapi_project/templates/full/backend/app/alembic/env.py sha256=rYKq6Xes_998rEz_hry4UFo9zw5bIa33muDolbjjFDA 2285
create_fastapi_project/templates/full/backend/app/alembic/script.py.mako sha256=TWO4754pqFTomF2W7xxU_IfKtbXAprhlaWgZyZpqyIg 600
create_fastapi_project/templates/full/backend/app/alembic/versions/2022-09-25-19-46_60d49bf413b8.py sha256=yEj0KX0xve04yn2TtVK2fQA9bJ4P8FDvHbNu4mqyeOI 6644
create_fastapi_project/templates/full/backend/app/alembic/versions/2022-10-03-18-32_3223652d21bd.py sha256=h1S54I4pPayvWfxf6bWQJB67B8z7rFGWuqchOkcqWtI 2384
create_fastapi_project/templates/full/backend/app/alembic/versions/2022-10-23-04-07_cc36a024e8ed.py sha256=fl_pG7Kp1UstyW7HlobcyzzVEXWGy52pCl43vFdQucY 1666
create_fastapi_project/templates/full/backend/app/alembic/versions/2022-11-03-14-16_3293815eb23c.py sha256=h4fo5DfaqETYr9oT9Kyi7193aBZHSslf9ZkvW5dWqDc 892
create_fastapi_project/templates/full/backend/app/alembic/versions/2023-03-04-23-15_5591a516fc47.py sha256=Qa5haCfrcAZJDvLak0kZP08FyRYsMVdGCbdV_MFyK2I 854
create_fastapi_project/templates/full/backend/app/alembic/versions/2023-03-17-17-34_13d2068684ab.py sha256=SKbOIC_N4edMgxdy_9gkv_WwC23Vt_KxxEXgPNwE-H8 659
create_fastapi_project/templates/full/backend/app/alembic.ini sha256=XZJaZiTP4Sdi9mcXP1bbm2S9KHMowiikdPkdv_8gZuo 1676
create_fastapi_project/templates/full/backend/app/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/api/celery_task.py sha256=BMx4gbLwrgD1kRNOJxoc0kqQN6XQL3DtNgHvZ9xS6mI 727
create_fastapi_project/templates/full/backend/app/app/api/deps.py sha256=fWgTId8WG0Rhiavr5PiqO6cg3YG9gr5TeFyeuS9iFF8 3376
create_fastapi_project/templates/full/backend/app/app/api/v1/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/api/v1/api.py sha256=IjELhX-7GV38DnHRUgKuIric8g094bahGVBTO2dK-n0 971
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/cache.py sha256=mU2A-wOgOzLpHBFRlG0Y5NMprTGmFgLHhFICP0l8CTE 2054
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/group.py sha256=13QAhMYDSVWDUvSXZfNAz-INJ57EB3Y3mo4YZVfi0ko 3122
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/hero.py sha256=eWLl8_GNQpDeNnN_PL-iOy3xT3nbMd4KiES8LapXqPc 4336
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/login.py sha256=-KUlXoApO8a5TbLTLdJ-uWE7mMCIPL6Nuni3OhcqMNE 7902
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/periodic_tasks.py sha256=cLlEPceFRY3KmFCcTc7KawaVR6Smfmvl1YXC6kAcztY 3884
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/report.py sha256=jw4BC3IrnBqF7pnvhOfRvz3wBiM6TxOqr5Eex9SksgI 3376
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/role.py sha256=2VNBTAvq2n_GH97lL0iPZ-rG4k7d9YAPKUnbxw6CJPw 2515
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/team.py sha256=2_nJEnJYmmKoFlVwlJMAsYCbQDcsdbFwd45MDKDawlk 3466
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/user.py sha256=GjDJF7NdHFJ343ZVUl0jUez1CQVfHTUZ7pKddLBPlO4 14433
create_fastapi_project/templates/full/backend/app/app/api/v1/endpoints/weather.py sha256=7TG_jmylC7Rf2ZBvRfbjIq4_gxopypQ8MIAjPVJQULw 3622
create_fastapi_project/templates/full/backend/app/app/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/core/authz.polar sha256=rMuUqjtU5HAbl5dwjU7Ne2uOTRLqiQU4VvlG91UgFqg 1095
create_fastapi_project/templates/full/backend/app/app/core/authz.py sha256=EOXSq9lkMbutCyxCFQy9Z0JMQ_wmXiPc5fR_MqQc1ec 385
create_fastapi_project/templates/full/backend/app/app/core/celery.py sha256=sV0gwenWu8LYCmc6JHgdcpN258oTLvXMAmaweJOL1Nw 627
create_fastapi_project/templates/full/backend/app/app/core/config.py sha256=HWOkDpBM3u4JAUmDs1ZodE2GD3w0iqsNiHd2EvOXMsY 4088
create_fastapi_project/templates/full/backend/app/app/core/security.py sha256=uMCej7k90_y1sNxOEnRvwFHNKFrLuxIre4MVe8O9-to 1676
create_fastapi_project/templates/full/backend/app/app/crud/__init__.py sha256=XNIWg7HkLAPCm2wSeFCNTKzrIcRlttRuGOGOyfhoSE4 220
create_fastapi_project/templates/full/backend/app/app/crud/base_crud.py sha256=Vxog44PLGq_KPEcEUn3h7RlpBi8oVwtJMeWZWUz0myY 6856
create_fastapi_project/templates/full/backend/app/app/crud/group_crud.py sha256=0ccz834NJSPjMXyimOOLXzC362fWHckqTSvlAWn0zhY 1474
create_fastapi_project/templates/full/backend/app/app/crud/hero_crud.py sha256=ANFjWGi9aXfW8uc6L1-4qmFwJjpJFLyGbDN8XYXpwTQ 1347
create_fastapi_project/templates/full/backend/app/app/crud/image_media_crud.py sha256=ZbRvfWFMutN3_jZyVZJ4EzyNwNFpb2MyP7OwGA22mYo 302
create_fastapi_project/templates/full/backend/app/app/crud/role_crud.py sha256=WOvZze68RBITTDeeJl6G49q3kGSk-mkk8Qu_MGa7rk8 983
create_fastapi_project/templates/full/backend/app/app/crud/team_crud.py sha256=WHdEFqrdbu32PfTEIvqeTnn6WjLgEdzpPsblaHo7GhU 600
create_fastapi_project/templates/full/backend/app/app/crud/user_crud.py sha256=qc8Ofs2jvQh79JXEm9MzlW6mNTXF98njhguIwMhePxI 3981
create_fastapi_project/templates/full/backend/app/app/crud/user_follow_crud.py sha256=hGRmMCaFScR8JJ4kW3_fn784Lf5f3HTPvILTzF98O0w 3752
create_fastapi_project/templates/full/backend/app/app/db/.DS_Store sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM 6148
create_fastapi_project/templates/full/backend/app/app/db/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/db/init_db.py sha256=O6pcMlTO2MYes_DuDeRW8dI3Sv2bJ4z4vSknEF7q6Bk 4681
create_fastapi_project/templates/full/backend/app/app/db/session.py sha256=J5w19_YJYMwWELjOpn7po0uDwZJF4MxxV-EyAk7-brA 1247
create_fastapi_project/templates/full/backend/app/app/deps/celery_deps.py sha256=D3ETwIkEHVEgVbkhevUzLGirHIh5FDx8WGCRpvedo0c 364
create_fastapi_project/templates/full/backend/app/app/deps/group_deps.py sha256=lOgjHiRDSte0x9q3V67BE_s9dwn6LJEW9LsPB2PKmek 824
create_fastapi_project/templates/full/backend/app/app/deps/role_deps.py sha256=SEhU74UqwiLPIwcZ70Bx3KqObHG96tp2X2kugQ8_Cwc 790
create_fastapi_project/templates/full/backend/app/app/deps/user_deps.py sha256=Ziye77NhP634XbczXFYe5ghBSgB2DC6AaSRU9r4pJbI 1299
create_fastapi_project/templates/full/backend/app/app/initial_data.py sha256=GJ3-oArFP76mvWz-LrSkINA8fO9JgwZDy6dWgrix-O0 313
create_fastapi_project/templates/full/backend/app/app/main.py sha256=0GZpR6ou8xALlVGIEMsaeoS8MxK3spEGKNjGfW-865k 7181
create_fastapi_project/templates/full/backend/app/app/models/__init__.py sha256=bPwPQrheUIGyWliPjrPvJ0AJ2HjOMsHDXW1A0-JtHDw 262
create_fastapi_project/templates/full/backend/app/app/models/base_uuid_model.py sha256=qYbK3_CEyUB88XOVEhibhxc2h8gUvZxLppwpA6wqefE 698
create_fastapi_project/templates/full/backend/app/app/models/group_model.py sha256=ixSomPFgxqsY6K0sL609zfvOsHdbVzvuzxbH5PYruiY 740
create_fastapi_project/templates/full/backend/app/app/models/hero_model.py sha256=rMMN0ZsU9mDy6tUd80vw8pI1Jyl6Stw31G2tSKif0iA 778
create_fastapi_project/templates/full/backend/app/app/models/image_media_model.py sha256=PV2ii_0ZBaqRqW03Ms_2QxYlgC3Tm0fm-l2IVajW9ME 571
create_fastapi_project/templates/full/backend/app/app/models/links_model.py sha256=KDZdrKTrJAfNUlHDxVHG3JyGscJMJcip2hHCHRbEj3k 390
create_fastapi_project/templates/full/backend/app/app/models/media_model.py sha256=P-3zeQ28Q4U5bI8xGhfjipuv03mW-P6J7RA1N-VVReQ 631
create_fastapi_project/templates/full/backend/app/app/models/role_model.py sha256=our03gy34EWz_8_ScJ6sL--V2-k4gm1-PGDzhvKFkpA 346
create_fastapi_project/templates/full/backend/app/app/models/team_model.py sha256=YqiLUkjXLVKisbJqyht3Uu30Ld4Vsc3D5xyyK7lnvjU 663
create_fastapi_project/templates/full/backend/app/app/models/user_follow_model.py sha256=PHn4MkWazC_VH1pOYRxN_fJZJX9xSth75QS_UB3oSYc 402
create_fastapi_project/templates/full/backend/app/app/models/user_model.py sha256=GA0C0WU1dXIATERuXs9jK9tabUky1pUIDJB82lafJQ4 2049
create_fastapi_project/templates/full/backend/app/app/schemas/common_schema.py sha256=RFD_97JDWxJWNaaYNgHOxbrGV85STs4SAbDqWwzvQvg 1312
create_fastapi_project/templates/full/backend/app/app/schemas/group_schema.py sha256=PfvCIYo4NdYIz0r1OlI3IFJUDmot9xKIV-DGLfbnM2s 429
create_fastapi_project/templates/full/backend/app/app/schemas/hero_schema.py sha256=klu3eKb99zLT_uKKo_3uS6wjzw8EMc6_YuMZRQ0-kCQ 606
create_fastapi_project/templates/full/backend/app/app/schemas/image_media_schema.py sha256=FrLf3r3NFT0jaAW7F2r3OFUZ1XxJDrqutWxoF_9PLPg 1022
create_fastapi_project/templates/full/backend/app/app/schemas/media_schema.py sha256=bN3ae9jB7tyL8-IGJYqelURp7VWswWYFUXSp89O45tI 303
create_fastapi_project/templates/full/backend/app/app/schemas/response_schema.py sha256=mBtkp2JYxTPoPub9HF7bbfgRDdz_LE0pwohPePqEFMA 2666
create_fastapi_project/templates/full/backend/app/app/schemas/role_schema.py sha256=j408HnrldllmRGeCK1S7jpgGC8KPXuih_y203Nc04l4 382
create_fastapi_project/templates/full/backend/app/app/schemas/team_schema.py sha256=bzQsqU1qt0JHXgCjvSLiTFp4myHJLkK0h-CrfJ6wL7A 463
create_fastapi_project/templates/full/backend/app/app/schemas/token_schema.py sha256=X_4i2pZnrHa6Ewb7OObGZpZfArLLpEmtMPzLUiVAk_0 305
create_fastapi_project/templates/full/backend/app/app/schemas/user_follow_schema.py sha256=6R3LcwTc6Kqtf87yj8h9I5OVTxKCEXVE__spzDDKr74 518
create_fastapi_project/templates/full/backend/app/app/schemas/user_schema.py sha256=7zsa-P2_ROyph73wdqhCe3hydPK8cHSnNN9t9u0BzIw 1181
create_fastapi_project/templates/full/backend/app/app/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/app/utils/exceptions/__init__.py sha256=hllN6tCZ3Uby_bU-lKD5XCrwvmxARlgNQkaZn48AN2Y 317
create_fastapi_project/templates/full/backend/app/app/utils/exceptions/common_exception.py sha256=NqSZ1mjMsieVs_gmlDfAYufAzfzPtX41Ivah8Gzs-j8 2477
create_fastapi_project/templates/full/backend/app/app/utils/exceptions/user_exceptions.py sha256=CFFeAzCx1vKn4oAMGOSK0Ml1eMT-DZdPJhNqnvD-GXw 398
create_fastapi_project/templates/full/backend/app/app/utils/exceptions/user_follow_exceptions.py sha256=ucgd5_PAhD4uami_QyefaxGXkaeEWoX6VI4EmHrQT64 1895
create_fastapi_project/templates/full/backend/app/app/utils/fastapi_globals.py sha256=hx24vhYLn2iHjgnCJksLNSY_WI4qN6MrgcfpgIX6h7g 4018
create_fastapi_project/templates/full/backend/app/app/utils/map_schema.py sha256=cQodsqM8ccWNDpYtVJtbmSDe7GBQ2UBq5Zk9uFdpgUo 317
create_fastapi_project/templates/full/backend/app/app/utils/minio_client.py sha256=hvNXb4AVTsbb2RZX44Q2Cvar-3Fkgycdo8EfvlNd-6w 2210
create_fastapi_project/templates/full/backend/app/app/utils/partial.py sha256=vAczFqKD-x9AB13dlVSfYUW1q0Ifmp9I1opjiVzlbFU 608
create_fastapi_project/templates/full/backend/app/app/utils/print_model.py sha256=-S8qj7NJwIaMlbJTQ4tZK1kbam6fa-GxuQ74qEDC1VQ 341
create_fastapi_project/templates/full/backend/app/app/utils/requestvars.py sha256=zdvuu68yhcCjeCO2r0Z5w-PYfUVNPQThW0_iOd-tSQw 279
create_fastapi_project/templates/full/backend/app/app/utils/resize_image.py sha256=0gjQ8_JBEVWQjV2mAui9W8SdcaJOe6NZhrvRZ4QwtTY 751
create_fastapi_project/templates/full/backend/app/app/utils/snowflake.py sha256=5_FMSw_mqi_ha0CcTTr-QscvcVVwalCZQ-mqRd_jntE 1475
create_fastapi_project/templates/full/backend/app/app/utils/token.py sha256=qqz8ciow4-FB7TxrP8DxlxtS5KT2w9fHOVWLOAg_Pbo 1083
create_fastapi_project/templates/full/backend/app/app/utils/uuid6.py sha256=8CwJxR9lgy9MY4DmlTPgNGoJbyBhQMz2RYvyzwWqEjI 4562
create_fastapi_project/templates/full/backend/app/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/test/api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/backend/app/test/api/test_login.py sha256=a1eBFpsYvknDY_eEQ1iE1MXZLNTFOdJyWloYLDz83rw 2018
create_fastapi_project/templates/full/backend/app/test/api/test_user.py sha256=H6qB7zQTjvlEkrcUNaTk3L4XKo8EvMm2T6WZGQS7Y0w 2271
create_fastapi_project/templates/full/backend/app/test/test_main.py sha256=4KlxWnKa1b_-uYSFH8KrzA3ncjp0vV3Dba3ar40TDtY 653
create_fastapi_project/templates/full/backend/sonar-project.properties sha256=v9gMrHS1pLXzekvNSgJt-id-ajD6k2iVxFyuSovb3eg 652
create_fastapi_project/templates/full/caddy/Caddyfile sha256=DoVk-iVC4cF2XCrEsmIFa8FtDBbojD9MncP-w-gukd0 971
create_fastapi_project/templates/full/create-dbs.sql sha256=yJ5ij_q3V-Wk0IGaBavekKz5BpsKU0IZ10itXxzmNhs 65
create_fastapi_project/templates/full/docker-compose-dev.yml sha256=XmUii_Rbx1uVgjKAKtwUkqrxM_SuShpvtcQrHAIlgKc 3109
create_fastapi_project/templates/full/docker-compose-sonarqube.yml sha256=2YoGIUjgvVG32fAPR2WUBlpu_O_SLgy1adW4o-SxdYs 346
create_fastapi_project/templates/full/docker-compose-test.yml sha256=mxSUQYivsRQ8ZjBi7bGfv4i7qa1Rm14awAKowM0yzf4 3121
create_fastapi_project/templates/full/docker-compose.yml sha256=ff2cWFPfd7jqsDkIxYxubMOoOJCPbTWULbaZPxJB7V8 3138
create_fastapi_project/templates/full/eslintrc.json sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/full/pgadmin/servers.json sha256=oLaHBDrJPfGKy-NYYAWqNVp3jqxmwtxvdGq9Abbama4 243
create_fastapi_project/templates/full/pgadmin.yml sha256=UfhU3MrgyZzpS7jf7OW2xM8rIJcp2oStKkyphdLR41I 895
create_fastapi_project/templates/langchain_basic/.env.example sha256=ZkH7pSWjwhDR-dWeXSDy_AHaHVhk4JB8D2F8IeT1H1Q 263
create_fastapi_project/templates/langchain_basic/.gitignore sha256=c-T4tEbDzj_xk-WhSwJrJB6mJC3XKi_99lTcfq6gog4 1858
create_fastapi_project/templates/langchain_basic/Makefile sha256=pl82H29_YdFjOICMwLxMARiFt8qdpBan5vg8fM53rKI 1686
create_fastapi_project/templates/langchain_basic/README.md sha256=yLvF8fqrPTRq2O5aZfsq69biXMifHLxVzpsSR71X69E 6060
create_fastapi_project/templates/langchain_basic/backend/Dockerfile sha256=P1p5WYP87s2nQHlmcxsFu6yQvSTst8hETxp6_PUPdS0 683
create_fastapi_project/templates/langchain_basic/backend/app/README.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/api/v1/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/api/v1/api.py sha256=Bxw9Wspa-WVaJIOGMmYSXSbVpS06UXmaFu61HxuyQps 173
create_fastapi_project/templates/langchain_basic/backend/app/app/api/v1/endpoints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/api/v1/endpoints/chat.py sha256=FUWrOAznlDUfeJXOyNfBkx7cDfGQjc0v4ikL05yNJGQ 4890
create_fastapi_project/templates/langchain_basic/backend/app/app/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/core/config.py sha256=xlG7wxcIrdNc00hOT1JXAhQ6hHAT7m6QdD1KfLpDZ1o 617
create_fastapi_project/templates/langchain_basic/backend/app/app/main.py sha256=yeQwgfj2CIx_cXklhiCybC4w9Xnpaa3RA1oZ3X0f3wE 1478
create_fastapi_project/templates/langchain_basic/backend/app/app/schemas/adaptive_cards_schema.py sha256=VjVgQm2hiXl1iOTinxzW8N0H2m2O45t9DLF82rv3vcc 144
create_fastapi_project/templates/langchain_basic/backend/app/app/schemas/message_schema.py sha256=73UIbRBfKVezrIwwR4iIgGuJrI4wZrth-UNrH9MjxJE 931
create_fastapi_project/templates/langchain_basic/backend/app/app/schemas/response_schema.py sha256=mBtkp2JYxTPoPub9HF7bbfgRDdz_LE0pwohPePqEFMA 2666
create_fastapi_project/templates/langchain_basic/backend/app/app/templates/chat.py sha256=IvJmS1t2Q_f2CO0WWOiEyUYaRIzfM7AGqcntVBFvS0s 702
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/adaptive_cards/cards.py sha256=SOpzDZ40OrSmL6Lxf7gRDjH7JGbphlr8-tX2_NR6CEo 4959
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/callback.py sha256=yw1OWhNQwbRoVvtmYP6XvLlJIDPfXzAY_w6SubjjcMc 10084
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/chains.py sha256=8IcvckJoG0P5-yQbLvUNTXRDO9vu0QlKwkB2O-GHGe8 1179
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/exceptions/__init__.py sha256=hllN6tCZ3Uby_bU-lKD5XCrwvmxARlgNQkaZn48AN2Y 317
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/exceptions/common_exception.py sha256=NqSZ1mjMsieVs_gmlDfAYufAzfzPtX41Ivah8Gzs-j8 2477
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/partial.py sha256=vAczFqKD-x9AB13dlVSfYUW1q0Ifmp9I1opjiVzlbFU 608
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/prompt_zero.py sha256=JIqTtElo9qfxbo45HexICpauJr8vS7Hxnq0pMnfWYMg 1502
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/tools.py sha256=A3X4-StS9GEJIKiWjdMV8WvUIhK2zbc1dNV0TBAacQY 6275
create_fastapi_project/templates/langchain_basic/backend/app/app/utils/uuid6.py sha256=8CwJxR9lgy9MY4DmlTPgNGoJbyBhQMz2RYvyzwWqEjI 4562
create_fastapi_project/templates/langchain_basic/caddy/Caddyfile sha256=pXfKmjSrlX171-RiMVUtkJKl-xYdNJ2EEGGHteQvDf0 270
create_fastapi_project/templates/langchain_basic/docker-compose-dev.yml sha256=noTUyS5-HgNH9gO-2vqgCXkOGVfUb1CsvY5COdA9qgc 983
create_fastapi_project/templates/langchain_basic/docker-compose.yml sha256=5ne9aN4__pKw7XNQKyNoxu4GSrEn6uUeGtRc5hQ03Bs 1066
create_fastapi_project/templates/langchain_basic/frontend/Dockerfile sha256=kE2rmZZ8uw1sBYIQUedtGap2NJl73gdWpgADtw6HcuI 701
create_fastapi_project/templates/langchain_basic/frontend/app/main.py sha256=EY_sUHxXo3Q1dJdBiiGdz3dJ-g3uILoeGvFvXUW1Zyg 2345
create_fastapi_project/templates/langchain_basic/streamlit.yml sha256=nlaMgWXPgSSAnfWl73WISLpPpPrw5cMCJvQ78-VNnEE 307
create_fastapi_project-0.2.4.dist-info/LICENSE sha256=nqBFmL2qgpPKmiPX7usQQP40dHfXEMF-7AZyOM9SPsk 1064
create_fastapi_project-0.2.4.dist-info/METADATA sha256=LVnKDuI2ZGaxbhM4LNjGcKMN-XofXd2ua3EhYe9xrsk 11830
create_fastapi_project-0.2.4.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
create_fastapi_project-0.2.4.dist-info/entry_points.txt sha256=0gB14UQZJC_hW89_Z2S5ul5g8l9xjVhLBxuwPIZkJts 74
create_fastapi_project-0.2.4.dist-info/RECORD

entry_points.txt

create-fastapi-project = create_fastapi_project.main:app