Python ci-cd

Open-source Python projects categorized as ci-cd

Top 23 Python ci-cd Projects

  1. Astra

    Automated Security Testing For REST API's

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. KiBot

    KiCad automation utility

  4. 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.

  5. 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-01

    Some of my customizations were inspired by my patterns at https://github.com/PaulDuvall/ai-development-patterns.

  6. 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

  7. databricks-nutter-repos-demo

    Demo of using the Nutter for testing of Databricks notebooks in the CI/CD pipeline

  8. 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-09

    https://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:

  9. 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: Pydantic-AI-production-ready-template | news.ycombinator.com | 2025-12-01
  10. aws-openai

    Example ChatGPT chatbots using Langchain and OpenAI

    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.

  11. action-translate-readme

    Free GPT Auto Generate and Translate the README in Multiple Languages via CI/CD

  12. 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.

    Project mention: Termux App Store — A TUI Package Manager for Termux | dev.to | 2026-05-09

    Demo / Screenshots: https://github.com/djunekz/termux-app-store

  13. 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
  14. ImportSpy

    Runtime validation for Python modules. Enforce compliant environments, prevent unsafe imports.

  15. 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
  16. 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-03

    git 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:

  17. openai-embeddings

    OpenAI chatGPT hybrid search and retrieval augmented generation

    Project mention: Python OpenAI API create Pinecone embeddings from PDF documents and RAG examples | news.ycombinator.com | 2025-07-28
  18. skivvy

    JSON-native, CLI-first integration tests for HTTP APIs

    Project mention: API tests as files instead of Postman collections (Skivvy) | news.ycombinator.com | 2026-03-16
  19. gha-failure-analysis

    Automated AI-powered root cause analysis for GitHub Actions workflow failures.

    Project mention: Show HN: GitHub Action that analyzes CI failures using AI | news.ycombinator.com | 2026-01-26
  20. llm-test-mate

    A simple testing framework to evaluate and validate LLM-generated content using string similarity, semantic similarity, and model-based evaluation.

  21. 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
  22. vaultscan-community

    Privacy-first secret leak detection tool for DevOps and security teams. Built for scalable, offline-first scanning with future enterprise expansion plans.

  23. 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-03

    I’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

  24. bluish

    Another CI/CD tool

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python ci-cd discussion

Log in or Post with

Python ci-cd related posts

  • Why I built an AI repair loop that stops after one fix on purpose

    1 project | dev.to | 29 May 2026
  • Show HN: Envsleuth – catch missing env vars before they reach production

    1 project | news.ycombinator.com | 23 Apr 2026
  • I Built a Governance Layer That Works Across Claude Code, Codex, and Gemini CLI

    1 project | dev.to | 3 Apr 2026
  • I analyzed 10 major OSS repos for development drift – every one had issues"

    1 project | news.ycombinator.com | 17 Mar 2026
  • What 10 Open Source Repos Reveal About Development Drift in the AI Era

    2 projects | dev.to | 17 Mar 2026
  • Show HN: PipeStep – Step-through debugger for GitHub Actions workflows

    1 project | news.ycombinator.com | 12 Mar 2026
  • Show HN: Nod – A protocol for agent-to-agent security handshakes

    2 projects | news.ycombinator.com | 3 Feb 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?