SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python ci-cd Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
pypyr automation task runner
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
-
ai-development-patterns
A comprehensive collection of AI development patterns for building software with AI assistance, organized by implementation maturity and development lifecycle phases. Includes Foundation, Development, and Operations patterns with practical examples and anti-patterns.
Project mention: Customizing Claude Code: What I Learned from Losing Everything | dev.to | 2025-09-01Some of my customizations were inspired by my patterns at https://github.com/PaulDuvall/ai-development-patterns.
-
slowql
SQL static analyzer for performance, security, compliance and cost. 272 rules. Completely offline. Works in CI pipelines.
Project mention: SlowQL – stop bad SQL before it reaches production | news.ycombinator.com | 2026-03-09- Quality (30 rules): naming, deprecated syntax, style
171 rules total. 873 tests. Zero telemetry. Your SQL never leaves your machine.
pip install slowql && slowql
I spent serious time on the terminal experience — health score gauge, severity heat map, keyboard navigation. It sounds like a detail but it drives actual adoption.
GitHub: https://github.com/makroumi/slowql
-
databricks-nutter-repos-demo
Demo of using the Nutter for testing of Databricks notebooks in the CI/CD pipeline
-
Veritensor
The Anti-Virus for AI Artifacts & RAG Firewall. A static analysis tool scanning Models and Notebooks for RCE, Datasets and RAG docs for Data Poisoning, PII, and Prompt Injections. Secure your AI Supply Chain. (by arsbr)
Project mention: Recomendation for open-source tool for the AI supply chain security | news.ycombinator.com | 2026-02-09https://github.com/arsbr/Veritensor
The goal is to help teams secure the AI/ML supply chain as models, datasets, and tooling increasingly come from third parties.
What it currently does:
-
pydantic-ai-production-ready-template
🚀 Production-ready template for building AI applications with Pydantic AI, FastAPI, PostgreSQL, Redis, LiteLLM, and comprehensive monitoring. Includes admin panel, CI/CD, testing, and observability out of the box.
-
Project mention: AWS Serverless implementation of all of the OpenAI API documentation examples | news.ycombinator.com | 2025-07-30
A React + AWS Serverless + OpenAI Python PyPi full stack implementation of all of the [example applications](https://platform.openai.com/docs/examples) found in the official OpenAI API documentation. See this [system architectural diagram](https://github.com/FullStackWithLawrence/aws-openai/blob/mai...) for details.
-
action-translate-readme
Free GPT Auto Generate and Translate the README in Multiple Languages via CI/CD
-
termux-app-store
TUI & CLI package manager for Termux on Android. Browse, build, and install community tools from source — offline, SHA256-verified, no root. Like AUR but for Termux.
Demo / Screenshots: https://github.com/djunekz/termux-app-store
-
jumpstarter
Hardware testing for the software world. Real or virtual, local or remote, human, automated or agentic. (by jumpstarter-dev)
Project mention: Show HN: Cloud CI and agentic workflows for embedded hardware development | news.ycombinator.com | 2026-06-01 -
ImportSpy
Runtime validation for Python modules. Enforce compliant environments, prevent unsafe imports.
-
pipestep
Interactive CI pipeline debugger. Step through GitHub Actions workflows locally with Docker.
Project mention: Show HN: PipeStep – Step-through debugger for GitHub Actions workflows | news.ycombinator.com | 2026-03-12 -
delimit-mcp-server
Govern AI coding across Claude Code, Codex, Cursor, and Gemini CLI. Breaking-change detection, deploy gates, and multi-model consensus — delivered as MCP server, CLI, and GitHub Action.
Project mention: I Built a Governance Layer That Works Across Claude Code, Codex, and Gemini CLI | dev.to | 2026-04-03git clone https://github.com/delimit-ai/delimit-mcp-server cd delimit-mcp-server python3 demos/cross_model_handoff.py It walks through a /users API migration:
-
Project mention: Python OpenAI API create Pinecone embeddings from PDF documents and RAG examples | news.ycombinator.com | 2025-07-28
-
Project mention: API tests as files instead of Postman collections (Skivvy) | news.ycombinator.com | 2026-03-16
-
Project mention: Show HN: GitHub Action that analyzes CI failures using AI | news.ycombinator.com | 2026-01-26
-
llm-test-mate
A simple testing framework to evaluate and validate LLM-generated content using string similarity, semantic similarity, and model-based evaluation.
-
PromptDrifter
PromptDrifter – one‑command CI guardrail that catches prompt drift and fails the build when your LLM answers change.
Project mention: Show HN: PromptDrifter – stop merging mystery prompt regressions | news.ycombinator.com | 2025-07-24 -
vaultscan-community
Privacy-first secret leak detection tool for DevOps and security teams. Built for scalable, offline-first scanning with future enterprise expansion plans.
-
nod
nod is a platform-agnostic, rule-based linter that ensures AI/LLM specifications contain critical security and compliance elements before any agentic or automated development begins. (by mraml)
Project mention: Show HN: Nod – A protocol for agent-to-agent security handshakes | news.ycombinator.com | 2026-02-03I’ve been thinking about the supply-chain risks in autonomous agent networks. When Agent A hires Agent B to perform a task, how does it verify the other agent's safety boundaries without a human in the loop?
I’m using nod (https://github.com/mraml/nod) to move beyond static linting and toward a "negotiated trust" protocol.
Instead of just checking for code quality, agents can use nod to perform a kind of cryptographic handshake:
The "Host" agent generates a custom rules.yaml (a contract) defining its redlines (e.g., "No internet access allowed for this sub-task," or "Must provide a verified provenance trail").
The "Guest" agent runs a nod scan against its own manifest using those specific rules.
The Guest returns a signed compliance report.
This turns security into a programmable primitive. Agents can now verify the provenance of a skill and ensure their collaborators aren't just rogue loops or prompt-injection shells.
I've shared a rule set here that focuses on three core pillars:
Provenance Trails: Verifying the identity and audit trail of a skill.
Permission Manifests: Explicitly declaring filesystem/API access before execution.
Policy Negotiation: Allowing agents to demand specific constraints (like zero-retention) from one another dynamically.
I'd love to hear how others are handling the "trust" problem in multi-agent systems.
Repo: https://github.com/mraml/nod
-
Python ci-cd discussion
Python ci-cd related posts
-
Why I built an AI repair loop that stops after one fix on purpose
-
Show HN: Envsleuth – catch missing env vars before they reach production
-
I Built a Governance Layer That Works Across Claude Code, Codex, and Gemini CLI
-
I analyzed 10 major OSS repos for development drift – every one had issues"
-
What 10 Open Source Repos Reveal About Development Drift in the AI Era
-
Show HN: PipeStep – Step-through debugger for GitHub Actions workflows
-
Show HN: Nod – A protocol for agent-to-agent security handshakes
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Index
What are some of the best open-source ci-cd projects in Python? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Astra | 2,643 |
| 2 | KiBot | 717 |
| 3 | pypyr automation task runner | 640 |
| 4 | ai-development-patterns | 457 |
| 5 | slowql | 188 |
| 6 | databricks-nutter-repos-demo | 152 |
| 7 | Veritensor | 80 |
| 8 | pydantic-ai-production-ready-template | 79 |
| 9 | aws-openai | 69 |
| 10 | action-translate-readme | 55 |
| 11 | termux-app-store | 55 |
| 12 | jumpstarter | 37 |
| 13 | ImportSpy | 24 |
| 14 | pipestep | 20 |
| 15 | delimit-mcp-server | 18 |
| 16 | openai-embeddings | 16 |
| 17 | skivvy | 13 |
| 18 | gha-failure-analysis | 10 |
| 19 | llm-test-mate | 10 |
| 20 | PromptDrifter | 9 |
| 21 | vaultscan-community | 8 |
| 22 | nod | 7 |
| 23 | bluish | 5 |