Last updated:
0 purchases
PythonDevOps 0.19
Python_CI_CD_Test
This is an example project demostrating how to use Devops (CircleCi,Travis,GitLab) in Python.
Installation
Run the following to install:
'''python
pip install PythonDevOps
'''
...
Usage
'''python
from helloworld import hello
Generate hello message
hello()
Usage
'''python
from calculator import add
Generate Add Calculate
add(2,3)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.