fasterapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/__version__.py,sha256=1Xm7zHwoHtme3PapAWHjjxBwQNGHXe_MHjpKm7SnL00,24
fasterapi/cli.py,sha256=02km1SFlN8LmlmTfCiizHMOs8tM6hFXEdbqX3dpanxM,10614
fasterapi/scaffolder/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/generate_account.py,sha256=NwxGQKkJpcdCrzlVkHxffCox1yBfPml_boyPHegfYB0,2743
fasterapi/scaffolder/generate_crud.py,sha256=ICWiVc6tMcDFobq1RPkCc5PLXPH6O5jEOlB1IBPikJc,3720
fasterapi/scaffolder/generate_project.py,sha256=JyheI3w83V8ai-eum-N2km3XXHTd4V_l3BtLcq1WyME,1451
fasterapi/scaffolder/generate_route.py,sha256=JkR05TzKucJUKli-Qh4Qh5z11cnlF4dwl8xOGpApnUM,11313
fasterapi/scaffolder/generate_schema.py,sha256=kopjoLCT8uxcaNMrUqTpjYQrGLbBhOU6FHqEzutx97o,2879
fasterapi/scaffolder/generate_service.py,sha256=ryzIYDfuVQjN8oElJKbwEcYImxZWjQ1UCV9MtqACF2A,5147
fasterapi/scaffolder/generate_tokens_repo.py,sha256=sGezyf7OnwhG8ey-2E2BaRPFzPjS1oGaa_OkqLX4KOg,8128
fasterapi/scaffolder/mount_routes.py,sha256=y_5y3UyUnpRH-4UZXuUWUIaYC1YxpdfQ1aSPNIYPlIU,2312
fasterapi/scaffolder/templates/project_template/.env.example,sha256=Y1hmcCDSB5SMsJo0GQgtwme0aMZuS66phB40umS6cRg,807
fasterapi/scaffolder/templates/project_template/.gitignore,sha256=NfuN5lHf5T1YsvIKSG_B7WbsxzsuBvWPMiTaGsTGLrY,3668
fasterapi/scaffolder/templates/project_template/Dockerfile,sha256=oEsdFcy1Z-V_q6VOpaSB5gutmNHFRx1xSEgzVvxOlTw,538
fasterapi/scaffolder/templates/project_template/celery_worker.py,sha256=SlzxB1i0im-uoGrLGGoDpDjBPCf_odW_XC-Tkj_iv30,717
fasterapi/scaffolder/templates/project_template/docker-compose.yml,sha256=DUPfFxQ9xs-vN0Ku3Gwx1nmUriRDe52rsY_Esl2gbuI,1760
fasterapi/scaffolder/templates/project_template/main.py,sha256=QrY3Npvg8baIRjmz-LJkwVctoYPgXOO9Fi3vxQ5eU34,9764
fasterapi/scaffolder/templates/project_template/readme.md,sha256=EjSUXL_CbTUUQCU3jeciaKeOWseRehNK-RAocFde-0k,1203
fasterapi/scaffolder/templates/project_template/requirements.txt,sha256=bXGRzlveA0qlBPIssdDFVRuUkkh-bP6f6F9dqzF0mks,377
fasterapi/scaffolder/templates/project_template/seed.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/api/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/api/v1/admin_route.py,sha256=NqZOkH7D95xh3zi6KhGP6FADCnnjg2HQ5SS3UAkC-Pk,4073
fasterapi/scaffolder/templates/project_template/api/v1/documents_route.py,sha256=HTtdI8qlP92Qw73mfeRiRTE2yQMwdlEyGzu6gpfaMaA,3556
fasterapi/scaffolder/templates/project_template/api/v1/payments_route.py,sha256=NS55BhDEzISUsWCr_X1habBDAsYptcSoSlKWiqwtGag,2284
fasterapi/scaffolder/templates/project_template/api/v1/user_route.py,sha256=AqYkLhPwPwG1GRN_5xJdLJ0lina4vZenyRonXEBnoyQ,3763
fasterapi/scaffolder/templates/project_template/api/v1/__pycache__/payments_route.cpython-312.pyc,sha256=YcVOG23G1K-wqQqoh6yWTFyVBEFG-N7C_9H2rPTRAm8,3728
fasterapi/scaffolder/templates/project_template/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/core/admin_logger.py,sha256=LAr7mYrYF20ZKs5nph0X0IVu_fLxN0irrw9__UWPabw,462
fasterapi/scaffolder/templates/project_template/core/database.py,sha256=ZvXt22mHvcK_b8-_C6_19dDKmU3nzzmmuObP-2NRofM,5970
fasterapi/scaffolder/templates/project_template/core/errors.py,sha256=7OEhY_xK0fcYX_QXRQCWxiO7as0oj11LoLzNeiMNLfY,2449
fasterapi/scaffolder/templates/project_template/core/redis_cache.py,sha256=scW9By3P9E9xMz6bGzfL9NCwKkz3s2kqZK07YfBLoVM,270
fasterapi/scaffolder/templates/project_template/core/response_envelope.py,sha256=YhQ4sQ8Us4Q2ozUZpTU8MgP80T9mKX6AlcKQpYoCIVk,8917
fasterapi/scaffolder/templates/project_template/core/scheduler.py,sha256=EFxzJSLA-mzKmS6ptADV5cuTi3QTWdj1fQdMwxPHm4A,701
fasterapi/scaffolder/templates/project_template/core/settings.py,sha256=EtE256uWrdS_gjsvWhWOV5AmmXUCjKX1Cly-3GCCOJw,2721
fasterapi/scaffolder/templates/project_template/core/task.py,sha256=ejiaTHzS3Te-1PWb_rXMbopPb4ZpWFXA6KhXFGGdOYg,269
fasterapi/scaffolder/templates/project_template/core/payments/__init__.py,sha256=dot-fUo5nejIGqmNHM5cPsNs-4KYAv70ME1wwvjJm8A,412
fasterapi/scaffolder/templates/project_template/core/payments/flutterwave_provider.py,sha256=Noqankvz6_QVKxHvrDuuStHcsZPVpayEe-qYtCpcyGE,5307
fasterapi/scaffolder/templates/project_template/core/payments/manager.py,sha256=zkWJOWZ4VvUFcuoI1fYffQuLfxrdB0uw7u8qchU5wyY,2206
fasterapi/scaffolder/templates/project_template/core/payments/provider.py,sha256=oKJk7s878Uv3NZ9bH2x7Lsd_Uz0GeO5bKzZMRxYe7n4,648
fasterapi/scaffolder/templates/project_template/core/payments/stripe_provider.py,sha256=bvlwbxV_wGHeoPiYRhfJ76d4j6aWkPFxoK8reXvKKv8,4687
fasterapi/scaffolder/templates/project_template/core/payments/types.py,sha256=bLtpjlgl8SXmnfP0r61n49rfZ3gNGdKjLzja_xnpoyw,1038
fasterapi/scaffolder/templates/project_template/core/queue/__init__.py,sha256=mLAjAQSg3hMKL6VPQavh-rbabm7ribab686W6gnEKA8,277
fasterapi/scaffolder/templates/project_template/core/queue/celery_provider.py,sha256=BL_yzSivg_N7hB43mc9bO_9toClFJzxF_x3-86XFk6M,1237
fasterapi/scaffolder/templates/project_template/core/queue/manager.py,sha256=NkWwtlzDsXcYaVdIgU-52jyDTHpYsYzgzXJUxeJuxag,1294
fasterapi/scaffolder/templates/project_template/core/queue/provider.py,sha256=Z0vX14eVZ6tt246rUYdWnsrSl3S0tumcqWeH1Jnw9Fo,523
fasterapi/scaffolder/templates/project_template/core/queue/tasks.py,sha256=npk66rK450hPLaYOww4bSvSCK7y6Tj08d1RzW9jSzZw,994
fasterapi/scaffolder/templates/project_template/core/queue/types.py,sha256=0-fPr1U141iFkTPJE4GaYen-0nxSR07r2PtvewDMJcM,289
fasterapi/scaffolder/templates/project_template/core/storage/__init__.py,sha256=oapDKIoWGqt6oQGICuEPvRee7ALA9kq-5WeQ7S_VrYQ,283
fasterapi/scaffolder/templates/project_template/core/storage/local_provider.py,sha256=TXBG1BMhwTW1_9Hv6Pner6RibR920vRhG1DfwAvTOn4,2049
fasterapi/scaffolder/templates/project_template/core/storage/manager.py,sha256=PezwVm-WNm8muKT6dj2SgY3lpyrrgjcQcAL4oBBSCQg,1633
fasterapi/scaffolder/templates/project_template/core/storage/provider.py,sha256=zNfAkkBBdlGgj_xGyd3Dsml6Xsk-Anb3RxuZZo0y3ow,648
fasterapi/scaffolder/templates/project_template/core/storage/s3_provider.py,sha256=a7uRAI2tlbvw96MME3YJeeryROx0VewBEoGyv4toZnM,2046
fasterapi/scaffolder/templates/project_template/core/storage/types.py,sha256=HR_SYuvj31JOqxkGp6eYPheIzip6efojQ5gdIo5vkfc,817
fasterapi/scaffolder/templates/project_template/email_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/email_templates/changing_password_template.py,sha256=zR4wIj7ICEJkJfnxshSea1m4nWP2Clhzkb9oI8QaSto,6101
fasterapi/scaffolder/templates/project_template/email_templates/invitation_template.py,sha256=LTqBhDCINu-uqRfmhjtGTdFdyhEmY77nn5f6Lg8p0Qg,6387
fasterapi/scaffolder/templates/project_template/email_templates/new_sign_in.py,sha256=VKne8HJt5LdbIJ1e-G_Hx8gldpU3Dna8thMmmtzXC8A,9671
fasterapi/scaffolder/templates/project_template/email_templates/otp_template.py,sha256=y2uMi2OzFZvbKJEJ5cS9c3sUVvB0Mclpm0f4_xV26LQ,5946
fasterapi/scaffolder/templates/project_template/email_templates/revoking_template.py,sha256=4UqajQEDacb-Ds3iIfIqTPifyTBo-IZIGt3EbzXHH70,6582
fasterapi/scaffolder/templates/project_template/repositories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/repositories/admin_repo.py,sha256=NQTXvWwXyn_FbvF9CBAzEchacRPQtbeMlG55E2NPMjc,3058
fasterapi/scaffolder/templates/project_template/repositories/document_repo.py,sha256=K63_L8dPtdmBLO73TiBUz2XlgRfbes8_oNGTMS_VKfw,1132
fasterapi/scaffolder/templates/project_template/repositories/payment_repo.py,sha256=BGUszglZYi12Tc1ITnXN14CwJgbO-KZX0__lqIHevDs,1884
fasterapi/scaffolder/templates/project_template/repositories/tokens_repo.py,sha256=EvJJePcWCi1B0GpTnqOOPdFpCfxs_6tj-esn2NpHl6M,6107
fasterapi/scaffolder/templates/project_template/repositories/user_repo.py,sha256=Fm_kjJ8sEo6q2CtV0LRjFevluUJQr-oWPCcnkccAe1g,2030
fasterapi/scaffolder/templates/project_template/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/schemas/admin_schema.py,sha256=20qYrVvjYcRctX8wZtYunQFhlPOmd-lMik8z9GSctDI,2208
fasterapi/scaffolder/templates/project_template/schemas/document_schema.py,sha256=tTlP1VSWcMTlcJOnoVi95oH0DUB1E3RaBtezzPpJNVM,1539
fasterapi/scaffolder/templates/project_template/schemas/imports.py,sha256=e3J9ZgxFd9y_oRgNusjpOu4Fie2-OJBnVkbjtCR3a9k,699
fasterapi/scaffolder/templates/project_template/schemas/payment_schema.py,sha256=ZCn6i6pKzGWfODsbatnIVUswQHN15JUVjhCYgwwYaGc,1441
fasterapi/scaffolder/templates/project_template/schemas/tokens_schema.py,sha256=sk96mlcw1AA9riQ8A0HhDprZDDooyoV3ob008X2elHw,2175
fasterapi/scaffolder/templates/project_template/schemas/user_schema.py,sha256=8fnJEKwyatbgDQUEi1guVavdXgLQ_D_NpEkrkE64V0k,1801
fasterapi/scaffolder/templates/project_template/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/security/account_status_check.py,sha256=S63zrss9DI8hZCef60Hh6MKSSStX376wvtRtNlDASlc,4780
fasterapi/scaffolder/templates/project_template/security/auth.py,sha256=TA6-EJIqZh9vdYjK47Ur4ZhbLMJCnViF7vpZfuYRu_A,3126
fasterapi/scaffolder/templates/project_template/security/encrypting_jwt.py,sha256=PXv3kT7bz6elx1U3jlYpP3pI3GhKOGmkOaGsRocrDP8,4446
fasterapi/scaffolder/templates/project_template/security/hash.py,sha256=mVBnSjZ2XDOCspZSue2B_pgCUo15GHzTgTab0RJ4_wM,485
fasterapi/scaffolder/templates/project_template/security/permissions.py,sha256=JOv77j3OIRAhZAKwPNZsHJE2Q726UThTf9421OPyiw8,1894
fasterapi/scaffolder/templates/project_template/security/principal.py,sha256=QYALc3Flhyt2ewdDG46Axg-tTlJmzPy71MGq_UQkOEY,427
fasterapi/scaffolder/templates/project_template/security/tokens.py,sha256=0qA-_7O9L1wjJiHw4WHHitqL---l6GMy7iMaGEJJFQs,6623
fasterapi/scaffolder/templates/project_template/server_automations/setup-ngnix-letsencryp.sh,sha256=N5JVZIc-ddri28UZ7i9cIPFgyPwMtFVPPTiESuaklHE,2046
fasterapi/scaffolder/templates/project_template/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/scaffolder/templates/project_template/services/admin_service.py,sha256=gJxuD2JGfbFZQV32Rc1Z8rDIkBXhX5BHuEOHGxXr3aA,5368
fasterapi/scaffolder/templates/project_template/services/auth_helpers.py,sha256=5YQPI1ueOvbD_Nyq-kUaDV24zj3WNW5kmjGhEl_k1dU,1011
fasterapi/scaffolder/templates/project_template/services/document_service.py,sha256=7Zp0Aq0GaiJ5dnQz2NTIfiDw4PQSXPwZ4gNDVC8dg24,2782
fasterapi/scaffolder/templates/project_template/services/email_service.py,sha256=YgFrxqp2nkVR5g-JU1B56i0jlqtpX8fsOGtwk9VtW0U,7784
fasterapi/scaffolder/templates/project_template/services/payment_service.py,sha256=tl-NoDrpaHFTh3Q4OAQLQgos-ia3AedvSx-kxpAlYmA,4460
fasterapi/scaffolder/templates/project_template/services/user_service.py,sha256=NFpO5Lgv3JCN_VevmcXpFnOMa7Upb1y8HpkWkQBouQQ,6261
fasterapi/scaffolder/templates/project_template/tests/test_permissions.py,sha256=JzSc_UPA7in-o3M4Nf0jg2m9At75q5k1QiwKGyVNYm8,204
fasterapi/scaffolder/templates/project_template/tests/test_queue_registry.py,sha256=2FaVLyCgmgKsiPjmuHCCy3PtlUvsa3zAUpZ5_Y94BXo,450
fasterapi/scaffolder/templates/project_template/tests/test_response_envelope.py,sha256=qk53Z17JCkbkWpg-uyf4u7f9oLas0uadqfL8tq-kvkM,692
nats_fasterapi-0.2.92.dist-info/LICENSE,sha256=lgDawUDr_wTWqYS_raxKLJk92ho6SYAPFUIJucIfuiU,1072
nats_fasterapi-0.2.92.dist-info/METADATA,sha256=T1jCz-DIN6DDG44LqQ8sgnoom4rVovrQGjwdSpoVjEI,5663
nats_fasterapi-0.2.92.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
nats_fasterapi-0.2.92.dist-info/entry_points.txt,sha256=qiiQx6q4s8KoWDQSvPwLHZak5pElltL8_LNe-WB-BJU,48
nats_fasterapi-0.2.92.dist-info/top_level.txt,sha256=BN7ohHssZ-bPd8ow9Pi3iE6K7sJAjW7ibSsbgIY3hqA,10
nats_fasterapi-0.2.92.dist-info/RECORD,,
