Metadata-Version: 2.4
Name: pip-search-two
Version: 1.0.0
Summary: Search PyPI packages from the command-line by scraping the web interface
Author-email: "@readwithai" <talwrii@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/talwrii/pip-search-two
Project-URL: Repository, https://github.com/talwrii/pip-search-two
Project-URL: Issues, https://github.com/talwrii/pip-search-two/issues
Keywords: pip,pypi,search,packages,command-line
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# pip-search-two
Search pip from the command-line by scraping the web interface.

Avoids pretty TUI-ism. This is a CLI tool that you can pipe into other tools.

Warning: this is vibe coded. But will become less so as I make changes.


## Motivation
PyPI disabled search from the command-line because they could not be bothered to deal wit DDos and they are too poor (supposedly). They are begging for money now and I don't really want to see the begging when they say "python is for everyone" after having turned down grants because they want to discriminate based on gender and race. It's more complicated of course but it's all a bit rubbish.

So... I do not want to interact with the PyPI website when they advertise to me saying "python is for everyone". Hence a command-line tool. Also, when you use a browser you court distraction, command-line tools are helpful. So this a bit of column A and a bit of column B

## Maintenace
Will I maintain this. Will it rot. Who knows. I do however code python daily so there is a chance.


## Installation

```
pipx install pip-search-two
```

## Usage

```
pip-search-two hellog world
```
