From ab6f10dfee50533309f9a4b4358c89c50713477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 30 May 2026 19:18:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20old=20package=20stub=20?= =?UTF-8?q?slim,=20not=20used=20nor=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asyncer-slim/README.md | 49 ------------------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 asyncer-slim/README.md diff --git a/asyncer-slim/README.md b/asyncer-slim/README.md deleted file mode 100644 index 923c7697..00000000 --- a/asyncer-slim/README.md +++ /dev/null @@ -1,49 +0,0 @@ -

- Asyncer -

-

- Asyncer, async and await, focused on developer experience. -

-

- - Test - - - Publish - - - Coverage - - Package version - -

- ---- - -**Documentation**: https://asyncer.tiangolo.com - -**Source Code**: https://github.com/fastapi/asyncer - ---- - -**Asyncer** is a small library built on top of AnyIO. - -## `asyncer-slim` - -⚠️ Do not install this package. ⚠️ - -This package, `asyncer-slim`, does nothing other than depend on `asyncer`. - -You **should not** install this package. - -Install instead: - -```bash -pip install asyncer -``` - -This package is deprecated and will stop receiving any updates and published versions. - -## License - -This project is licensed under the terms of the MIT license.