hydro_cli 0.3.0

Hydro Deploy Command Line Interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "hydro-deploy"
authors = []
description = "A toolkit for deploying Hydro services to cloud platforms."
readme = "README.md"
dependencies = []
requires-python = ">=3.7"

[build-system]
requires = ["maturin>=1.0.0"]
build-backend = "maturin"

[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "hydro._core"

[project.scripts]
hydro = "hydro.cli:cli"