coderfastapi

View on PyPIReverse Dependencies (1)

5.8.2 coderfastapi-5.8.2-py3-none-any.whl

Wheel Details

Project: coderfastapi
Version: 5.8.2
Filename: coderfastapi-5.8.2-py3-none-any.whl
Download: [link]
Size: 21702
MD5: c8e80eacf54089341be83dadce8bf3a9
SHA256: 100624edba9a7113619e61e90a71c92ef856c1dd909a1719c33cedb1f737b050
Uploaded: 2024-11-18 14:35:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: coderfastapi
Version: 5.8.2
Summary: coderfastapi
Author-Email: Code R <hello[at]coderstudio.dev>
Requires-Dist: codercore (~=6.5)
Requires-Dist: fastapi[all] (~=0.89)
Requires-Dist: google-cloud-logging (~=3.7)
Requires-Dist: orjson (~=3.8)
Requires-Dist: pydantic (~=2.4)
Requires-Dist: python-jose (~=3.3)
Requires-Dist: black (~=22.12); extra == "dev"
Requires-Dist: bumpver (~=2023.1127); extra == "dev"
Requires-Dist: flake8 (~=6.0); extra == "dev"
Requires-Dist: isort (~=5.12); extra == "dev"
Requires-Dist: pytest (~=7.2); extra == "test"
Requires-Dist: pytest-asyncio (~=0.20); extra == "test"
Requires-Dist: pytest-cov (~=4.0); extra == "test"
Requires-Dist: pytest-mock (~=3.10); extra == "test"
Requires-Dist: pytest-xdist[psutil] (~=3.1); extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 31 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.5.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
coderfastapi/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
coderfastapi/test.py sha256=4UwHOy_5jIzUvjLfXD-LY_MtLpHWSM5tGLL-B0QEMPA 464
coderfastapi/handlers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
coderfastapi/handlers/version.py sha256=qCwR4h1SaYvBpV_PuvfLy4w1oBlX4M24Q9ylui5GSc4 334
coderfastapi/lib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
coderfastapi/lib/router.py sha256=2pZ31IOgVJH6d3VSwU3hql44LmGDy2cz62hb3INtmPM 4446
coderfastapi/lib/signature.py sha256=UFSf8-Ez3om972hjsiwgVr-FT9UlT6kC4FSyahfYJT8 1640
coderfastapi/lib/decorators/__init__.py sha256=qWi1BaJQ45rq9M9mquS6BnyFG-0t2Cn4ECT0ABD2khY 864
coderfastapi/lib/decorators/pagination.py sha256=k2VvLRo_d0ARV6kN1CeeKBlqpHetwAdo8l0Cz_dOhAA 5359
coderfastapi/lib/decorators/util.py sha256=kgGjx2Td9e-amaaOWvxI9oAKEy9YYDrvYC5hCF3TOZg 487
coderfastapi/lib/security/__init__.py sha256=ubCrKsws623Yg4--MOgXGBUj12MDtIYlfnf8uY-0i4A 219
coderfastapi/lib/security/acl.py sha256=i0nGnzBf4IoZuuxyhSwGnrPV0hCCPwUcLI-RES-bGoc 363
coderfastapi/lib/security/policies/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
coderfastapi/lib/security/policies/authentication/__init__.py sha256=NjHnrfhW0W0KoSmOsVoT-pUtYeuIVdoMXp44jpXdYME 299
coderfastapi/lib/security/policies/authentication/session.py sha256=Stb0ttuudjDf7SDfkkjfjtwV-23g3i51sNmiybwcaRU 1204
coderfastapi/lib/security/policies/authentication/jwt/__init__.py sha256=njoMLmJguuV0gRNEb3lE6CFci8aoVbczGLNZMaQddUc 3257
coderfastapi/lib/security/policies/authentication/jwt/providers/__init__.py sha256=VABaBeCLGRFkZ982Ds6KWcVJw8pXqEdaBDFuKc6HF94 450
coderfastapi/lib/security/policies/authentication/jwt/providers/expiration.py sha256=LdscwpfXuCbMMup1gJWwqxHCo0padMLl5vhR9Rq7cyo 333
coderfastapi/lib/security/policies/authentication/jwt/providers/recovery.py sha256=dRPYHiIaWRaRC6C5O0B4sF9c9hbcYaW86fppjvzx8cM 611
coderfastapi/lib/security/policies/authentication/jwt/providers/user.py sha256=-fXKd4UJFYDi79LKkoMlT1Px_h5aubyPOvFgfW5FJAQ 726
coderfastapi/lib/security/policies/authorization/__init__.py sha256=nEOOK4QKl4sY8ZO_ym0hjPdGw4kLOIVLYDdqCNBoAKM 2364
coderfastapi/lib/security/policies/authorization/user.py sha256=btVMgzolmV8svWRHbxnP0L9ag6Yz9rw7GcJn8CwNC2Y 1404
coderfastapi/lib/security/session/__init__.py sha256=q30tZDQqww5zMSZW9mBPviiHDH03hsVW3XTwQDdm7KQ 187
coderfastapi/lib/security/session/base.py sha256=yMH0gfxdsl6BN-xKkDg7Bo-vWIXOTkf26UrYfLwpUZs 1965
coderfastapi/lib/security/session/user.py sha256=IjvpJLaGtHjxlAoa8sep1ZuqIgUjYZz2pHcabBBAuE0 1269
coderfastapi/lib/validation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
coderfastapi/lib/validation/schemas/__init__.py sha256=GjsQa3rEY25axs9c46J-K21nxXxdIk2CuvtjM5VV2rc 78
coderfastapi/lib/validation/schemas/aggregation.py sha256=5hSeAqPFgn5dNTdTB3m52wYwYsBPAASnuqBd5FACBm8 929
coderfastapi/lib/validation/schemas/pagination.py sha256=1P4di9gb-B763fAZdbKnVDSDp8E6ozcvGoCdnUKNDyQ 726
coderfastapi/lib/validation/schemas/query.py sha256=IBw86YBtpEnn-j_fa1ewL3zExaZ1TNUL7-n_ExcP8Dg 1420
coderfastapi/lib/validation/schemas/request.py sha256=8Bx7tUSdwfRK2OD1uLBWcfYGaxiiuLqNOHCyMi7qBOI 900
coderfastapi/lib/validation/schemas/version.py sha256=WplgVRvCaJ9t8XIq7pP6_mF3Q48iWGvncfaYruBRO10 82
coderfastapi/logging/__init__.py sha256=vSthw94ftuSfXHWHUPQZUJup-D-0znOjDagAgplpv9M 823
coderfastapi/logging/context.py sha256=lqie3vuV0fzs7NzbRxMsy0h09usSMTHPU5nckcpUvNo 888
coderfastapi/logging/filter.py sha256=_J_DlMcHBtgZFq3Sst0rhsmjCmKOx2aD3SmHwKEG5Mo 1353
coderfastapi/logging/middleware.py sha256=9lkFKWL0cCwqjOMY4t6ee9RHs-n7ZXH0-uXPVzpPNRY 2076
coderfastapi-5.8.2.dist-info/METADATA sha256=97a5p4XBICo91FcocxEbCRiJlHqS1KJ1mOpWmR4tLIw 886
coderfastapi-5.8.2.dist-info/WHEEL sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY 91
coderfastapi-5.8.2.dist-info/top_level.txt sha256=j6FlVhpaDnILnxBRbFnQU3IARL9riELhOhOkEq9_hZc 13
coderfastapi-5.8.2.dist-info/RECORD

top_level.txt

coderfastapi