Ravencentric

Results 60 comments of Ravencentric

I just realised I mentioned pyppmd twice and forgot to include inflate64. That also needs a 3.13 wheel. Edited the original post to fix that.

This has been fixed since v1.0.0 so i'm closing this.

Use [`.read()`](https://py7zr.readthedocs.io/en/latest/api.html#py7zr.SevenZipFile.read)

An opt-in for `maturin 1.x` sounds good to me, although I think switching the default editable profile to `dev` should remain a goal for `maturin 2.0`.

https://pypi.org/project/VapourSynth-portable/#history no

I think this might be better suited as an **opt-in** configuration in user level uv.toml (See: https://github.com/astral-sh/uv/issues/8098) with the default behaviour being no skeleton test suite.

My use case is that I want to provide two public methods: `to_json` and `from_json` where the following holds true: ```py class User(msgspec.Struct): def to_json() -> str: ... @classmethod def...

Something I realised while thinking about this is that it can possibly be added as `rename=...` parameter to the `msgspec.*.Encoder` and `msgspec.*.Decoder` classes for a significantly more fine grained control...

I would love to see everything in stdlib/venv get excluded. It's just pointless distraction.

Currently this will run whenever you make a release on github, but it can be further expanded so pushing a tag will make both a github release and pypi release...