Hi All,
It's been quite a long time since I last used my python commit rights,
and it appears they've evaporated in the move to GitHub.
I'd like to get back into helping out, particularly with unittest.mock
where I've recently started helping out as a maintainer over on
https://github.com/testing-cabal/mock.
Please let me know what I need to do,
Chris
Hi,
I have for sometime maintained the Python bindings to the LZ4
compression library[0, 1]:
I am wondering if there is interest in having these bindings move to
the standard library to sit alongside the gzip, lzma etc bindings?
Obviously the code would need to be modified to fit the coding
guidelines etc.
I'm following the guidelines [2] and asking here first before
committing any work to this endeavour, but if folks think this would
be a useful addition, I would be willing to put in the hours to create
a PR and continued maintenance. Would welcome any thoughts.
Cheers,
Jonathan.
[0] https://github.com/python-lz4/python-lz4
[1] https://python-lz4.readthedocs.io/en/stable/
[2] https://devguide.python.org/stdlibchanges/