-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.2 - python 3 compatibility #30
base: master
Are you sure you want to change the base?
Conversation
Wow this is awesome! @CurleySamuel are you going to merge this soon? If new life is breathed into the library, I'm willing to contribute as well. |
a lot of bytes/unicode mangling and updating protobufs decoder
python 2 compatibility -- %b doesnt exist in python2
fix byte/str encoding in exception classes
Is this going to be merged in the near future? I would be very interested in using PyBase |
@dandydev - feel free to use the https://github.com/Flipboard/PyBase fork - We're using it in production so will be keeping it up to date. I'll happily review PRs if you have them |
@sjhewitt that's great! Any plans to publish the package on PyPI, with proper versioning etc.? Maybe as |
Add zk watch for master connection
Make py2 compatible plus remove some dead code
Fix bytes string host
* use native str for region_client exceptions * minor cleanup * try enforcing unicode elsewhere * test log * use unicode host * remove test log, fix last flake8 warning
…lExecutor using a ThreadPoolExecutor to match socket pool
Add support for `get_many`
No description provided.