Metadata-Version: 2.1
Name: laz
Version: 0.0.1a12
Summary: CLI tool to configure and run parameterized actions against targets.
Author: Josh Wycuff
Author-email: Josh.Wycuff@gmail.com
Requires-Python: >=3.8,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Jinja2 (>=3,<4)
Requires-Dist: PyYAML (>=6,<7)
Requires-Dist: boto3[aws]
Description-Content-Type: text/markdown

# Laz

A CLI tool to configure and run parameterized actions against targets.

## Installation

Laz currently requires Python 3.8+.

```shell
pip3 install --user laz
```

You can check your installation by running:

```shell
laz version
```

## Documentation

[https://joshwycuff.github.io/py-laz/](https://joshwycuff.github.io/py-laz/)

