Metadata-Version: 2.1
Name: pipeline-name
Version: 0.0.2
Project-URL: Documentation, https://github.com/Wytamma/snk-pipeline-package-example#readme
Project-URL: Issues, https://github.com/Wytamma/snk-pipeline-package-example/issues
Project-URL: Source, https://github.com/Wytamma/snk-pipeline-package-example
Author-email: Wytamma Wirth <wytamma.wirth@me.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: snk
Description-Content-Type: text/markdown

# Pipeline Name

[![PyPI - Version](https://img.shields.io/pypi/v/pipeline-name.svg)](https://pypi.org/project/pipeline-name)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pipeline-name.svg)](https://pypi.org/project/pipeline-name)

-----

## Installation

```console
pip install pipeline-name
```

## About 

This is an example package showing how to use [snk](https://snk.wytamma.com/) to build self contained tools Snakemake pipeline tools. See [Pipeline Packages](https://snk.wytamma.com/pipeline_packages/) docs for more details.

## License

`pipeline-name` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
