Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 890 Bytes

File metadata and controls

42 lines (25 loc) · 890 Bytes

engine-python 🐍

This repository is a simple showcase of how to build a Python project using engine-ci.


What’s Inside

  • Example Python FlaskAPI project (app.py)
  • Minimal Engine-CI pipeline definition (.containifyci)
  • Ready-to-run build steps for testing and packaging

Quick Start

1. Install Engine-CI

go install github.com/containifyci/engine-ci@latest

2. Build the Project

Run the following command from the repository root:

engine-ci run

This will:

  • Run the Python build/test pipeline defined by engine-ci

Learn More