DEV Community

Dilanka Rathnasiri
Dilanka Rathnasiri

Posted on

πŸš€ Just published my first Python package on PyPI: py-sse-client

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!

Top comments (0)