Metadata-Version: 2.4
Name: shuttleasgi
Version: 5.7.4
Summary: Fork of BlackSheep, the ex fastest web framework for Python asyncio
Author-email: Roberto Prevato <roberto.prevato@gmail.com>
Maintainer-email: Christian Heru Mes <chris@shuttleai.app>
License: MIT 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.
        
Project-URL: Website, https://shuttleai.app
Project-URL: Homepage, https://github.com/shuttleai/ShuttleASGI
Project-URL: Bug Tracker, https://github.com/shuttleai/shuttleasgi/issues
Keywords: shuttleasgi,web framework,asyncio,blacksheep,shuttleai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi>=2025.4.26
Requires-Dist: guardpost>=1.0.2
Requires-Dist: rodi~=2.0.8
Requires-Dist: essentials<2.0,>=1.1.4
Requires-Dist: essentials-openapi<2.0,>=1.2.0
Requires-Dist: python-dateutil~=2.9.0
Requires-Dist: itsdangerous~=2.2.0
Requires-Dist: uuid-utils~=0.11.0
Provides-Extra: jinja
Requires-Dist: Jinja2~=3.1.6; extra == "jinja"
Provides-Extra: full
Requires-Dist: cryptography<46.0.0,>=45.0.2; extra == "full"
Requires-Dist: PyJWT~=2.10.1; extra == "full"
Requires-Dist: websockets~=15.0.1; extra == "full"
Requires-Dist: Jinja2~=3.1.6; extra == "full"
Provides-Extra: cython
Requires-Dist: httptools>=0.6.4; extra == "cython"
Provides-Extra: purepython
Requires-Dist: h11==0.16.0; extra == "purepython"
Dynamic: license-file

[![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).
