Metadata-Version: 2.4
Name: pl-ci-cd
Version: 0.0.67
Summary: Continuous integration and continuous deployment of python projects.
Author: Peter Lavigne
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pl-run-program>=0.0.30
Requires-Dist: pl-user-io>=0.0.18
Requires-Dist: typer==0.21.1
Requires-Dist: pl-mocks-and-fakes>=0.0.30
Requires-Dist: pl-tiny-clients>=0.0.42
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/Peter-Lavigne/pl-ci-cd
Project-URL: Repository, https://github.com/Peter-Lavigne/pl-ci-cd
Description-Content-Type: text/markdown

# pl-ci-cd

Continuous integration and continuous deployment of python projects.

## Installation

Install ruff, pyright, pytest, and pytest-cov in your uv project.

(Optional) Install pl-ci-cd as a CLI tool:

```bash
uv tool install pl-ci-cd
```

## Usage

Run with uvx:

```bash
uvx --from pl-ci-cd check
```

Run as a CLI tool:

```bash
check
```

## License

Licensed under the Apache License 2.0. See [LICENSE](./LICENSE).
