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=ef_6ixFHc8GSJHbdvdP_m8kX8_-6PB_70LHNzggwhyk,244
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/deps.py,sha256=nA3diV1qmSYIT1xnvU_dVQ7wg9X8HkzedivBHGmett0,1554
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=xA1r3KI4a8okXkONhHD1nG5zTmNqtA0B51yfIRNenXU,1358
fastapi_plan/template/{{cookiecutter.project_name}}/app/api/routers/users.py,sha256=2r3_gEdhdTllnZw0kCW-ZeJ_pDL6fwkUgOIl91NzlMk,3663
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=AkVJNBLo3H3uaArxWlmj8Z24YYAutZm5DMf09eGKNiw,2023
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=twy_6-a_j1lx0bblOFfgT2UsDNCPKc2kp60QAJJY3jI,1971
fastapi_plan/template/{{cookiecutter.project_name}}/app/crud/crud_user.py,sha256=EckmR2RMATDYga2qePYGMh2tth9BCQkKDadcxQ4a1e4,2647
fastapi_plan/template/{{cookiecutter.project_name}}/app/initial.sh,sha256=tNQCKUyjWNS4NZrv8bBmHCAyiSWW5SrMMT6lzuz-nEk,80
fastapi_plan/template/{{cookiecutter.project_name}}/app/initial_data.py,sha256=4fS12M-p39BbAzOHfAQewWsIi5MZ1BqfH3WC8h_t6xA,1365
fastapi_plan/template/{{cookiecutter.project_name}}/app/main.py,sha256=BeHg7dbLKKc2-gTtpTZvRYWBqVi8XMHsdryCiQpc7N4,936
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=rhbKruJlzVjWbbWY6qJSothsoEeG1j99mui_Gm3QkJ4,1041
fastapi_plan/template/{{cookiecutter.project_name}}/app/schemas/__init__.py,sha256=JNMQ-wZVOj1iAzC_LnqxV4gwsyc8dqjV-jJ71aoyefY,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=QBzb9g1evYv1jBOOF9wUW6gI7w6psGIIjKmn_L3VBNA,902
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=3H5tep6ME0wb33lw36oS7JIxwXdKo0RDRBx2RO0KRAM,939
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/api/test_users.py,sha256=bzMZTtLS9jrrZHEe2j8dc-ayeQzDQUcScTjrIoA7SDI,5742
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/conftest.py,sha256=ts9vbpBACVhOW1YaYBtc1dk2nkIWEdvRtgEYUVB1MQI,2035
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=TRoIjX1rZsqZmVGOq4SaMbAkqQ8Yxg3PnVqH7IybDrU,4891
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=-KqjNG5HaIxAJD_qlRrj6_aAANJ8mb3A0HWWuc64S44,445
fastapi_plan/template/{{cookiecutter.project_name}}/app/tests/utils/utils.py,sha256=6SMjXU6MiBDNOsQYO5012q-wIGCHJdqooUzE50g2oB0,1229
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=M8BheFQUQjYD-R9J_T3BMlmy1UkG_gks9n3lMPW-DNo,53161
fastapi_plan/template/{{cookiecutter.project_name}}/pyproject.toml,sha256=dCenn0hUSdaH6AtWIWH67afGQImiRCopMNGMKyfyihI,977
fastapi_plan/template/{{cookiecutter.project_name}}/requirements.txt,sha256=kb_XL--UzmsyyDAoRMuSMqmZEDHeJkzXIiNo6EYQjXs,17012
fastapi_plan-0.3.2.dist-info/entry_points.txt,sha256=Y0O3GpHxQ9RJD4r7PkN6SlpYZe913ouz2F2__B2yDXg,50
fastapi_plan-0.3.2.dist-info/LICENSE,sha256=CyOt46HowEFs-QMiCGt_fvqJ6HtAejh_jFhjkv2invw,1072
fastapi_plan-0.3.2.dist-info/WHEEL,sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U,83
fastapi_plan-0.3.2.dist-info/METADATA,sha256=SM8U054FDdK1mec0EBgOiozkQKAjXHwkNKGpm-Ia73s,19831
fastapi_plan-0.3.2.dist-info/RECORD,,
