pypisearch icon indicating copy to clipboard operation
pypisearch copied to clipboard

Replacement of temporarily deprecated pip search command

Results 3 pypisearch issues
Sort by recently updated
recently updated
newest added

Hello, it seems that there are strict versions required for some packages needed by pypisearch: ``` $ /e/Python/jq-win64.exe '.installed[]|select(.metadata.name=="pypisearch").metadata.requires_dist' inspect.txt [ "certifi (==2020.12.5)", "chardet (==4.0.0)", "idna (==2.10)", "requests (==2.25.1)", "tabulate...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Sadly (!) the endpoint `https://pypi.org/search` seems to now require JS, with the pypisearch [request](https://github.com/shidenko97/pypisearch/blob/master/pypisearch/search.py#L37) now returning a `Please enable JavaScript to proceed.` message. I'm prodding around for a solution, but...