Metadata-Version: 2.1
Name: snakemake
Version: 9.20.0
Summary: Workflow management system to create reproducible and scalable data analyses
Author-email: Johannes Köster <johannes.koester@uni-due.de>
Project-URL: Homepage, https://snakemake.github.io
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: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: pep
Provides-Extra: reports
Provides-Extra: all
License-File: LICENSE.md

  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.
