Metadata-Version: 2.4
Name: droppass-cli
Version: 0.1.5
Summary: droppass CLI distributed via pip
Author: AFK Surf
License-Expression: LicenseRef-UNLICENSED
Project-URL: Homepage, https://github.com/AFK-surf/droppass
Project-URL: Repository, https://github.com/AFK-surf/droppass
Keywords: droppass,cli,secrets,agent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# droppass-cli

Install globally with pip:

```bash
pip install droppass-cli
```

The package ships a Python launcher plus prebuilt `droppass` binaries for the
same targets as the standalone release assets:

- `darwin-x64`
- `darwin-arm64`
- `linux-x64`
- `linux-arm64`
- `linux-arm`
- `win32-x64`
- `win32-arm64`

The launcher selects the matching embedded binary at runtime.

Maintainer release flow:

```bash
cd cli
node ./scripts/build-pip-package.mjs
python3 -m build --outdir ./dist/pip/dist ./dist/pip/package
```

CI publishes the package to PyPI from `v*` tags. See `cli/RELEASING.md`
for the full release workflow.
