vapoursynth / vsrepo

A simple package repository for VapourSynth
MIT License
113 stars 29 forks source link

Rewrite vsgenstubs4 #186

Closed Setsugennoao closed 2 years ago

Setsugennoao commented 2 years ago

As the title says, it's not a fix, i just rewrote everything since the stubs were outdated, and the actual module was missing features.

Files changelog:

This is still Python 3.8 compatible.

Tested with R59, R60 (latest git), both with ~200 plugins.

cid-chan commented 2 years ago

Setsu, the .pyi-file is there to document the public API of the vapoursynth module. It shouldn't describe every minute detail of the vapoursynth-module, especially internal classes a user will never see