diff --git a/README.md b/README.md index 3280c88..44bffd5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,31 @@ -# IronNotify SDK for Python +

+ + IronNotify + +

-Event notifications and alerts SDK for Python applications. Send notifications, receive real-time updates, and manage notification state. +

IronNotify SDK for Python

-[![PyPI](https://img.shields.io/pypi/v/ironnotify.svg)](https://pypi.org/project/ironnotify/) -[![Python](https://img.shields.io/pypi/pyversions/ironnotify.svg)](https://pypi.org/project/ironnotify/) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Event notifications and alerts for Python applications +

+ +

+ PyPI version + Python versions + License: MIT +

+ +

+ Website • + Documentation • + Python Guide • + Git +

+ +--- + +**IronNotify** helps you send event notifications and alerts to your users instantly. Built for developers who want simple, powerful notification infrastructure without the complexity. ## Installation @@ -280,6 +301,26 @@ await ironnotify.flush_async() - httpx - websockets (for real-time features) +## Documentation + +For complete documentation, visit [ironnotify.com/docs](https://ironnotify.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/notify](https://git.marketally.com/ironservices/ironnotify-js) | +| .NET | [IronNotify.Client](https://git.marketally.com/ironservices/ironnotify-dotnet) | +| Go | [ironnotify-go](https://git.marketally.com/ironservices/ironnotify-go) | +| Java | [ironnotify-java](https://git.marketally.com/ironservices/ironnotify-java) | +| Rust | [ironnotify](https://git.marketally.com/ironservices/ironnotify-rust) | + +## Support + +- **Documentation**: [ironnotify.com/docs](https://ironnotify.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironnotify-python/issues](https://git.marketally.com/ironservices/ironnotify-python/issues) + ## License MIT License - see [LICENSE](LICENSE) for details.