fasterapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
fasterapi/__version__.py,sha256=rBU-GIPXSmsqXhSkTdlnyEQCCHKnhxnVfyOVdh7iy6c,24
fasterapi/cli.py,sha256=wiCrZPfTEZuChWUv6vUFctdDJWx3M1zwGW8UrYmeWGI,10421
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=gZMtKwa2eBXpVtV7m_iKrqHMmW0ud64Y8gpD6W4Uds0,350
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=KeN8CafnW3-ug5IVtHHlHWf2jUIMS_Eb9E0fteXlfds,4028
fasterapi/scaffolder/templates/project_template/api/v1/documents_route.py,sha256=HTtdI8qlP92Qw73mfeRiRTE2yQMwdlEyGzu6gpfaMaA,3556
fasterapi/scaffolder/templates/project_template/api/v1/payments_route.py,sha256=9ynOsCCgF5_IbZx1mKbfgeP53N0DC17TYgzQ2l9U8-Y,2141
fasterapi/scaffolder/templates/project_template/api/v1/user_route.py,sha256=NmqB5pMiOthEzH5jQT8jtm2093CUJ0B9wsPqGkL4JXQ,3748
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=VdrvTl-KfjxzajzBr62sC6hgdWlRk4ydB7Yov_BRgG0,5880
fasterapi/scaffolder/templates/project_template/core/errors.py,sha256=7OEhY_xK0fcYX_QXRQCWxiO7as0oj11LoLzNeiMNLfY,2449
fasterapi/scaffolder/templates/project_template/core/redis_cache.py,sha256=LrJ2gJ8o1IlfvOL0Aq2gMG-9ZobXywAyX0tETzKQlcg,240
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=ISZ_k4EnBcbjF6dMhNs3ck5MSRldfjALlzG1qBDF43Y,2185
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=LaFt8UG8LRF3A9DRFT4pT3ghMWgooE3WsHwLjH6EUbU,4750
fasterapi/scaffolder/templates/project_template/security/auth.py,sha256=JukPGfxmpU5dnnzx7AvK1wr857azJZQ1oVH7x_WZJt8,3096
fasterapi/scaffolder/templates/project_template/security/encrypting_jwt.py,sha256=gleMZCxwKG8oIyl2TDHWcPzp74--fE77wJ2Nxbg8dU4,4395
fasterapi/scaffolder/templates/project_template/security/hash.py,sha256=cH6WREX1FyhRsqAE1otdTBN3auwvztAvjxNCwLtUaTo,470
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=i23LCLS4-jQ3t3sFx6bb6-5G_LW1XGVDpzN2VFRz95Q,6530
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=DNvY5sj9quIx3v1A35DF56ZjUpLxX3_1Bg4nqs79dKc,5282
fasterapi/scaffolder/templates/project_template/services/auth_helpers.py,sha256=TKb4jEKwqdxTiH7T4ZE1hvc1rNa_M_ArOHhktqgdq20,951
fasterapi/scaffolder/templates/project_template/services/document_service.py,sha256=7Zp0Aq0GaiJ5dnQz2NTIfiDw4PQSXPwZ4gNDVC8dg24,2782
fasterapi/scaffolder/templates/project_template/services/email_service.py,sha256=9p-gHgYazyORd49bTzn-159rxsg_jadNmZkH_TWwQDs,7529
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=6-LGOW98mEz6kVgjk3WtIxf-MlXXqUEnSAl0C9YAX88,6131
fasterapi/scaffolder/templates/project_template/tests/test_permissions.py,sha256=jcAfDP3mbqsMLWfp73iO8EwXzppFWWjaA9duMjLe_38,205
fasterapi/scaffolder/templates/project_template/tests/test_queue_registry.py,sha256=OPa4tQIou3MNAa2vAqAvSfZJUk5VEODxaXzmRqaXFCQ,452
fasterapi/scaffolder/templates/project_template/tests/test_response_envelope.py,sha256=E26TZOjL0ZX5RkHQMTn-i4kOc0Po1YXPqG9z_nU1aSI,683
nats_fasterapi-0.2.89.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
nats_fasterapi-0.2.89.dist-info/METADATA,sha256=Wnepuw-BOEo-YZuRn2mScte9Qqe6H0_fR6wKTVObEXk,6106
nats_fasterapi-0.2.89.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
nats_fasterapi-0.2.89.dist-info/entry_points.txt,sha256=qiiQx6q4s8KoWDQSvPwLHZak5pElltL8_LNe-WB-BJU,48
nats_fasterapi-0.2.89.dist-info/top_level.txt,sha256=BN7ohHssZ-bPd8ow9Pi3iE6K7sJAjW7ibSsbgIY3hqA,10
nats_fasterapi-0.2.89.dist-info/RECORD,,
