Metadata-Version: 2.4
Name: mkfst
Version: 0.4.11
Summary: MKFST (Make Fast) is a high-performance, async, non-ASGI, Python HTTP webserver framework
Author-email: Ada Lundhe <adalundhe@lundhe.audio>
License: MIT License
        
        Copyright (c) 2024 Hyperlight
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/hyper-light/mkfst-py
Keywords: pypi,http,rest,framework,web,python,api
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: uvloop
Requires-Dist: pydantic
Requires-Dist: zstandard
Requires-Dist: cryptography
Requires-Dist: python-dotenv
Requires-Dist: orjson
Requires-Dist: msgspec
Dynamic: license-file

# <b> mkfst-py </b>
[![PyPI version](https://img.shields.io/pypi/v/mkfst?color=blue)](https://pypi.org/project/mkfst/)
[![License](https://img.shields.io/github/license/hyper-light/mkfst-py)](https://github.com/hyper-light/mkfst-py/blob/main/LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/hyper-light/mkfst-py/blob/main/CODE_OF_CONDUCT.md)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mkfst?color=red)](https://pypi.org/project/mkfst/)


| Package     | Mkfst-Py                                                        |
| ----------- | -----------                                                     |
| Version     | 0.4.3                                                           |
| Download    | https://pypi.org/project/mkfst-py/                              | 
| Source      | https://github.com/hyper-light/mkfst-py                         |
| Keywords    | http, rest, framework, web, api                                 |

MKFST (Make Fast) is a high-performance, async, non-ASGI, Python HTTP webserver framework. It's designed to bridge the gap between software like LinkerD and your traditional web framework, offering features like rate limiting, circuit breaking, built-in request-level compression or decompression, AESGCM256 request and response encryption, and more.

MKFST also supports FastAPI-like automatic OpenAPI 3.1 spec endpont documentation out of the box, a powerful asynchronous task system to help you run work you'd normally defer to runners like Celery, and even Snowflake ID generation so you can realize all your distributed web needs.
