Skip to content

Commit 1b871b5

Browse files
authored
Update README.md
docs: add active maintenance
1 parent 842eda2 commit 1b871b5

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,18 @@ Reading the [full documentation](https://akutayural.github.io/APIException/) is
3636

3737
> [!IMPORTANT]
3838
> **Actively maintained. Highly recommended.**
39-
>
40-
> APIException is actively maintained and used in production FastAPI services.
41-
> It is designed to be integrated as a library, not copied piece by piece into projects.
42-
>
43-
> If you find yourself copy-pasting error handling logic across services,
44-
> this library exists to replace that pattern with something cleaner and more sustainable.
45-
39+
>
40+
> **APIException** is actively maintained and used in real-world, production FastAPI services.
41+
> It is designed to be **integrated as a library**, not copied piece by piece into projects.
42+
>
43+
> New features, bug fixes, performance improvements, and documentation updates
44+
> are shipped continuously through releases.
45+
> If you copy the implementation instead of installing the library,
46+
> you will **miss future improvements**, fixes, and enhancements by design.
47+
>
48+
> If you find yourself copy-pasting error handling logic across services,
49+
> this library exists to replace that pattern with something **cleaner, safer,
50+
> and more sustainable over time**.
4651
---
4752

4853
## 📦 Installation via pip
@@ -547,4 +552,4 @@ If you're using it in your project, a ⭐ on GitHub helps signal support and kee
547552
- 🐍 Shared by [**PythonHub**](https://x.com/PythonHub/status/1957733129000472650) on X (Twitter)
548553
- 🐦 Shared by [@tom_doerr](https://x.com/tom_doerr/status/1996308358916116964) on X (Twitter)
549554
- ⭐ Gaining traction on GitHub with developers adopting it for real-world FastAPI projects.
550-
- 💬 Actively discussed and shared across the Python community.
555+
- 💬 Actively discussed and shared across the Python community.

0 commit comments

Comments
 (0)