Metadata-Version: 2.4
Name: proxyhubb-provider
Version: 0.1.0
Summary: Download and run ProxyHubb provider-cli / provider-node binaries
Author: ProxyHubb
License: MIT
Project-URL: Homepage, https://proxyhubb.com
Project-URL: Repository, https://github.com/samuel-1-avson/ProxySocialHub
Keywords: proxyhubb,provider,cli,provider-node
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# proxyhubb-provider

Thin PyPI wrapper that downloads official **provider-cli** / **provider-node** binaries from
`GET /v1/cli/download` and proxies CLI arguments.

```bash
pip install proxyhubb-provider
proxyhubb-provider doctor
# or
pipx run proxyhubb-provider doctor
```

| Command | Behavior |
|---------|----------|
| `proxyhubb-provider install` | Force re-download binary, print path |
| `proxyhubb-provider path` | Ensure cached binary exists, print path |
| `proxyhubb-provider …` | Forward args to `provider-cli` |
| `proxyhubb-provider --daemon …` | Forward to `provider-node` |

Env: `PROXYHUBB_API_URL` (default `https://api.proxyhubb.com`), `PROXYHUBB_CLI_VERSION`.

There is no separate “seller CLI” — sellers are providers. Automate listings with `pip install proxyhubb`.
