Today:
ERROR: Could not find a version that satisfies the requirement qwertyuidfudsjhdblfnsfngnsjkfnjsflz (from versions: none)
ERROR: No matching distribution found for qwertyuidfudsjhdblfnsfngnsjkfnjsfl
. |
pip install --dry-run -I --only-binary :all: --debug -r ... |
"""Takes a .whl file and figures out the top-level importable names in that wheel. | |
Usage: | |
$ python find-top-level-from-wheel-file.py ./setuptools-65.4.1-py3-none-any.whl | |
['_distutils_hack', 'pkg_resources', 'setuptools'] | |
Testing: | |
$ pytest find-top-level-from-wheel-file.py | |
... |
[[tool.pre-commit.repos]] | |
repo = "https://github.com/pre-commit/pre-commit-hooks" | |
rev = "v4.0.1" | |
hooks = [ | |
{ id = "trailing-whitespace" }, | |
{ id = "trailing-whitespace" }, | |
{ id = "end-of-file-fixer" }, | |
{ id = "check-docstring-first" }, | |
{ id = "check-json" }, | |
{ id = "check-yaml" }, |
PIP_RESOLVER_DEBUG=1 pip install "flake8 <= 4.0.1" "flake8-isort < 4.1.0"
.SELECT | |
COUNT(*) AS count | |
FROM | |
`the-psf.pypi.file_downloads` | |
WHERE | |
DATE(timestamp) BETWEEN DATE "2021-06-01" AND DATE "2021-06-01" | |
AND file.filename LIKE "%-%-manylinux_%_%_s390x%"; | |
-- 85136 |
[aria-labelledby="files"] { | |
overflow-y: auto; | |
max-height: 46vh; | |
/* Add a shadow to the edges with scroll-hidden content */ | |
background: | |
/* Shadow covers */ | |
linear-gradient(white 30%, rgba(255, 255, 255, 0)), | |
linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, | |
/* Shadows */ |
surveys.html
).pip install jinja2 beautifulsoup4
)python nicer-survey-ui.py surveys.html
.