Metadata-Version: 2.1
Name: mpyl
Version: 0.0.7
Summary: Modular Pipeline Library
Home-page: https://vandebron.github.io/mpyl
Author: Vandebron Energie BV
Project-URL: Documentation, https://vandebron.github.io/mpyl
Project-URL: Source, https://github.com/Vandebron/mpyl
Project-URL: Tracker, https://github.com/Vandebron/mpyl/issues
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Modular Pypeline Library
[![python](https://img.shields.io/badge/Python-3.9-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
![build-and-test-module](https://github.com/Vandebron/pympl/actions/workflows/build-package.yml/badge.svg?branch=main)
[![publish-documentation](https://github.com/Vandebron/mpyl/actions/workflows/docs.yml/badge.svg?branch=main)](https://vandebron.github.io/mpyl)
[![version](https://img.shields.io/github/v/tag/Vandebron/pympl.svg?color=blue&include_prereleases=&sort=semver)](https://pypi.org/project/mpyl/)
[![package downloads](https://img.shields.io/pypi/dw/mpyl.svg)](https://pypi.org/project/mpyl)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)


# What is MPyL?

MPyL stands for Modular Pipeline Library (in Python).

This library is loosely based on the principles described in https://www.jenkins.io/blog/2019/01/08/mpl-modular-pipeline-library/
but completely independent of Jenkins or any other CI/CD platform.
It's mission statement is described [here](./README-motivation.md).

###  📚 Documentation
Detailed, searchable, documentation can be found at [https://vandebron.github.io/mpyl](https://vandebron.github.io/mpyl)
