shuttleasgi


Nameshuttleasgi JSON
Version 5.7.4 PyPI version JSON
download
home_pageNone
SummaryFork of BlackSheep, the ex fastest web framework for Python asyncio
upload_time2025-07-19 02:26:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2021-present Roberto Prevato roberto.prevato@gmail.com 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 shuttleasgi web framework asyncio blacksheep shuttleai
VCS
bugtrack_url
requirements certifi guardpost rodi essentials essentials-openapi python-dateutil itsdangerous cryptography h11 Jinja2 PyJWT uuid-utils websockets httptools orjson Cython setuptools Flask Hypercorn requests pytest pytest-asyncio pytest-cov uvicorn pydantic pydantic_core
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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.8",
    "maintainer_email": "Christian Heru Mes <chris@shuttleai.app>",
    "keywords": "shuttleasgi, web framework, asyncio, blacksheep, shuttleai",
    "author": null,
    "author_email": "Roberto Prevato <roberto.prevato@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/90/57/bd96fe8477088e71e908aed81b47e4c7695529872bc9450acb0aefef5732/shuttleasgi-5.7.4.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": "MIT License\r\n        \r\n        Copyright (c) 2021-present Roberto Prevato roberto.prevato@gmail.com\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.\r\n        ",
    "summary": "Fork of BlackSheep, the ex fastest web framework for Python asyncio",
    "version": "5.7.4",
    "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": null,
            "digests": {
                "blake2b_256": "ee67981e89d8e2de7b71ec87b1323664f7ce1eef1bb07201d319a6f882566af8",
                "md5": "a3b0faa06bb96af9a7715b8ae2f062f8",
                "sha256": "050552cad0453dbc3d0f3345671c2a2d0f0ccacfcf508c6276b92c97c9ee9758"
            },
            "downloads": -1,
            "filename": "shuttleasgi-5.7.4-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a3b0faa06bb96af9a7715b8ae2f062f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2291316,
            "upload_time": "2025-07-19T02:26:06",
            "upload_time_iso_8601": "2025-07-19T02:26:06.909139Z",
            "url": "https://files.pythonhosted.org/packages/ee/67/981e89d8e2de7b71ec87b1323664f7ce1eef1bb07201d319a6f882566af8/shuttleasgi-5.7.4-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9057bd96fe8477088e71e908aed81b47e4c7695529872bc9450acb0aefef5732",
                "md5": "12e7bc7ac40bcd3d1d7799c8ca4df4c5",
                "sha256": "fe4b35c46d439e7ccd88fe22ca10e7a9e5ce0f08bd41729fb691a657822ae0fc"
            },
            "downloads": -1,
            "filename": "shuttleasgi-5.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "12e7bc7ac40bcd3d1d7799c8ca4df4c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1574708,
            "upload_time": "2025-07-19T02:26:08",
            "upload_time_iso_8601": "2025-07-19T02:26:08.598020Z",
            "url": "https://files.pythonhosted.org/packages/90/57/bd96fe8477088e71e908aed81b47e4c7695529872bc9450acb0aefef5732/shuttleasgi-5.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-19 02:26:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shuttleai",
    "github_project": "shuttleasgi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    ">=",
                    "2025.4.26"
                ]
            ]
        },
        {
            "name": "guardpost",
            "specs": [
                [
                    ">=",
                    "1.0.2"
                ]
            ]
        },
        {
            "name": "rodi",
            "specs": [
                [
                    "~=",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "essentials",
            "specs": [
                [
                    "<",
                    "2.0"
                ],
                [
                    ">=",
                    "1.1.4"
                ]
            ]
        },
        {
            "name": "essentials-openapi",
            "specs": [
                [
                    ">=",
                    "1.2.0"
                ],
                [
                    "<",
                    "2.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "~=",
                    "2.9.0"
                ]
            ]
        },
        {
            "name": "itsdangerous",
            "specs": [
                [
                    "~=",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "<",
                    "46.0.0"
                ],
                [
                    ">=",
                    "45.0.2"
                ]
            ]
        },
        {
            "name": "h11",
            "specs": [
                [
                    "==",
                    "0.16.0"
                ]
            ]
        },
        {
            "name": "Jinja2",
            "specs": [
                [
                    "~=",
                    "3.1.6"
                ]
            ]
        },
        {
            "name": "PyJWT",
            "specs": [
                [
                    "==",
                    "2.10.1"
                ]
            ]
        },
        {
            "name": "uuid-utils",
            "specs": [
                [
                    "==",
                    "0.11.0"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    "~=",
                    "15.0.1"
                ]
            ]
        },
        {
            "name": "httptools",
            "specs": [
                [
                    "==",
                    "0.6.4"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    "==",
                    "3.10.18"
                ]
            ]
        },
        {
            "name": "Cython",
            "specs": [
                [
                    "==",
                    "3.0.12"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "80.7.1"
                ]
            ]
        },
        {
            "name": "Flask",
            "specs": [
                [
                    "==",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "Hypercorn",
            "specs": [
                [
                    "==",
                    "0.17.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.4"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.3.5"
                ]
            ]
        },
        {
            "name": "pytest-asyncio",
            "specs": [
                [
                    "==",
                    "0.26.0"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    "==",
                    "6.1.1"
                ]
            ]
        },
        {
            "name": "uvicorn",
            "specs": [
                [
                    "==",
                    "0.34.2"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.11.4"
                ]
            ]
        },
        {
            "name": "pydantic_core",
            "specs": [
                [
                    "==",
                    "2.33.2"
                ]
            ]
        }
    ],
    "lcname": "shuttleasgi"
}
        
Elapsed time: 0.41585s