Metadata-Version: 2.1
Name: snakemake
Version: 7.20.0
Summary: Workflow management system to create reproducible and scalable data analyses
Author: Johannes Köster
Author-email: johannes.koester@tu-dortmund.de
License: MIT
Project-URL: Documentation, https://snakemake.readthedocs.io
Project-URL: Source, https://github.com/snakemake/snakemake
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/plain
Provides-Extra: google-cloud
Provides-Extra: messaging
Provides-Extra: pep
Provides-Extra: reports
License-File: LICENSE.md
License-File: AUTHORS.rst


Snakemake is a workflow management system that aims to reduce the
complexity of creating workflows by providing a fast and comfortable
execution environment, together with a clean and modern specification
language in python style. Snakemake workflows are essentially Python
scripts extended by declarative code to define rules. Rules describe
how to create output files from input files.
