Metadata-Version: 2.1
Name: kitman
Version: 0.1.3
Summary: A handy toolkit for building saas applications
Home-page: https://github.com/madskronborg/kitman
Author: Mads Kronborg
Author-email: me@madskronborg.dk
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic[email,orjson]
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]

# Kitman

A toolkit for solving generic issues when building modern SaaS applications in Python.

Kitman is named after the role it plays in sports, where the kitman maintains and brings the gear, so the athlethes can focus on performing. <br>
Developers are the athlethes and this project's aim is to bring all the tools that you need to create modern SaaS applications. <br>
It solves this issue primarily through creating interoperability between libraries and frameworks that developers already love - but continously struggle or repeat themselves when they incorporate them into products. <br>
It builds on top of the interoperability to create building blocks and services that are _easy to_:<br>

- Integrate
- Extend
- Combine

**NOT PRODUCTION READY**

[Repo](https://github.com/madskronborg/kitman)<br>
[Docs](https://madskronborg.github.io/kitman/)
