Skip to content

Commit 4ff1da2

Browse files
committed
docs: update README.md
1 parent 46123d8 commit 4ff1da2

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![uv](https://img.shields.io/badge/packaging-uv-%234285F4?logo=python&logoColor=white)](https://github.com/astral-sh/uv)
1515
[![Poetry](https://img.shields.io/badge/dependencies-poetry-%2360A5FA?logo=poetry&logoColor=white)](https://python-poetry.org/)
1616
[![PyPI status](https://img.shields.io/pypi/status/apiexception?style=flat)](https://pypi.org/project/apiexception/)
17-
17+
[![Sponsor](https://img.shields.io/badge/sponsor-GitHub-pink)](https://github.com/sponsors/akutayural)
1818

1919
**APIException** is a robust, production-ready Python library for FastAPI that simplifies exception handling and ensures consistent, well-structured API responses. Designed for developers who want to eliminate boilerplate error handling and improve Swagger/OpenAPI documentation, APIException makes your FastAPI projects cleaner and easier to maintain.
2020

@@ -50,6 +50,18 @@ Reading the [full documentation](https://akutayural.github.io/APIException/) is
5050
> and more sustainable over time**.
5151
---
5252

53+
## ❤️ Support & Sponsorship
54+
55+
APIException is actively maintained and used in production FastAPI services.
56+
57+
If this library saves you time or replaces copy-pasted error-handling logic in your projects,
58+
you can support its continued development and long-term maintenance.
59+
60+
👉 **Sponsor the project:**
61+
https://github.com/sponsors/akutayural
62+
63+
---
64+
5365
## 📦 Installation via pip
5466

5567
```bash

0 commit comments

Comments
 (0)