Skip to main content

A Python tool for downloading VSIX files from the Visual Studio Marketplace

Project description

vsixget

A Python tool for downloading VSIX files from the Visual Studio Marketplace.

Features

  • Download VS Code extensions directly from the marketplace
  • Support for both direct extension IDs and marketplace URLs
  • Specify version or download the latest
  • Choose download directory
  • Network connectivity checking before downloads
  • Automatic retry logic with progressive delays
  • Real-time download progress with MB and percentage indicators
  • Reliable file integrity verification
  • Universal package downloads for maximum compatibility

Installation

From PyPI (Recommended)

Using pipx (recommended for CLI tools):

pipx install vsixget

Using pip:

pip install vsixget

Note: pipx is recommended for installing CLI tools as it creates isolated environments and makes the tools available globally. If you don't have pipx installed, see the pipx installation guide.

From Source

# Clone the repository
git clone https://github.com/jeremiah-k/vsixget.git
cd vsixget

# Install in development mode
pip install -e .

Usage

# Basic usage
vsixget publisher.extension

# Download latest version without prompting
vsixget --latest publisher.extension

# Specify version
vsixget -v 1.2.3 publisher.extension

# Specify download directory
vsixget -d ~/Downloads publisher.extension

# Download from marketplace URL
vsixget https://marketplace.visualstudio.com/items?itemName=publisher.extension

Examples

# Download the Python extension
vsixget ms-python.python

# Download latest version without prompting
vsixget --latest ms-python.python

# Download a specific version of the Python extension
vsixget -v 2023.4.1 ms-python.python

# Download the Augment extension to the Downloads directory
vsixget -d ~/Downloads augment.vscode-augment

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

vsixget-0.1.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

vsixget-0.1.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file vsixget-0.1.0.tar.gz.

File metadata

  • Download URL: vsixget-0.1.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for vsixget-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7c2158f55fcafb6eb78c26daf26b182e82d1fdb84f6a236462e5beb075f85850
MD5 bd948cd281f26f9721414f8958f114d9
BLAKE2b-256 da03db5a66aa4465593e65a06148ad1c6d4e7c7401ca6838ce27a2a07f98de06

See more details on using hashes here.

File details

Details for the file vsixget-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: vsixget-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for vsixget-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2c9fe7a1718f7c9525c2c902679fe6cbee086f583062a6ed0a24b351ba5f06ba
MD5 59791f61c9a42f06b86c9abefb076245
BLAKE2b-256 e098bb00fbaa289b28d6fa454c7123a389a1a8b16ced31b362a32155665b6d0c

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