Metadata-Version: 2.4
Name: cli-anything-web
Version: 0.1.0
Summary: Umbrella package — installs the full CLI-Anything-Web fleet (all 20 agent-native CLIs).
Author: Itamar Zand
License: MIT
Project-URL: Homepage, https://github.com/ItamarZand88/CLI-Anything-WEB
Project-URL: Repository, https://github.com/ItamarZand88/CLI-Anything-WEB
Keywords: cli,agent,web,scraping,automation
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cli-web-futbin
Requires-Dist: cli-web-notebooklm
Requires-Dist: cli-web-gh-trending
Requires-Dist: cli-web-producthunt
Requires-Dist: cli-web-unsplash
Requires-Dist: cli-web-booking
Requires-Dist: cli-web-stitch
Requires-Dist: cli-web-pexels
Requires-Dist: cli-web-reddit
Requires-Dist: cli-web-gai
Requires-Dist: cli-web-youtube
Requires-Dist: cli-web-hackernews
Requires-Dist: cli-web-codewiki
Requires-Dist: cli-web-chatgpt
Requires-Dist: cli-web-airbnb
Requires-Dist: cli-web-amazon
Requires-Dist: cli-web-tripadvisor
Requires-Dist: cli-web-linkedin
Requires-Dist: cli-web-capitoltrades
Requires-Dist: cli-web-worldcup

# cli-anything-web

Umbrella package that installs the **entire CLI-Anything-Web fleet** — every
agent-native CLI in one shot.

```bash
pipx install cli-anything-web      # or: uv tool install cli-anything-web
```

This pulls in all `cli-web-*` commands (`cli-web-futbin`, `cli-web-gh-trending`,
`cli-web-reddit`, …). To install just one CLI instead, install it directly:

```bash
uvx cli-web-gh-trending repos list      # zero-install, runs immediately
pipx install cli-web-futbin             # or install a single CLI persistently
```

See the [monorepo README](https://github.com/ItamarZand88/CLI-Anything-WEB) for
the full list of CLIs and usage.
