You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
noisicaa/3rdparty/typeshed
Ben Niemann 583b3d7910 Use mutagen for file metadata and support AAC files. 3 years ago
..
PyQt5 Track list improvements. 4 years ago
Cython.pyi Improve test infrastructure. 4 years ago
README Make noisicaa.audioproc.engine mypy clean. 5 years ago
async_generator.pyi Upgrade mypy to V0.650 5 years ago
asynctest.pyi Improve test infrastructure. 4 years ago
capnp.pyi Upgrade mypy to V0.650 5 years ago
coverage.pyi Improve test infrastructure. 4 years ago
cpuinfo.pyi Improve test infrastructure. 4 years ago
dbus.pyi Add a basic performance test for IPCs. 4 years ago
eventfd.pyi Upgrade mypy to V0.650 5 years ago
fastjsonschema.pyi Track list improvements. 4 years ago
gbulb.pyi Upgrade mypy to V0.650 5 years ago
humanize.pyi Reorganize the app start process and use a new "open project" dialog. 4 years ago
indicator_cpufreq.pyi Add a basic performance test for IPCs. 4 years ago
mox3.pyi Upgrade mypy to V0.650 5 years ago
mutagen.pyi Use mutagen for file metadata and support AAC files. 3 years ago
numpy.pyi Improve test infrastructure. 4 years ago
portalocker.pyi Upgrade mypy to V0.650 5 years ago
posix_ipc.pyi Make noisicaa.audioproc.engine mypy clean. 5 years ago
psutil.pyi Upgrade mypy to V0.650 5 years ago
pyfakefs.pyi Upgrade mypy to V0.650 5 years ago
pyparsing.pyi Add some more builtin nodes. 4 years ago
quamash.pyi Upgrade mypy to V0.650 5 years ago
sip.pyi Upgrade mypy to V0.650 5 years ago
sortedcontainers.pyi Add MIDI Looper node. 4 years ago
toposort.pyi Upgrade mypy to V0.650 5 years ago
urwid.pyi Upgrade mypy to V0.650 5 years ago
xmlrunner.pyi Improve test infrastructure. 4 years ago

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).