Metadata-Version: 2.4
Name: snakedeploy
Version: 0.14.0
Summary: Deployment and maintenance related toolbox for Snakemake
Project-URL: Homepage, https://snakedeploy.readthedocs.io
Project-URL: Repository, https://github.com/snakemake/snakedeploy
Project-URL: Documentation, https://snakedeploy.readthedocs.io
Author-email: Johannes Koester <johannes.koester@uni-due.de>, Vanessa Sochat <vsochat@stanford.edu>
License-Expression: MPL-2.0
License-File: LICENSE
Requires-Python: <3.13,>=3.11
Requires-Dist: jinja2>=3.1.6
Requires-Dist: packaging>=25.0
Requires-Dist: pandas>=2.3.1
Requires-Dist: pygithub>=2.6.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.4
Requires-Dist: reretry>=0.11.8
Requires-Dist: toml>=0.10.2
Description-Content-Type: text/markdown

# SnakeDeploy

[![PyPI version](https://badge.fury.io/py/snakedeploy.svg)](https://badge.fury.io/py/snakedeploy)

![https://raw.githubusercontent.com/snakemake/snakedeploy/main/img/snakedeploy.png](https://raw.githubusercontent.com/snakemake/snakedeploy/main/img/snakedeploy.png)

Deploy a snakemake pipeline from GitHub.

## Getting Started

SnakeDeploy is a command line and interactive Python client
to easily deploy snakemake pipelines from version control like GitHub.
For getting started and a basic tutorial, see the documentation at 
[snakedeploy.readthedocs.io](https://snakedeploy.readthedocs.io).


## License

 * Free software: MPL 2.0 License
 * `snakedeploy/conda_version.py`: the [source](https://github.com/conda/conda/raw/23.1.0/conda/models/version.py) of this file is distributed under the BSD 3-clause license by Anaconda Inc.