Name | mkfst JSON |
Version |
0.5.8
JSON |
| download |
home_page | None |
Summary | MKFST (Make Fast) is a high-performance, async, non-ASGI, Python HTTP webserver framework |
upload_time | 2025-10-06 05:22:38 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
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. |
keywords |
pypi
http
rest
framework
web
python
api
|
VCS |
 |
bugtrack_url |
|
requirements |
psutil
uvloop
pydantic
zstandard
cryptography
python-dotenv
orjson
msgspec
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# <b> mkfst-py </b>
[](https://pypi.org/project/mkfst/)
[](https://github.com/hyper-light/mkfst-py/blob/main/LICENSE)
[](https://github.com/hyper-light/mkfst-py/blob/main/CODE_OF_CONDUCT.md)
[](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.
Raw data
{
"_id": null,
"home_page": null,
"name": "mkfst",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "pypi, http, rest, framework, web, python, api",
"author": null,
"author_email": "Ada Lundhe <adalundhe@lundhe.audio>",
"download_url": "https://files.pythonhosted.org/packages/36/12/aad1efabf4d1c598437621433110b7d56796a42de6bb36bce64b0a85af61/mkfst-0.5.8.tar.gz",
"platform": null,
"description": "# <b> mkfst-py </b>\n[](https://pypi.org/project/mkfst/)\n[](https://github.com/hyper-light/mkfst-py/blob/main/LICENSE)\n[](https://github.com/hyper-light/mkfst-py/blob/main/CODE_OF_CONDUCT.md)\n[](https://pypi.org/project/mkfst/)\n\n\n| Package | Mkfst-Py |\n| ----------- | ----------- |\n| Version | 0.4.3 |\n| Download | https://pypi.org/project/mkfst-py/ | \n| Source | https://github.com/hyper-light/mkfst-py |\n| Keywords | http, rest, framework, web, api |\n\nMKFST (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.\n\nMKFST 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.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 Hyperlight\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "MKFST (Make Fast) is a high-performance, async, non-ASGI, Python HTTP webserver framework",
"version": "0.5.8",
"project_urls": {
"Homepage": "https://github.com/hyper-light/mkfst-py"
},
"split_keywords": [
"pypi",
" http",
" rest",
" framework",
" web",
" python",
" api"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cd6c242938f4904ac42e2af8d0b3720f50733fd39eed3b08aad8d355897f8104",
"md5": "78e4ce779a9977de03e014eb05f9e653",
"sha256": "1af118eb15a065a3d5ecfc188019833735aed4fde42f2867a070e495b78c0bdf"
},
"downloads": -1,
"filename": "mkfst-0.5.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "78e4ce779a9977de03e014eb05f9e653",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 193864,
"upload_time": "2025-10-06T05:22:37",
"upload_time_iso_8601": "2025-10-06T05:22:37.462330Z",
"url": "https://files.pythonhosted.org/packages/cd/6c/242938f4904ac42e2af8d0b3720f50733fd39eed3b08aad8d355897f8104/mkfst-0.5.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3612aad1efabf4d1c598437621433110b7d56796a42de6bb36bce64b0a85af61",
"md5": "99cda4113f55887d794f829ea89c120f",
"sha256": "011090333d065797187ee6224f0a7db935eae6bbefd54f30d302f99de5d5f752"
},
"downloads": -1,
"filename": "mkfst-0.5.8.tar.gz",
"has_sig": false,
"md5_digest": "99cda4113f55887d794f829ea89c120f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 128835,
"upload_time": "2025-10-06T05:22:38",
"upload_time_iso_8601": "2025-10-06T05:22:38.495759Z",
"url": "https://files.pythonhosted.org/packages/36/12/aad1efabf4d1c598437621433110b7d56796a42de6bb36bce64b0a85af61/mkfst-0.5.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-06 05:22:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hyper-light",
"github_project": "mkfst-py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "psutil",
"specs": []
},
{
"name": "uvloop",
"specs": []
},
{
"name": "pydantic",
"specs": []
},
{
"name": "zstandard",
"specs": []
},
{
"name": "cryptography",
"specs": []
},
{
"name": "python-dotenv",
"specs": []
},
{
"name": "orjson",
"specs": []
},
{
"name": "msgspec",
"specs": []
}
],
"lcname": "mkfst"
}