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.
|
3 years ago | |
---|---|---|
.. | ||
PyQt5 | 4 years ago | |
Cython.pyi | 4 years ago | |
README | 5 years ago | |
async_generator.pyi | 5 years ago | |
asynctest.pyi | 4 years ago | |
capnp.pyi | 5 years ago | |
coverage.pyi | 4 years ago | |
cpuinfo.pyi | 4 years ago | |
dbus.pyi | 4 years ago | |
eventfd.pyi | 5 years ago | |
fastjsonschema.pyi | 4 years ago | |
gbulb.pyi | 5 years ago | |
humanize.pyi | 4 years ago | |
indicator_cpufreq.pyi | 4 years ago | |
mox3.pyi | 5 years ago | |
mutagen.pyi | 3 years ago | |
numpy.pyi | 4 years ago | |
portalocker.pyi | 5 years ago | |
posix_ipc.pyi | 5 years ago | |
psutil.pyi | 5 years ago | |
pyfakefs.pyi | 5 years ago | |
pyparsing.pyi | 4 years ago | |
quamash.pyi | 5 years ago | |
sip.pyi | 5 years ago | |
sortedcontainers.pyi | 4 years ago | |
toposort.pyi | 5 years ago | |
urwid.pyi | 5 years ago | |
xmlrunner.pyi | 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).