Skip to content

matcampos/python-cicd-buzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Python CI/CD buzzwords generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.7%
  • Shell 11.0%
  • Dockerfile 9.3%