Rogdham / pyzstd

Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.
https://pyzstd.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Project status #1

Closed Rogdham closed 1 week ago

Rogdham commented 3 months ago

This repository is a transfer of the original repository of pyzstd. I have contacted Ma Lin after the deletion of the animalize GitHub account, so that the code source of the project is not lost (although of course most of it is in the source distributions on PyPi) and made public again.

In fact, Ma Lin sent me some more code that was committed but never published on PyPi.

My aim with this repository is first and foremost for the source code to find a home again so that it could be maintained. The first steps will be to make a new release 0.15.10 including Ma Lin's latest changes.

Your patience will be appreciated while the transfer is in progress as some time will be needed to set everything up.

Rogdham commented 3 months ago

I'm locking this issue to be able to pin it and redirect people to it while limiting noise at the same time.

So feel free to subscribe to it, I will only update it when significant steps are being made!

If you need to contact me in the meanwhile, you can open an issue or find my email address in git commits.

Rogdham commented 3 months ago

Version 0.15.10 of pyzstd has been released!

No changes were made on top of latest (previously unreleased) code from Ma Lin, except for updating the configuration files (changing old repository URL, etc.).

This concludes the transfer of the project from Ma Lin's to its new home :tada: