Metadata-Version: 2.1
Name: putki
Version: 2022.12.30
Summary: Pipeline (Finnish: putki) - discovering and executing a specific task description.
Author-email: Stefan Hagen <stefan@hagen.link>
Maintainer-email: Stefan Hagen <stefan@hagen.link>
Project-URL: Homepage, https://git.sr.ht/~sthagen/putki
Project-URL: Bug-Tracker, https://todo.sr.ht/~sthagen/putki
Project-URL: Documentation, https://codes.dilettant.life/docs/putki
Project-URL: Source-Code, https://git.sr.ht/~sthagen/putki
Project-URL: Test-Coverage, https://codes.dilettant.life/coverage/putki
Keywords: developer-tools,devops
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer (>=0.7.0)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: hypothesis ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-flake8 ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'

# Putki

Pipeline (Finnish: putki) - discovering and executing a specific task description.

[License: MIT](https://git.sr.ht/~sthagen/putki/tree/default/item/LICENSE)

Third party dependencies are documented in the folder [third-party](third-party/README.md).

[![version](https://img.shields.io/pypi/v/putki.svg?style=flat)](https://pypi.python.org/pypi/putki/)
[![downloads](https://pepy.tech/badge/putki/month)](https://pepy.tech/project/putki)
[![wheel](https://img.shields.io/pypi/wheel/putki.svg?style=flat)](https://pypi.python.org/pypi/putki/)
[![supported-versions](https://img.shields.io/pypi/pyversions/putki.svg?style=flat)](https://pypi.python.org/pypi/putki/)
[![supported-implementations](https://img.shields.io/pypi/implementation/putki.svg?style=flat)](https://pypi.python.org/pypi/putki/)

## Documentation

User and developer [documentation of putki](https://codes.dilettant.life/docs/putki).

## Bug Tracker

Feature requests and bug reports are best entered in the [todos of putki](https://todo.sr.ht/~sthagen/putki).

## Primary Source repository

The primary source of `putki` lives somewhere on a mountain in Central Switzerland.
But, we use decentralized version control (git), so any clone can become the source to everyone's benefit, no central only code.
Anyway, the preferred public clones of `putki` are:

* [on codeberg](https://codeberg.org/sthagen/putki) - a democratic community-driven, non-profit software development platform operated by Codeberg e.V.
* [at sourcehut](https://git.sr.ht/~sthagen/putki) - a collection of tools useful for software development.

# Status

Experimental.

**Note**: The default branch is `default`. 
