bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

Does anyone manage this Repsitory? #126

Open enowy opened 1 year ago

enowy commented 1 year ago

Hi, Everyone.

Does anyone manage this Repsitory? Pull requests have been piled up for a long time, and there is no response to the issue.

I need to fix a bug, can I make a request?

sheinbergon commented 1 month ago

Hello @enowy

I've forked the code, modernized it (replaced hyper with HTTPX, bumped all dependencies, updated to Python 3.9 as the minimal version, and fixed all the tests to behave with latest KSQL DB behavior. I'll be making a PYPI release soon enough. In the meanwhile, you can test it by running

https://github.com/sheinbergon/ksql-python-ng

pipx install git+https://github.com/sheinbergon/ksql-python-ng.git --include-deps

or

pip install git+https://github.com/sheinbergon/ksql-python-ng.git