Adding new node types required adding bits and pieces in many places, which was tedious and failure prone. Now it's just cloning the directory of one of the existing nodes and adding a few lines to 'registries' (all in one directory). Also: - Reanimate custom csound node. - All nodes can be muted. |
||
---|---|---|
.. | ||
PyQt5 | ||
README | ||
async_generator.pyi | ||
capnp.pyi | ||
eventfd.pyi | ||
gbulb.pyi | ||
mox3.pyi | ||
portalocker.pyi | ||
posix_ipc.pyi | ||
psutil.pyi | ||
pyfakefs.pyi | ||
quamash.pyi | ||
sip.pyi | ||
toposort.pyi | ||
urwid.pyi |
README
This directory contains some stub files for 3rdparty modules, which don't have any. - sip.pyi Copied from the .deb package, which isn't in the search path from the virtual env. - PyQt5/*.pyi The PyQt5 package, when installed with pip, does not include the stub files, which are created when building PyQt5 from source. These files are just copied from a manual build. Also tweaked the files a bit, because they don't work with mypy as is... - posix_ipc.pyi Manually crafted, with just the subset of class that I actually use (i.e. incomplete).