Hey devs! 👋

I'm thrilled to announce the release of my first PyPI package: py-sse-client!

🔗 Links
→ GitHub: https://github.com/dilanka-rathnasiri/py-sse-client
→ PyPI: https://pypi.org/project/py-sse-client

📦 What is py-sse-client?
It's a lightweight asynchronous Server-Sent Events (SSE) client for Python that helps you connect to real-time SSE streams in a clean and Pythonic way.

🚀 Why I built it
I've worked with SSE in some of my backend projects and always wanted a minimalist and reliable client that just works. So I decided to build one, and finally took the step to publish it on PyPI. Also, I believe this will be a good starting point for my open source development.

🛤️ "This is one small step — but it’s a significant milestone in my software development journey."

It feels great to give back to the community, and I plan to keep improving this package and work on more open-source tools.

Check it out and feel free to contribute or drop feedback!