Metadata-Version: 2.4
Name: opstuff
Version: 0.1.2
Summary: Ops utilties in Python
Author: Sasha Ovsankin
Author-email: Sasha Ovsankin <sasha@ovsankin.com>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: cyclopts>=3.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: rich>=15.0.0
Requires-Dist: toml>=0.10.2
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/SashaOv/opstuff
Project-URL: Repository, https://github.com/SashaOv/opstuff
Project-URL: Issues, https://github.com/SashaOv/opstuff/issues
Description-Content-Type: text/markdown

# OpStuff

Utilities useful for DevOps.

Currently: only Vault

## Installation

`uv tool install opstuff` or `pip install opstuff`

This would install the library and the `opst` command-line tool.

## Vault

This command allows you to store secrets separately from your code, in a so-called "Vault" file, and set environment variables you select, to these secrets, for use in your code.

```
opst vault status      # show config
opst vault setup       # materialize secrets (alias: set)
opst vault manual      # full documentation
```

`opst vault --help` for more details.

## License

MIT — see [LICENSE](LICENSE).
