[![pypi](https://img.shields.io/pypi/v/ShuttleASGI.svg?color=blue)](https://pypi.org/project/ShuttleASGI/)
[![versions](https://img.shields.io/pypi/pyversions/shuttleasgi.svg)](https://github.com/shuttleai/shuttleasgi)
[![license](https://img.shields.io/github/license/shuttleai/ShuttleASGI.svg)](https://github.com/Neoteroi/blacksheep/blob/main/LICENSE)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![discord](https://img.shields.io/discord/1152262611291869237?style=plastic&logo=discord&logoColor=violet&label=Discord&labelColor=white&color=7289DA)](https://discord.gg/shuttleai)
[![documentation](https://img.shields.io/badge/📖-docs-purple?label=BlackSheep)](https://www.neoteroi.dev/blacksheep/)
[![docs](https://img.shields.io/badge/📖-docs-purple?label=ShuttleAI%20API)](https://docs.shuttleai.app/)
# ShuttleASGI
ShuttleASGI is a high-performance ASGI framework, forked from BlackSheep and optimized for building fast web applications in Python.
The official framework used and made by the [ShuttleAI API](https://api.shuttleai.app/).
## Features
- 🚀 Optimized for performance and developer productivity
- 🔍 Enhanced JSON parsing and serialization
- 🔧 Extra features disabled by default to improve speed
- 📝 Proper handling of 405 Method Not Allowed responses
- 📡 OpenAI-formatted SSE responses
- 🐍 Built on top of the super fast [BlackSheep](https://github.com/Neoteroi/BlackSheep) framework
## Installation
To get started with ShuttleASGI, make sure you have Python 3.7 or later installed. Then run:
```shell
pip install -U shuttleasgi
```
## Quickstart
Want to create your own AI API in under a minute? Check out the [ShuttleASGI-AIAPI Cookie Cutter Template](https://herumes/ShuttleASGI-AIAPI) for a quick and easy setup!
## Documentation
You can also find helpful information in the [BlackSheep documentation](https://www.neoteroi.dev/blacksheep/).
You may also reach out to me directly for assistance.
## Community
Join our [Discord community](https://discord.gg/shuttleai) to connect with other developers, ask questions, and stay updated on the latest news and releases.
## License
ShuttleASGI is released under the [MIT License](https://github.com/Neoteroi/blacksheep/blob/main/LICENSE).
Raw data
{
"_id": null,
"home_page": null,
"name": "shuttleasgi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "Christian Thoth <chris@shuttleai.app>",
"keywords": "shuttleasgi, web framework, asyncio, blacksheep, shuttleai",
"author": null,
"author_email": "Roberto Prevato <roberto.prevato@gmail.com>, Thoth Christian <chris@shuttleai.app>",
"download_url": "https://files.pythonhosted.org/packages/33/b1/03c417a23d297543c9235f06bb88e737458b7e75a9b411c92443091dae33/shuttleasgi-5.5.5.tar.gz",
"platform": null,
"description": "[![pypi](https://img.shields.io/pypi/v/ShuttleASGI.svg?color=blue)](https://pypi.org/project/ShuttleASGI/)\r\n[![versions](https://img.shields.io/pypi/pyversions/shuttleasgi.svg)](https://github.com/shuttleai/shuttleasgi)\r\n[![license](https://img.shields.io/github/license/shuttleai/ShuttleASGI.svg)](https://github.com/Neoteroi/blacksheep/blob/main/LICENSE)\r\n[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n[![discord](https://img.shields.io/discord/1152262611291869237?style=plastic&logo=discord&logoColor=violet&label=Discord&labelColor=white&color=7289DA)](https://discord.gg/shuttleai)\r\n[![documentation](https://img.shields.io/badge/\ud83d\udcd6-docs-purple?label=BlackSheep)](https://www.neoteroi.dev/blacksheep/)\r\n[![docs](https://img.shields.io/badge/\ud83d\udcd6-docs-purple?label=ShuttleAI%20API)](https://docs.shuttleai.app/)\r\n\r\n# ShuttleASGI\r\n\r\nShuttleASGI is a high-performance ASGI framework, forked from BlackSheep and optimized for building fast web applications in Python.\r\n\r\nThe official framework used and made by the [ShuttleAI API](https://api.shuttleai.app/).\r\n\r\n## Features\r\n\r\n- \ud83d\ude80 Optimized for performance and developer productivity\r\n\r\n- \ud83d\udd0d Enhanced JSON parsing and serialization\r\n\r\n- \ud83d\udd27 Extra features disabled by default to improve speed\r\n\r\n- \ud83d\udcdd Proper handling of 405 Method Not Allowed responses\r\n\r\n- \ud83d\udce1 OpenAI-formatted SSE responses\r\n\r\n- \ud83d\udc0d Built on top of the super fast [BlackSheep](https://github.com/Neoteroi/BlackSheep) framework\r\n\r\n## Installation\r\n\r\nTo get started with ShuttleASGI, make sure you have Python 3.7 or later installed. Then run:\r\n\r\n```shell\r\n\r\npip install -U shuttleasgi\r\n\r\n```\r\n\r\n## Quickstart\r\n\r\nWant to create your own AI API in under a minute? Check out the [ShuttleASGI-AIAPI Cookie Cutter Template](https://herumes/ShuttleASGI-AIAPI) for a quick and easy setup!\r\n\r\n## Documentation\r\n\r\nYou can also find helpful information in the [BlackSheep documentation](https://www.neoteroi.dev/blacksheep/).\r\nYou may also reach out to me directly for assistance.\r\n\r\n## Community\r\n\r\nJoin our [Discord community](https://discord.gg/shuttleai) to connect with other developers, ask questions, and stay updated on the latest news and releases.\r\n\r\n## License\r\n\r\nShuttleASGI is released under the [MIT License](https://github.com/Neoteroi/blacksheep/blob/main/LICENSE).\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Fork of BlackSheep, the ex fastest web framework for Python asyncio",
"version": "5.5.5",
"project_urls": {
"Bug Tracker": "https://github.com/shuttleai/shuttleasgi/issues",
"Homepage": "https://github.com/shuttleai/ShuttleASGI",
"Website": "https://shuttleai.app"
},
"split_keywords": [
"shuttleasgi",
" web framework",
" asyncio",
" blacksheep",
" shuttleai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "de9dab5a73667332d4ca4a0e38e2f70d709c2e787d2f511cc8024005670daf7d",
"md5": "f4e10656d844d07abde7ed2be9e5864a",
"sha256": "ab371c1983af1459eedb4084ee3e2efc8b1a7a0e5e93470c12c867e0a9fcb9d7"
},
"downloads": -1,
"filename": "shuttleasgi-5.5.5-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "f4e10656d844d07abde7ed2be9e5864a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1708118,
"upload_time": "2024-07-22T04:41:21",
"upload_time_iso_8601": "2024-07-22T04:41:21.035850Z",
"url": "https://files.pythonhosted.org/packages/de/9d/ab5a73667332d4ca4a0e38e2f70d709c2e787d2f511cc8024005670daf7d/shuttleasgi-5.5.5-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "33b103c417a23d297543c9235f06bb88e737458b7e75a9b411c92443091dae33",
"md5": "6a670ba85d9671f0cd74cf9901932edc",
"sha256": "5a8be3da4df63c376efed95b2b752c88d7e297b3c0dc7b4939425495d6445789"
},
"downloads": -1,
"filename": "shuttleasgi-5.5.5.tar.gz",
"has_sig": false,
"md5_digest": "6a670ba85d9671f0cd74cf9901932edc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1184323,
"upload_time": "2024-07-22T04:41:48",
"upload_time_iso_8601": "2024-07-22T04:41:48.253900Z",
"url": "https://files.pythonhosted.org/packages/33/b1/03c417a23d297543c9235f06bb88e737458b7e75a9b411c92443091dae33/shuttleasgi-5.5.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-22 04:41:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shuttleai",
"github_project": "shuttleasgi",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "shuttleasgi"
}