Metadata-Version: 2.4
Name: pyvolt-cli
Version: 0.0.1
Summary: The command-line companion to pyvolt: managed Python deployments on infrastructure you actually own.
Project-URL: Homepage, https://pyvolt.com
Project-URL: Repository, https://github.com/pyvolt-hq/pyvolt-cli
Project-URL: Issues, https://github.com/pyvolt-hq/pyvolt-cli/issues
Author-email: Will Abbott <will@digitaloutback.co.uk>
Maintainer-email: PyVolt HQ <will@digitaloutback.co.uk>
License: MIT
License-File: LICENSE
Keywords: deployment,digitalocean,django,fastapi,flask,hetzner,paas,python,vps
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pyvolt-cli

The terminal companion to [pyvolt](https://pyvolt.com): managed Python deployments on infrastructure you actually own.

## Status

This is a **placeholder release (0.0.1)**. It installs the `pyvolt` command onto `$PATH` and prints a "coming soon" banner. Real subcommands (`pyvolt deploy`, `pyvolt logs`, `pyvolt scale`, and friends) land in a future release.

Follow along at:

- Website: <https://pyvolt.com>
- Repository: <https://github.com/pyvolt-hq/pyvolt-cli>
- Issues: <https://github.com/pyvolt-hq/pyvolt-cli/issues>

## Install

```bash
pip install pyvolt-cli
```

The distribution name on PyPI is `pyvolt-cli`; the installed command on your `$PATH` is `pyvolt`.

## Verify

```bash
pyvolt
```

Prints the version banner. If you see it, the entry point is wired correctly.

## Requires

Python 3.10 or newer.

## License

MIT. See [LICENSE](LICENSE).
