/python-cicd

Python CI/CD buzzwords generator

Primary LanguagePython

python-cicd-buzz

This is a python CI/CD buzzwords generator based at paper "How to build a modern CI/CD pipeline" publicated at Medium by Rob van der Leek;

This repo have the following content:

.
├── buzz
│   ├── generator.py         # The buzz words generator
│   └── __init__.py
├── requirements.txt         # Requeriments files, You know... to install stuffs
└── tests
    └── test_generator.py    # Sample test using pytest

References: