Metadata-Version: 2.1
Name: mpyl
Version: 0.0.22
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
Requires-Dist: jsonschema (==4.17.0)
Requires-Dist: mypy (==1.1.1)
Requires-Dist: gitpython (==3.1.30)
Requires-Dist: ruamel.yaml (==0.17.21)
Requires-Dist: kubernetes (==25.3.0)
Requires-Dist: junitparser (==2.8.0)
Requires-Dist: pyjwt (==2.5.0)
Requires-Dist: cryptography (==39.0.2)
Requires-Dist: python-on-whales (==0.59.0)
Requires-Dist: pygithub (==1.58.0)
Requires-Dist: slack-sdk (==3.20.0)
Requires-Dist: atlassian-python-api (==3.36.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: rich (==13.3.2)
Requires-Dist: jenkinsapi (==0.3.13)
Requires-Dist: requests (==2.28.2)
Requires-Dist: pyaml-env (==1.2.1)
Requires-Dist: aiohttp (==3.8.4)
Requires-Dist: python-dotenv (==1.0.0)

# 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)
![coverage](https://camo.githubusercontent.com/2cbb43d8fa7aae526e37e2528d7b084de2af1162440c1aec91e57dd399d65b45/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6465253230436f7665726167652d37382532352d79656c6c6f773f7374796c653d666c6174)
[![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.

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

