Metadata-Version: 2.1
Name: sweet-pipes
Version: 0.1.0
Summary: project_description
Home-page: https://github.com/fkodom/sweet-pipes
Author: Frank Odom
Author-email: frank.odom.iii@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: all
License-File: LICENSE

# sweet-pipes

## Install

```bash
pip install "sweet-pipes @ git+ssh://git@github.com/fkodom/sweet-pipes.git"

# Install all dev dependencies (tests etc.)
pip install "sweet-pipes[all] @ git+ssh://git@github.com/fkodom/sweet-pipes.git"

# Setup pre-commit hooks
pre-commit install
```


## Test

Tests run automatically through GitHub Actions.
* Fast tests run on each push.
* Slow tests (decorated with `@pytest.mark.slow`) run on each PR.


## Release

[Optional] Requires either PyPI or Docker GHA workflows to be enabled.

Just tag a new release in this repo, and GHA will automatically publish Python wheels and/or Docker images.
