Metadata-Version: 2.4
Name: pulse-vault
Version: 0.1.0
Summary: DNSPulse Pulse-Vault CLI installer — fetches the official Go binary from GitHub Releases.
Author: DNSPulse / Z3r0s
License: MIT
Project-URL: Homepage, https://dnspulse.org
Project-URL: Documentation, https://github.com/Z3r0s/Pulse-Vault/blob/main/docs/DISTRIBUTE.md
Project-URL: Repository, https://github.com/Z3r0s/Pulse-Vault
Project-URL: Issues, https://github.com/Z3r0s/Pulse-Vault/issues
Project-URL: Releases, https://github.com/Z3r0s/Pulse-Vault/releases
Project-URL: Why Go, https://github.com/Z3r0s/Pulse-Vault/blob/main/docs/WHY_GO.md
Keywords: encryption,vault,privacy,offline,dnspulse,pulse-vault
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pulse-vault (PyPI)

**This is not the retired Python vault.**

`pip install pulse-vault` installs a small launcher from [DNSPulse](https://dnspulse.org). On first run it downloads the official **Go** CLI from [GitHub Releases](https://github.com/Z3r0s/Pulse-Vault/releases), checks `SHA256SUMS`, and execs that binary.

```bash
pip install pulse-vault
pulse-vault version
pulse-vault create demo.pulsevault --password 'choose-a-strong-password'
```

Override the binary if you already built it:

```bash
set PULSE_VAULT_BIN=C:\path\to\pulse-vault.exe   # Windows
export PULSE_VAULT_BIN=/usr/local/bin/pulse-vault
```

Do **not** install [`legacy/python/`](../../legacy/python/). That tree is an archive.

Publish walkthrough: [docs/DISTRIBUTE.md](../../docs/DISTRIBUTE.md).
