mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Is there any python documentation? #330
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mlissner on GitHub (Jul 28, 2020).
I've looked around a bit, but aside from install directions, there doesn't seem to be any python documentation. I'd be happy to update the readme with some information. Just a simple...
...would be helpful.
Is this written down anywhere? Also, is the python API stable? Often when it's not documented, it shouldn't be trusted?
@eustas commented on GitHub (Sep 2, 2020):
Tests are the best documentation =) API is stable and hasn't changed since its initial publication.
PRs that improve the textual documentation are welcome.