LICENSE,sha256=CyOt46HowEFs-QMiCGt_fvqJ6HtAejh_jFhjkv2invw,1072
fastapi_plan/__init__.py,sha256=DnmiKwwTQTM-WsL38jDAgYiyz2eY74tWSM3Kd44xbHA,951
fastapi_plan/template/cookiecutter.json,sha256=sVeB1w5F6L0kSIiA_WjeFMAenydDKOTm-QM5VMmFRDk,115
fastapi_plan/template/hooks/post_gen_project.py,sha256=JRhzsTykdYolQNICBb8QqPD2w2DRhD2FINis9q5QGSc,345
fastapi_plan/template/{{cookiecutter.project_name}}/.dockerignore,sha256=ietUOjmibeJ_QenhWkLHSGTh-yTR_1CT4MpMCoqqoQ0,198
fastapi_plan/template/{{cookiecutter.project_name}}/.env,sha256=yf_S8WCOvdrzTg3VRVRjW02qhvv7PE_WMRuiO5GtUhM,555
fastapi_plan/template/{{cookiecutter.project_name}}/.gitignore,sha256=q1AzWoz1gZsrpL9DYf_wWVh4m4U1helJhTh0qxIU8Wc,1833
fastapi_plan/template/{{cookiecutter.project_name}}/Dockerfile,sha256=AQ9O7aTfWocRYiCMxR8yRjiD-PDuR-6x9omJzYVrViQ,1687
fastapi_plan/template/{{cookiecutter.project_name}}/aerich.ini,sha256=HtERQNAJAo6iQWEhNeW9RsatE-i_wJCxvkshg6_7YTg,82
fastapi_plan/template/{{cookiecutter.project_name}}/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/api.py,sha256=AzplELQSH5x9kCPJH79JvAmpYdad5QcNxXM8v57AARI,245
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/deps.py,sha256=T9wqmahLhqsV6f596AMgldVroLn1ZS6-wfkv9BOwl2g,1555
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/routers/login.py,sha256=noh-yAF2E94CBc-qkG0usnOrldHZ8DnxDNFcGk_y71k,1359
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/routers/users.py,sha256=wWWaumOG5TQXFMG5wObZ7Q9Z8MwLi_zwyKTwjA_vrkE,3662
fastapi_plan/template/{{cookiecutter.project_name}}/app/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/core/config.py,sha256=r1z3h-PLH8xzQtHKmC6cBnuZBUkJbzCiatDGeelueKA,2022
fastapi_plan/template/{{cookiecutter.project_name}}/app/core/security.py,sha256=rrLykl2qtWxzVDxqBkrxYkFiXkFmKDmEHhENYfxmfa0,938
fastapi_plan/template/{{cookiecutter.project_name}}/app/crud/__init__.py,sha256=YqW7gkTk4urYunVyVkP5XoIJ7vjLpF3a1Xk351L49zo,27
fastapi_plan/template/{{cookiecutter.project_name}}/app/crud/base.py,sha256=uqFVQsAyNkyKkokx5w9hknBWDrKHbQ00VCMXs-QDO9I,1970
fastapi_plan/template/{{cookiecutter.project_name}}/app/crud/crud_user.py,sha256=4lGjl5oFKdOXjwrUZxqo4srPNx0OB5YuhwUTIh1SjdM,2646
fastapi_plan/template/{{cookiecutter.project_name}}/app/initial.sh,sha256=tNQCKUyjWNS4NZrv8bBmHCAyiSWW5SrMMT6lzuz-nEk,80
fastapi_plan/template/{{cookiecutter.project_name}}/app/initial_data.py,sha256=vtxz-Vq3g76b6VTVDZFpGoOmHLJYmmspp90R2ahftgk,1422
fastapi_plan/template/{{cookiecutter.project_name}}/app/main.py,sha256=_TgLJJAkaCV4rHn5vTPQWYR_VJfMx4Ey6vneKIZ2evg,935
fastapi_plan/template/{{cookiecutter.project_name}}/app/migrations/models/0_20210423001328_None.sql,sha256=oZpfJItI0QSpgsWReogP5hV-e9ISVNl_dHGE6ZgnoXg,678
fastapi_plan/template/{{cookiecutter.project_name}}/app/models/__init__.py,sha256=8vh3EOcpS5TAdOqBqN7TayG1-UNAOu9xDKsenMwL0EU,39
fastapi_plan/template/{{cookiecutter.project_name}}/app/models/user.py,sha256=IV1vrjGHtTh4Qv1EZpu6HZRqz2mCOcrWcD30V-evwGM,1040
fastapi_plan/template/{{cookiecutter.project_name}}/app/schemas/__init__.py,sha256=qAhyxRjtWV-OpZcl41XhylGplPPwlQkRYCql1QFLMc8,199
fastapi_plan/template/{{cookiecutter.project_name}}/app/schemas/token.py,sha256=u3cnTV9YiCsBNgCTooowSzHOb73zdYMj2Rwr3Lmkle8,191
fastapi_plan/template/{{cookiecutter.project_name}}/app/schemas/user.py,sha256=oJqacjL1Nl7ZBgSQ13etLV9_FU1Tlb8nIajbFxIKG9E,900
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/api/test_login.py,sha256=qXxtSCmB6l_UWJgJlNFQOWHAvqQty7WhOwR30TgtjuY,936
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/api/test_users.py,sha256=tJcunmGFpnjAruDcXx1-wWudBssm3rk1ejqTT6LeinE,5740
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/conftest.py,sha256=mc5PDi_c_xtwq8C3my8eXwoyNMS0VCFWdW8EGqC7VR4,1766
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/crud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/crud/test_user.py,sha256=0qzSZwTffvkncmhUg4Rkq8LZNcGvWKRZCrCNokzrbEY,4890
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/utils/user.py,sha256=Y9d149aoPiF0U5XJ8wDMjC2714uj9DxfnZXejjLRqJ8,445
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/utils/utils.py,sha256=LqVaDpGTJvSdysJuZYsktnuX2MuobWUHlZRMPg2DhGg,1152
fastapi_plan/template/{{cookiecutter.project_name}}/config/config.json,sha256=H5H9-aDt8pHVDFJBkCiMmlGaKu3MLn983Xfc5dnzuDk,290
fastapi_plan/template/{{cookiecutter.project_name}}/docker-compose.debug.yml,sha256=hSz3fgomAzW5QH_lKx-YNzqoNhUegtHI5mLWVVMWdj0,879
fastapi_plan/template/{{cookiecutter.project_name}}/docker-compose.prod.yml,sha256=P03ZHS3Q7UANkT6cAcd_cSU4Yt64L6m1Ysv_0cr6DfE,2563
fastapi_plan/template/{{cookiecutter.project_name}}/docker-compose.yml,sha256=cfRTyNs2c4MRvzGlMuIMnXrv6MyIkrCATSXkz5pTg1A,614
fastapi_plan/template/{{cookiecutter.project_name}}/poetry.lock,sha256=-8aTufKVAl3iaJ80uovBimlmFv0RaSXoLg0C4cOtJ5E,54315
fastapi_plan/template/{{cookiecutter.project_name}}/pyproject.toml,sha256=52lbkXUXNuRunqeMo8j4xd1IrCltAHf6FMqFE_T3qac,960
fastapi_plan/template/{{cookiecutter.project_name}}/requirements.txt,sha256=UZGqKjje_lNyeTjRmYhEuavNSvwBjX1Q3TH_mtqJcwI,18032
fastapi_plan-0.3.0.dist-info/entry_points.txt,sha256=Y0O3GpHxQ9RJD4r7PkN6SlpYZe913ouz2F2__B2yDXg,50
fastapi_plan-0.3.0.dist-info/LICENSE,sha256=CyOt46HowEFs-QMiCGt_fvqJ6HtAejh_jFhjkv2invw,1072
fastapi_plan-0.3.0.dist-info/WHEEL,sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U,83
fastapi_plan-0.3.0.dist-info/METADATA,sha256=6H5soVauhN5PpnpnltGVARRNK37AYSf3m7Vh6wOo6a4,19827
fastapi_plan-0.3.0.dist-info/RECORD,,
