Skip to main content

Build cross-platform offline installation packages for Python projects

Project description

DepotPy

中文文档 | English

Build cross-platform offline installation packages for Python projects.

DepotPy analyzes your project's dependencies, downloads wheels for multiple platforms, and bundles everything into a .tar.gz archive with a manifest and installation instructions. The resulting bundle can be transferred to offline environments and installed with a single pip command.

Features

  • Cross-platform: Download wheels for Linux, macOS, and Windows in one go
  • Auto-detection: Automatically detects your dependency manager (uv, poetry, pdm, pipenv, pip)
  • Offline-ready: Generated bundles work without any network access
  • Verifiable: SHA-256 hashes in manifest.json for integrity checks
  • Library API: Use as a CLI tool or import as a Python library

Installation

pip install depotpy

Quick Start

# Build an offline bundle for the current platform
depotpy pack /path/to/your/project

# Build for multiple platforms
depotpy pack /path/to/project --platform manylinux2014_x86_64 --platform macosx_11_0_arm64

# Build for all supported platforms
depotpy pack /path/to/project --platform all

# Inspect a bundle
depotpy inspect myapp-1.0.0-offline.tar.gz

# Install from a bundle (on the target machine)
depotpy install myapp-1.0.0-offline.tar.gz

Documentation

English Chinese
Getting Started 快速上手
CLI Reference CLI 参考
Python API Reference Python API 参考
Architecture 架构设计
Contributing 贡献指南

License

MIT

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

depotpy-0.1.1.tar.gz (33.5 kB view details)

Uploaded Source

Built Distribution

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

depotpy-0.1.1-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: depotpy-0.1.1.tar.gz
  • Upload date:
  • Size: 33.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for depotpy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2493946dbda45813f653f91c330ede3791c4e9b494c2eaddfbf7b556afc5d5dd
MD5 79f46ffd0fa96e74436c40fbf1158e71
BLAKE2b-256 9698abdc5a5604b862b1455065db61c712b6d5ed356b2a6a94001697c957d78d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: depotpy-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for depotpy-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b4b57b6f67c68671647f0ce4e9147600bf331ed0d09621dae3224c4b86088bed
MD5 41463361d5af946389957599f4292b13
BLAKE2b-256 03036b6e753fca3bfd410224ab06c12ddab8184a7aae36f01b117a013461d724

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