We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if you didn't have to manually convert to and from byte strings every time you use this library.
The text was updated successfully, but these errors were encountered:
A .read_text(...) similar to in pathlib would be nice.
.read_text(...)
pathlib
Sorry, something went wrong.
The .write(...) methods could take either bytes or str and encode as utf8 automatically.
.write(...)
This code here could use utf8 encoding when sending large Unicode strings, avoiding the extra overhead of base64:
github-contents/github_contents.py
Lines 102 to 109 in a125e53
No branches or pull requests
It would be nice if you didn't have to manually convert to and from byte strings every time you use this library.
The text was updated successfully, but these errors were encountered: