kitman

View on PyPIReverse Dependencies (0)

0.2.0 kitman-0.2.0-py3-none-any.whl

Wheel Details

Project: kitman
Version: 0.2.0
Filename: kitman-0.2.0-py3-none-any.whl
Download: [link]
Size: 44407
MD5: d86c4754a3a2ad44e588f622274793a7
SHA256: ccce353e9cec16471eb299870d702665a27e6559fe70127187ac470439f34c58
Uploaded: 2023-07-23 10:40:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: kitman
Version: 0.2.0
Summary: A handy toolkit for building saas applications
Author: Mads Kronborg
Author-Email: me[at]madskronborg.dk
Home-Page: https://github.com/madskronborg/kitman
Project-Url: Bug Tracker, https://github.com/madskronborg/kitman/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: pydantic[email,orjson]
Requires-Dist: pydantic-settings
Requires-Dist: pydantic-extra-types
Requires-Dist: ormar
Requires-Dist: fastapi
Requires-Dist: deepmerge
Requires-Dist: httpx[http2]
Requires-Dist: makefun
Requires-Dist: redis
Requires-Dist: hiredis
Requires-Dist: deepdiff
Requires-Dist: typer[all]
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 860 characters]

WHEEL

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

RECORD

Path Digest Size
kitman/__init__.py sha256=ZpXyG0Gbrm8NSrBpiBy1ED_GaM0dWCuJH8-CdqSfIBc 163
kitman/conf.py sha256=z8aeSdVvYODffidMSah73ClL8fI5nzaZZr3kLKbzkMs 377
kitman/exceptions.py sha256=5b5mDoujjV3ciXcCrT3UCKHiUz9e6A0vc3hMl5aVXCU 764
kitman/kitman.py sha256=EK6TTevKrf1bJX7Y0RUGe6tXQFffiqcF34KB6bgN3fY 7606
kitman/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/core/__init__.py sha256=kueolp6KaK7yf8kvSRoLUM36YZsfktvop-kjeJgITVk 85
kitman/core/commands.py sha256=TYSl__4Ph-D2CU5nJh7WXEZiQizIwYtGfCtRJ6ZB7oY 592
kitman/core/configs.py sha256=6xh6HhvlO37HooeuURNSFrcNeCW4BhqV6Ca01qyxkL0 2269
kitman/core/converters.py sha256=0mrtcGddAqLKdXwwZKCF9KQf98SUwWu2eSyNuCYgz_0 281
kitman/core/domain.py sha256=2-ESuDSLSw_vRxxelOiFSX0_KAs2Xci0K731CmomjOk 6224
kitman/core/dynamic.py sha256=XTfsPhRRqqb3v57WlRiUR2pY-YA0Xq08FT6K1SoNTb8 8010
kitman/core/events.py sha256=xsMMp1xWIasg432icyltcmnanM-0muSzadT0d6q9EmM 1056
kitman/core/geo.py sha256=9YQ6RiYGU7G5yy8y_bz9vDif0aAB43csms3gQdR35IE 143
kitman/core/handlers.py sha256=ZcjiY8KLbLVxWBaNCo9JuwMGClVHtnE-gaKnU-VO1z0 2008
kitman/core/queries.py sha256=rKPbZzV7_Pya9Gf7qVqk8OO3i5z74uR9v3aCV5tf9aA 502
kitman/core/schemas.py sha256=6Gpq3wJ_1fFnVzrNq6ibGQkwHbFKPPKQhtLc6Riajc4 502
kitman/core/services.py sha256=PdG8FpLrQmJABAQipklVfkZZ6LjDFKDYcg0WnGK82aQ 229
kitman/core/sdk/__init__.py sha256=XCK9_pJJy6CgdsXKZmfsv-H3P8aqihWwo8Ua3SJ1L7M 199
kitman/core/sdk/client.py sha256=cnsHI5cQ8Ega9TEsLopvBmj2OFGd5WI1mWMHH9wLw_w 2576
kitman/core/sdk/decorators.py sha256=VYdlCl6nCkC7xHbXhLXlKB-uDW7AfoxGyguSCS6QdiM 3671
kitman/core/sdk/exceptions.py sha256=RcyYb2ua62F70wX2qaQV1hqba1SyexyhdFWQH2nlv6M 136
kitman/core/sdk/request.py sha256=zX1zHHbGFAsraNnum2bK-mR-MYoOqQ1XlKXgvF9sUKk 111
kitman/core/sdk/response.py sha256=EmjzBgpKKDOQQVw-Db-q1akbgtaCnPfUXTJBktLuG8c 69
kitman/kits/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/kits/iam/__init__.py sha256=SdxYFOqc3znhAy_8_WVWIrHoKAO44f7QNjRdMbeM3sA 158
kitman/kits/iam/conf.py sha256=OeTyTvNiG3xKt7SkSbU-bgzDtbW7c0LKQALA4pPMZeE 701
kitman/kits/iam/deps.py sha256=z8eUbFwLYmRHwNVhpiZWkhT9lovdLc77MMTMOFvmnTI 319
kitman/kits/iam/domain.py sha256=V1Dyw_Ll7qP0QrIR7aqGWqQ4TwUHBBatTDopr4kPGhw 2101
kitman/kits/iam/exceptions.py sha256=pE1Qj0Ruvf87Kt64v2i8_DLJPRZKp1egwWdznvN6Z5A 282
kitman/kits/iam/models.py sha256=23DLY_s6QqO2UCgfIsByQ9wZeS45uGuOM9ssWGEIEUw 2887
kitman/kits/iam/services.py sha256=zyI9OOhfynjiv2KrM4QPKZLNNoWlJ24V90UlmxfJ9Ew 2006
kitman/kits/iam/auth/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/kits/iam/auth/base.py sha256=zGn6ANPgylo8xAykp_UERd5Ol547KSxFY79JHs0G1xw 2563
kitman/kits/iam/auth/proxy.py sha256=x2aHW-y3SGk9Udv14RoW1qQwJ066XrJdt3Ins-ztvOw 750
kitman/kits/iam/auth/token.py sha256=ztF5zvMIY45bjG4bmWWf3IKmRRec0E69MHyt5FHHbkA 343
kitman/kits/templating/__init__.py sha256=lXV8rnO3VMZoZkB76gH2p7oDnqI1BEqaH6yF006XTSs 189
kitman/kits/templating/apps.py sha256=M8QmCYW4y5bQm5rPE5TXLDXTGCcQ-NmAbD8ik4kGWFQ 756
kitman/kits/templating/dependency_resolvers.py sha256=ME8B2bGFH98UXb4sz-9Sj7DFCyOem3ePT8wl2Oenhu8 7656
kitman/kits/templating/domain.py sha256=rUj2N0jzgyUX2sIe52jq3eLR4NPrSudwYNHkhXDXCHc 6195
kitman/kits/templating/exceptions.py sha256=CeadjQUz_CjcBE0twdjF_L_RUuoj6JiyekeRfPMsWR0 95
kitman/kits/templating/generics.py sha256=wo11LNHE4-jNVCTTHy48RmZLqhab3Dhr5d77pEKT244 7338
kitman/kits/templating/models.py sha256=SElfenkzXfzvKPAnY5xifzgRPgdbKngrOHfRinkm85w 4512
kitman/kits/templating/services.py sha256=WqLKNX7Cc1QgDBdh4qKygFgN8B76R-H07-5pf7y5Ius 121
kitman/kits/templating/templating.py sha256=6r7LIAl-oVcCpt8ax-ck40LQ3KCCR1-gbh9z3t8BiEs 966
kitman/plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/plugins/beanie/__init__.py sha256=U2m_LAYhiMAm6XTcn6klD343KuDFkEjNbrOFFLyEBNw 90
kitman/plugins/beanie/deps.py sha256=Mj6b-ADCXXp2LSCIHs5KjpbbaRcQq7w0-8v_JQpx7Zo 2515
kitman/plugins/beanie/domain.py sha256=BX1BMocI--HDlQfR53KrYTreG8yCLdDApr3Nn5jkpCg 151
kitman/plugins/cors/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/plugins/cors/plugin.py sha256=y9PK_4iw_umqBpXasYUAqHhqQP75Btt0L5Iw_AOmxlQ 1206
kitman/plugins/loguru/__init__.py sha256=gTlsMcU6cBtYdiQeyVEs-KTLApCW7zVKsmR9V1H0nt8 33
kitman/plugins/loguru/plugin.py sha256=b3V1ZStu4Rlmqk2DRb_RyeF-CqivG8zHe0asoKXyTRM 693
kitman/plugins/ormar/__init__.py sha256=J1OWZUz1K5RoT_Z9xl7uttF_xRhA3VV-Hf2-BLysnn8 80
kitman/plugins/ormar/mixins.py sha256=tfXRbOlZ7RAir4X8nJq8x1_YK8kl6d2Tmxp90nIOGaY 1729
kitman/plugins/ormar/models.py sha256=kKmdRRgoQgvfQDoCLctIj7dVsn50Lvu4T4hv4hErx3U 1375
kitman/plugins/ormar/plugin.py sha256=Z4BLsGxyFq6VQDt1RavrgVNSP8qgO8YTyTwYyeaaat0 3469
kitman/plugins/ory/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/plugins/ory/iam.py sha256=6GD7jQOXnF-_viTc5KQAt7e-JVGCperQ5t0NcQzJOLQ 2238
kitman/plugins/ory/schemas.py sha256=LJ5vMRCSK5l2Z7MqnlLJj27NGK0IXCjP7i3GBRuvHF8 210
kitman/plugins/redis/__init__.py sha256=IuMjhCPAckiv87VOYffb_u9Gfo9kIdOc5LoF9mtulZI 70
kitman/plugins/redis/client.py sha256=tDAMAxlMPn-uQiecDgRXFeiGyi7EQGMGMGSTilW7g9E 143
kitman/plugins/redis/plugin.py sha256=0RgamWk27yuxzpXiBmo2G-A-nZl4QBqPbxufUt28Ap4 1926
kitman/plugins/stripe/__init__.py sha256=AcW5kiUyH6CJnWfGjt4O8mk5g6a8h7M0nrJNytLprUU 55
kitman/plugins/stripe/domain.py sha256=1CNQIpkUPhfGZCkuSGDgal74qwztFK9qFDhyTXpMJ7M 163
kitman/plugins/stripe/plugin.py sha256=d9QGJ1LmSFwtzl6J01a9FS6icmdThjYJPswNj9AdGTE 693
kitman/plugins/stripe/api/__init__.py sha256=farvLtSngz3DCRsmYIn5mKzNmncpm2srXzCVsO2pX8Y 34
kitman/plugins/stripe/api/commands.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kitman/plugins/stripe/api/queries.py sha256=WyQOhYbS0Hy3GwqZFk94Vh6i7fpJArfQ1KqMXbi9zyM 975
kitman/plugins/stripe/api/router.py sha256=-twuddL7T3H_6ugmw9tLa1KCMs9plP2CzFJ-1EzfLQM 1280
kitman/plugins/stripe/api/schemas.py sha256=UFV2CtVMecvVOcPhxsZ-RkbAedgiZ4wiKt0AjCRj-ZU 110
kitman-0.2.0.dist-info/LICENSE sha256=pAZXnNE2dxxwXFIduGyn1gpvPefJtUYOYZOi3yeGG94 1068
kitman-0.2.0.dist-info/METADATA sha256=S6JRNHMaVLzeI1up-uM7CWJvBxWBdNjGgd1GO0ABVfA 1697
kitman-0.2.0.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
kitman-0.2.0.dist-info/top_level.txt sha256=EtJ2M_htmOi6oNoXM1rTeOCcWTeYlZK9TfKTi9y0hIw 7
kitman-0.2.0.dist-info/RECORD

top_level.txt

kitman