@@ -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