Contents

blacksheep 2.0.7

0

Fast web framework for Python asyncio

Fast web framework for Python asyncio

Stars: 1714, Watchers: 1714, Forks: 69, Open Issues: 35

The Neoteroi/BlackSheep repo was created 5 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1714 github stars!

How to Install blacksheep

You can install blacksheep using pip

pip install blacksheep

or add it to a project with poetry

poetry add blacksheep

Package Details

Author
License
Homepage
PyPi:
https://pypi.org/project/blacksheep/
GitHub Repo:
https://github.com/Neoteroi/BlackSheep

Classifiers

No  blacksheep  pypi packages just yet.

Errors

A list of common blacksheep errors.

Code Examples

Here are some blacksheep code examples and snippets.

GitHub Issues

The blacksheep package has 35 open issues on GitHub

  • WebSocket support follow-up
  • Add support for websocket

See more issues on GitHub

Related Packages & Articles

sanic 23.12.1

A web server and web framework that's written to go fast. Build fast. Run fast.

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Hypercorn 0.16.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

piccolo 1.5.0

A fast, user friendly ORM and query builder which supports asyncio.

muffin 0.100.1

Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)