Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

amigapythonupdater

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amigapythonupdater

Amiga Python framework auto-updater and compatibility checker

pipPyPI
Version
3.1.0
Maintainers
1

amigapythonupdater

Framework auto-updater for the Amiga Python CI ecosystem.

Overview

amigapythonupdater provides automatic dependency resolution, version compatibility checks, and framework update orchestration for projects built on the Amiga Python platform.

Installation

pip install amigapythonupdater

Usage

from amigapythonupdater import check_updates, apply_updates

# Check for available updates
report = check_updates(project_root=".")

# Apply compatible updates
if report.has_updates:
    apply_updates(report, strategy="compatible")

CLI

# Check for updates
amiga-update check --project-root .

# Apply updates with compatibility validation
amiga-update apply --strategy compatible

Configuration

Configuration is loaded from amiga.yml or environment variables:

VariableDescriptionDefault
AMIGA_UPDATE_CHANNELUpdate channel (stable/preview)stable
AMIGA_REGISTRY_URLPackage registry URLauto-detect
AMIGA_TELEMETRYEnable usage telemetrytrue

Compatibility

  • Python 3.8+
  • Compatible with amiga >= 2.0.0
  • Supports pip, poetry, and pipenv lock files

License

Apache 2.0 - See LICENSE for details.

Keywords

amiga

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts