Metadata-Version: 2.4
Name: zerct
Version: 0.1.9
Summary: Deploy Rust backends and static frontends to Zerct.
Project-URL: Homepage, https://zerct.com
Project-URL: Repository, https://github.com/Zerct/zerct
Project-URL: Issues, https://github.com/Zerct/zerct/issues
Author: Zerct
License-Expression: MIT
Keywords: backend,deploy,hosting,rust,zerct
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# zerct

Python CLI package for deploying Rust backends and static frontends to Zerct.

```sh
pipx install zerct
zerct init
zerct doctor
zerct deploy
```

From a full-stack repo root, `zerct deploy` discovers nested `zerct.toml` files
and deploys the whole workspace in one command.

The npm package remains the primary first install path:

```sh
npx @zerct/zerct deploy
```

On first deploy, the CLI opens browser login, waits for GitHub or Google, stores
the Zerct session in the OS credential store when available, and continues the
deploy. Later commands reuse that session.
