Skip to main content

Download and upload package files for GitLab projects and groups

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

cal-gitlab-packages

Download and upload package files for GitLab projects and groups.

Part of the data-diode mirroring system — the send side downloads packages from a source GitLab, and the recv side uploads them to a destination GitLab.

Installation

pip install cal-gitlab-packages

Usage

# Download package files from a group
cal-gitlab-packages download -u https://gitlab.com -p myorg/public -o ./packages

# Download with manifest for incremental runs
cal-gitlab-packages download -u https://gitlab.com -p myorg -o ./packages -m manifest.json

# Upload package files to a target GitLab
cal-gitlab-packages upload -u https://gitlab.example.com -p target-group -i ./packages -t TOKEN

Commands

download

Download package files from GitLab package registries. Supports generic and PyPI package types, version filtering, manifest-based incremental downloads, size limits, and parallel threads.

Uses the group-level packages API for efficient fetching and stores a last_seen_at timestamp in the manifest for fast no-change detection.

Saves .package-meta.json alongside downloaded files so the upload command knows which registry API to use (generic vs PyPI).

upload

Upload package files to GitLab. Routes uploads by package type:

  • generic — Uploaded via PUT to the generic package registry
  • pypi — Uploaded via multipart POST to the PyPI package registry (wheels and sdists)

Checks existing files by SHA256 before uploading and handles 409/403 responses as idempotent success.

Configuration

Settings can be provided via CLI args, environment variables, or a config file at ~/.config/cal-gitlab-packages/config.json:

{
    "gitlab_url": "https://gitlab.example.com",
    "token": "glpat-xxxxxxxxxxxx",
    "base_group": "myorg",
    "output": "./downloads",
    "version_filter": "release",
    "max_file_size": "100M",
    "max_total_size": "5G",
    "parallel": 32,
    "project_exclude": ["some/project"]
}

Licence

MIT License — Copyright (c) 2026 Cyber Assessment Labs

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

cal_gitlab_packages-1.1.0b1-py3-none-any.whl (41.8 kB view details)

Uploaded Python 3

File details

Details for the file cal_gitlab_packages-1.1.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for cal_gitlab_packages-1.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 210e5d3795bb0882c5bb09bcc924abe1607d75ec59115b1150dd3e956a77e43f
MD5 4f7d7df6d4bb32a26d833d6ee0630467
BLAKE2b-256 b31a0f166dfb8272ac6f108b84d1fb177cba73bb53fda72901b21e752db8bb8a

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