Skip to main content

AI-powered DevOps automation CLI โ€” scan, deploy, diagnose, and document any project.

Project description

๐Ÿค– AutoDevOps AI

An AI-powered DevOps automation CLI โ€” scan, deploy, diagnose, and document any project. Now live on PyPI.

Python License PyPI PyPI Downloads Status


๐Ÿ“– Table of Contents


๐ŸŒŸ Overview

AutoDevOps AI is an intelligent, multi-agent DevOps automation platform distributed as a global Python CLI. It scans your project, understands your tech stack, and autonomously:

  • ๐Ÿ” Scans your repository to detect languages, frameworks, databases, and infrastructure
  • ๐Ÿง  Plans deployment strategies using AI (multi-agent Planner)
  • ๐Ÿ”— Integrates deeply with GitHub (auth, repos, commits, PRs, secrets, releases)
  • ๐Ÿš€ Deploys to local environments, AWS, Azure, and GCP
  • ๐Ÿ”ง Diagnoses CI/CD and deployment failures with root-cause AI analysis
  • ๐Ÿ“„ Generates full documentation, runbooks, and API docs
  • ๐Ÿ›ก๏ธ Secures pipelines with secret detection and dependency scanning
  • ๐Ÿ’ฐ Optimizes cloud costs with actionable recommendations
  • ๐Ÿฉบ Doctor mode scores your project across 5 health dimensions
  • ๐Ÿ—บ๏ธ Roadmap mode generates a prioritized improvement plan

๐Ÿ†• What's New in v0.1.1

  • โœ… Published to PyPI โ€” pip install autodevops-ai works globally
  • โœ… Interactive REPL Shell โ€” Claude/Gemini-style shell with slash commands, tab-completion, and persistent history
  • โœ… autodevops doctor โ€” project health scoring across Code, Security, Tests, Docs, and Deployment Readiness
  • โœ… autodevops roadmap โ€” AI-generated step-by-step improvement roadmap with time estimates
  • โœ… autodevops undo โ€” restore files from the last backup session
  • โœ… autodevops run โ€” multi-agent planner for high-level natural-language goals
  • โœ… autodevops security โ€” full secret detection, dependency scanning, .env auditing
  • โœ… autodevops cost โ€” cloud cost analysis and optimization recommendations
  • โœ… GitHub sub-commands โ€” commit, push, pull, pr, branch, release, review-pr, git-status, secrets
  • โœ… Generate sub-commands โ€” pipeline, dockerfile, code
  • โœ… AI Providers โ€” OpenAI, Anthropic, Google Gemini, Ollama (local) with exponential-backoff retry
  • โœ… Core Engine โ€” Chunker, Context, Memory, Streaming, Audit, Backup, Next-Actions

โœจ Features

Feature Description
๐Ÿ” Project Scanner Detects languages, frameworks, Docker, K8s, Terraform, DBs, CI/CD, and cloud SDKs
๐Ÿงฉ Chunking Engine Splits large repos into LLM-processable chunks with summaries
๐Ÿง  Context Engine Builds rich AI context from scan + user request + chunks
๐Ÿ’ฌ AI Memory Maintains conversational context across shell session turns
๐Ÿ”— GitHub Integration Full GitHub automation: auth, repos, branches, commits, PRs, secrets, releases, reviews
๐Ÿค– AI Developer Assistant Ask, explain, generate, refactor, and review code via CLI
๐Ÿ“ Smart Commit Generator AI-generated commit messages, PR titles/descriptions, branch names, release notes
โš™๏ธ CI/CD Generator Generate pipelines for GitHub Actions, GitLab CI, Jenkins, Azure DevOps, CircleCI, Bitbucket
๐Ÿ–ฅ๏ธ Local Deployment Deploy to Windows/Linux/macOS, Docker Desktop, Minikube
โ˜๏ธ Cloud Deployment Deploy to AWS (Lambda/ECS/EKS), Azure (App Service/AKS), GCP (Cloud Run/GKE)
๐Ÿ”ง Troubleshooting Agent Diagnose failures from build, Docker, K8s, GitHub Actions, and cloud logs
๐Ÿ“„ Documentation Agent Generate README, architecture docs, API docs, runbooks
๐Ÿ›ก๏ธ Security Agent Secret detection, dependency scanning, pipeline and .env file checks
๐Ÿ’ฐ Cost Optimizer Analyze and reduce AWS, Azure, and GCP resource costs
๐Ÿฉบ Doctor Health score report across Code Quality, Security, Testing, Docs, Deployment Readiness
๐Ÿ—บ๏ธ Roadmap Prioritized, actionable improvement roadmap with commands and time estimates
โ†ฉ๏ธ Undo Rollback any AutoDevOps-generated file change via backup sessions
๐Ÿ–ฅ๏ธ Interactive REPL Shell Persistent shell with slash commands, tab-completion, and AI chat

๐Ÿ—๏ธ Architecture

AutoDevOps AI follows a Multi-Agent Architecture where each agent has a clear responsibility:

+โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€+
โ”‚                      AutoDevOps CLI                          โ”‚
โ”‚          (Typer-based, global `autodevops` command)          โ”‚
โ”‚        + Interactive REPL Shell (slash commands)             โ”‚
+โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€+
                           โ”‚
               โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
               โ”‚      Planner Agent    โ”‚
               โ”‚  (Multi-agent router) โ”‚
               โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                           โ”‚
    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
    โ”‚          โ”‚           โ”‚           โ”‚          โ”‚
โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”
โ”‚Scannerโ”‚ โ”‚Contextโ”‚ โ”‚Developer โ”‚ โ”‚  Git  โ”‚ โ”‚CI/CD   โ”‚
โ”‚ Agent โ”‚ โ”‚Engine โ”‚ โ”‚  Agent   โ”‚ โ”‚ Agent โ”‚ โ”‚ Agent  โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
    โ”‚          โ”‚           โ”‚           โ”‚          โ”‚
โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”
โ”‚Deploy โ”‚ โ”‚Troubleโ”‚ โ”‚   Doc    โ”‚ โ”‚Securitโ”‚ โ”‚  Cost  โ”‚
โ”‚ Agent โ”‚ โ”‚-shoot โ”‚ โ”‚  Agent   โ”‚ โ”‚  y    โ”‚ โ”‚ Agent  โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                           โ”‚
           โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
           โ”‚   Core Engine                โ”‚
           โ”‚  Chunker ยท Context ยท Memory  โ”‚
           โ”‚  Streaming ยท Audit ยท Backup  โ”‚
           โ”‚  NextActions ยท Models        โ”‚
           โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Agent Responsibilities

Agent Responsibility
Planner Agent Orchestrates task decomposition, intent classification, and agent delegation
Scanner Agent Rule-based project scanning โ€” detects stack, infra, CI/CD, cloud SDKs (no AI)
Context Engine Builds and optimizes AI context from scan results + chunked files
Developer Agent Code generation, explanation, refactoring, review
Git Agent Full GitHub API operations via PyGithub + gitpython
CI/CD Agent Jinja2-based pipeline generation for 6 platforms
Deployment Agent Local (native/Docker/Minikube) and cloud (AWS/Azure/GCP) automation
Documentation Agent Generates README, architecture docs, API docs, runbooks
Troubleshooting Agent Root-cause analysis and fix generation from logs
Security Agent Secret detection, dependency scanning, pipeline and env file checks
Cost Optimization Agent Cloud cost analysis (AWS/Azure/GCP) and right-sizing recommendations

๐Ÿ› ๏ธ Tech Stack

Category Libraries
CLI Framework typer, rich
Interactive Shell prompt_toolkit (REPL with autocomplete + history)
Data Validation pydantic, pydantic-settings
AI / LLM openai, anthropic, google-generativeai + Ollama (local)
Git / GitHub gitpython, PyGithub
Containers docker (Docker SDK)
Cloud (Optional) boto3 (AWS), azure-mgmt-* + azure-identity, google-cloud-run
Kubernetes (Optional) kubernetes
Templating jinja2 (CI/CD pipeline templates)
Storage tinydb (project memory/history)
HTTP httpx, requests
File Analysis pathspec
Token Counting tiktoken
Secret Storage keyring (OS keychain)
Config python-dotenv
Testing pytest, pytest-cov, pytest-asyncio
Packaging setuptools, build, twine

๐Ÿ“ฆ Installation

# Install globally from PyPI
pip install autodevops-ai

# Verify installation
autodevops --version

# Run the first-time setup wizard
autodevops setup

# Initialize in your project
autodevops init

โš™๏ธ Initial Configuration

After installing, run the setup wizard or configure manually:

1. First-Time Setup Wizard (Recommended)

autodevops setup

Interactive wizard that configures AI provider keys, GitHub authentication, and project settings in one guided flow.

2. Set AI Provider API Key Manually

# OpenAI (Default)
autodevops config set openai_api_key sk-xxxxxxxxxxxxxxxxxxxx

# Anthropic Claude
autodevops config set anthropic_api_key sk-ant-xxxxxxxxxxxx
autodevops config set default_provider anthropic

# Google Gemini
autodevops config set google_api_key AIzaSy-xxxxxxxxxxxxxxxx
autodevops config set default_provider google

# Local Ollama (no API key needed)
autodevops config set default_provider ollama
autodevops config set ollama_model llama3

3. Connect GitHub

autodevops github connect
# Prompts for your GitHub Personal Access Token (PAT)
# Required scopes: repo, workflow, admin:repo_hook

๐Ÿ’ป CLI Commands

Core Commands

autodevops                        # Launch the interactive REPL shell (default)
autodevops setup                  # First-time setup wizard
autodevops init [--name <n>]      # Initialize AutoDevOps in current project
autodevops scan [--output table|json|file] [--save]   # Scan project stack
autodevops ask "<question>"       # Ask AI about your project
autodevops explain [architecture|code|deployment]     # Explain project via AI
autodevops diagnose               # AI root-cause analysis of failures
autodevops docs [--type all|readme|api|runbook|architecture|deployment]  # Generate docs
autodevops config <show|set|reset> [key] [value]      # Manage configuration
autodevops status [--env local|aws|azure|gcp|all]     # Check deployment status
autodevops doctor                 # Project health score report
autodevops roadmap                # AI-generated improvement roadmap
autodevops security [--checks all|secrets|dependencies|pipeline|env_files]  # Security scan
autodevops cost [--cloud aws|azure|gcp|all] [--days 30]  # Cloud cost analysis
autodevops run "<goal>"           # Multi-agent planner for natural-language goals
autodevops undo                   # Restore files from last backup session
autodevops shell                  # Explicitly launch interactive shell
autodevops --version              # Show version

GitHub Sub-Commands

autodevops github connect [--token <pat>]                     # Connect to GitHub
autodevops github status                                       # Enhanced git status + AI tip
autodevops github commit [-m "<msg>"] [--no-push] [-b <branch>]  # AI smart commit
autodevops github push [-b <branch>] [--force] [-u]           # Push to remote
autodevops github pull [-b <branch>] [--rebase]               # Pull from remote
autodevops github pr [--title "<t>"] [--base main] [--draft]  # Create pull request
autodevops github branch [description]                         # AI branch name generator
autodevops github secrets <list|set|delete> [name] [value]    # Manage GitHub secrets
autodevops github release [--tag v1.2.0]                      # AI release notes + CHANGELOG
autodevops github review-pr [<number>]                         # AI code review of a PR

Deploy Sub-Commands

autodevops deploy local [--env development] [--docker]        # Deploy locally
autodevops deploy [--cloud aws|azure|gcp] [--service <svc>] [--dry-run]  # Cloud deploy

Generate Sub-Commands

autodevops generate pipeline [--platform github-actions|gitlab|jenkins|azure-devops|circleci|bitbucket]
autodevops generate dockerfile
autodevops generate code "<description>" [--lang <language>] [-o <output>]

autodevops run Examples (Multi-Agent Planner)

autodevops run "deploy my FastAPI app to AWS ECS"
autodevops run "generate a GitHub Actions pipeline and create a PR"
autodevops run "scan project, fix security issues, and generate documentation"
autodevops run "create a release v1.0.0 with changelog" --dry-run

๐Ÿ–ฅ๏ธ Interactive Shell (REPL)

Run autodevops (no arguments) or autodevops shell to enter the interactive REPL โ€” a Claude CLI/Gemini CLI-style session.

Features:

  • Slash command execution with tab-completion
  • Persistent command history across sessions (~/.autodevops/shell_history)
  • Plain text โ†’ streamed AI answer with full project context
  • AI session memory (multi-turn conversation within the session)
  • Arrow key history navigation
  • Ctrl+C cancels the current line (does NOT exit)
  • Ctrl+D or /exit exits cleanly

Available slash commands:

Command Description
/help Show all available commands
/init Initialize AutoDevOps in this project
/scan Scan project stack
/doctor Project health score report
/roadmap Generate improvement roadmap
/undo Restore files from last backup
/ask <question> Ask AI (same as plain text)
/commit AI smart commit + push
/push Push to remote
/pull Pull from remote
/pr Create a pull request
/branch [description] AI branch name generator
/release [--tag v1.0.0] AI release notes + CHANGELOG
/review-pr [number] AI code review of a PR
/git-status Enhanced git status with AI recommendation
/secrets Manage GitHub secrets
/security Run security scan
/docs Generate documentation
/deploy Deploy project
/diagnose Diagnose failures
/cost Analyze cloud costs
/generate Generate files (pipeline, dockerfile, code)
/run <goal> Multi-agent planner goal
/connect Connect to GitHub
/status Check deployment status
/config Manage configuration
/history Show recent shell history
/session clear Clear AI conversation session
/clear Clear the screen
/exit or /quit Exit the AutoDevOps shell

๐Ÿ“ Project Structure

autodevops-ai/
โ”œโ”€โ”€ src/
โ”‚   โ””โ”€โ”€ autodevops/
โ”‚       โ”œโ”€โ”€ __init__.py                 # Package version (0.1.0)
โ”‚       โ”œโ”€โ”€ cli.py                      # Main Typer CLI entry point (578 lines)
โ”‚       โ”œโ”€โ”€ config.py                   # ConfigManager โ€” keys, keychain, dotenv
โ”‚       โ”œโ”€โ”€ agents/
โ”‚       โ”‚   โ”œโ”€โ”€ planner.py              # Multi-agent orchestrator + intent classifier
โ”‚       โ”‚   โ”œโ”€โ”€ scanner.py              # Rule-based project scanner (29 KB)
โ”‚       โ”‚   โ”œโ”€โ”€ cicd.py                 # CI/CD pipeline generator
โ”‚       โ”‚   โ”œโ”€โ”€ deployment.py           # Local + cloud deployment agent
โ”‚       โ”‚   โ”œโ”€โ”€ documentation.py        # Documentation generator agent
โ”‚       โ”‚   โ”œโ”€โ”€ troubleshoot.py         # Root-cause analysis agent
โ”‚       โ”‚   โ”œโ”€โ”€ security.py             # Security scanning agent (22 KB)
โ”‚       โ”‚   โ””โ”€โ”€ cost.py                 # Cloud cost analysis agent
โ”‚       โ”œโ”€โ”€ commands/
โ”‚       โ”‚   โ”œโ”€โ”€ ask.py                  # `autodevops ask` handler
โ”‚       โ”‚   โ”œโ”€โ”€ config.py               # `autodevops config` handler
โ”‚       โ”‚   โ”œโ”€โ”€ deploy.py               # `autodevops deploy` handler
โ”‚       โ”‚   โ”œโ”€โ”€ diagnose.py             # `autodevops diagnose` handler
โ”‚       โ”‚   โ”œโ”€โ”€ docs.py                 # `autodevops docs` handler
โ”‚       โ”‚   โ”œโ”€โ”€ doctor.py               # `autodevops doctor` health check
โ”‚       โ”‚   โ”œโ”€โ”€ explain.py              # `autodevops explain` handler
โ”‚       โ”‚   โ”œโ”€โ”€ generate.py             # `autodevops generate` handler
โ”‚       โ”‚   โ”œโ”€โ”€ github.py               # GitHub sub-command handlers
โ”‚       โ”‚   โ”œโ”€โ”€ handlers.py             # Shared command handler utilities
โ”‚       โ”‚   โ”œโ”€โ”€ init.py                 # `autodevops init` handler
โ”‚       โ”‚   โ”œโ”€โ”€ roadmap.py              # `autodevops roadmap` handler
โ”‚       โ”‚   โ”œโ”€โ”€ scan.py                 # `autodevops scan` handler
โ”‚       โ”‚   โ”œโ”€โ”€ setup.py                # `autodevops setup` wizard
โ”‚       โ”‚   โ”œโ”€โ”€ status.py               # `autodevops status` handler
โ”‚       โ”‚   โ””โ”€โ”€ undo.py                 # `autodevops undo` handler
โ”‚       โ”œโ”€โ”€ core/
โ”‚       โ”‚   โ”œโ”€โ”€ chunker.py              # LLM-safe file chunking engine
โ”‚       โ”‚   โ”œโ”€โ”€ context.py              # Context building + token budget management
โ”‚       โ”‚   โ”œโ”€โ”€ memory.py               # AI conversation memory (TinyDB)
โ”‚       โ”‚   โ”œโ”€โ”€ models.py               # Pydantic data models
โ”‚       โ”‚   โ”œโ”€โ”€ next_actions.py         # Next-action recommendation engine
โ”‚       โ”‚   โ”œโ”€โ”€ repl.py                 # Interactive REPL shell (734 lines)
โ”‚       โ”‚   โ”œโ”€โ”€ streaming.py            # Streaming AI response helper
โ”‚       โ”‚   โ”œโ”€โ”€ audit.py                # Operation audit trail
โ”‚       โ”‚   โ””โ”€โ”€ backup.py               # File backup + restore for undo
โ”‚       โ”œโ”€โ”€ providers/
โ”‚       โ”‚   โ””โ”€โ”€ base.py                 # Unified AI provider (OpenAI/Anthropic/Gemini/Ollama)
โ”‚       โ”œโ”€โ”€ integrations/
โ”‚       โ”‚   โ””โ”€โ”€ github.py               # Deep GitHub integration (45 KB, PyGithub + gitpython)
โ”‚       โ””โ”€โ”€ templates/
โ”‚           โ”œโ”€โ”€ github_actions/         # GitHub Actions pipeline templates
โ”‚           โ”œโ”€โ”€ gitlab_ci/              # GitLab CI templates
โ”‚           โ”œโ”€โ”€ jenkins/                # Jenkinsfile templates
โ”‚           โ”œโ”€โ”€ azure_devops/           # Azure Pipelines templates
โ”‚           โ”œโ”€โ”€ circleci/               # CircleCI config templates
โ”‚           โ”œโ”€โ”€ bitbucket/              # Bitbucket Pipelines templates
โ”‚           โ””โ”€โ”€ docs/                   # Documentation templates
โ”œโ”€โ”€ tests/
โ”‚   โ”œโ”€โ”€ unit/
โ”‚   โ”‚   โ”œโ”€โ”€ test_scanner.py
โ”‚   โ”‚   โ”œโ”€โ”€ test_chunker.py
โ”‚   โ”‚   โ”œโ”€โ”€ test_planner.py
โ”‚   โ”‚   โ””โ”€โ”€ test_security.py
โ”‚   โ”œโ”€โ”€ integration/                    # (planned)
โ”‚   โ””โ”€โ”€ conftest.py
โ”œโ”€โ”€ docs/                               # (planned โ€” MkDocs)
โ”œโ”€โ”€ pyproject.toml                      # Package metadata + build config
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ USER_GUIDE.md                       # Detailed user guide

๐Ÿค Contributing

Contributions are welcome! Please read CONTRIBUTING.md for guidelines.

git clone https://github.com/akashhugar2015/AutoDevOps_AI.git
cd AutoDevOps_AI
pip install -e ".[dev]"
pytest tests/
ruff check src/

๐Ÿ“„ License

This project is licensed under the MIT License โ€” see LICENSE for details.


Built with โค๏ธ to make DevOps intelligent, automated, and accessible to every developer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autodevops_ai-0.1.1.tar.gz (109.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autodevops_ai-0.1.1-py3-none-any.whl (118.3 kB view details)

Uploaded Python 3

File details

Details for the file autodevops_ai-0.1.1.tar.gz.

File metadata

  • Download URL: autodevops_ai-0.1.1.tar.gz
  • Upload date:
  • Size: 109.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.5

File hashes

Hashes for autodevops_ai-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f8295e2e76749b9ab5d3c7dac30487b246b031c7733895f780efd56c78528673
MD5 d5965ac12f57428588515422d303150c
BLAKE2b-256 e88879a19a5aacdaf772fb84667e32d51ec31bdcfa1723231d6d3bf3588a0868

See more details on using hashes here.

File details

Details for the file autodevops_ai-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: autodevops_ai-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 118.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.5

File hashes

Hashes for autodevops_ai-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 81749c5109be83c3dd7262701d743b003a3c0a84dbbe0eb97fdf1cc752ef048a
MD5 f911fe9ef4b42a5baa5f8c7baa95144f
BLAKE2b-256 b0fe24f3a2014d36dfcd3450d07c5cefc66c44617c20e04e77c3af7b9b662c6a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page