Skip to main content

This module provides functionality to pack conda environments and their dependencies into a specified directory.

Project description

PACKING-PACKAGES

CI docs release-pypi

Ruff mypy

python_badge license_badge PyPI version Downloads

logo

Overview

Packing-Packages is a powerful tool for packaging conda environments and their dependencies into portable directories. Perfect for deploying Python environments to offline machines, air-gapped systems, or ensuring reproducible environments across different machines with the same operating system.

Key Features

  • 🚀 Simple & Fast: Pack entire conda environments with a single command
  • 📦 Complete Dependency Resolution: Automatically includes all conda and pip dependencies
  • 🔄 Cross-Platform Support: Pack from YAML files even on different operating systems
  • 🛠️ Flexible Installation: Install packages directly or generate standalone install scripts
  • Incremental Updates: Use --diff-only to download only new packages
  • 🎯 Error Resilient: Installation continues even if some packages fail, with detailed error reporting
  • 📋 YAML-Based Packing: Create packages directly from conda environment YAML files

Use Cases

  • Deploy Python environments to offline or air-gapped systems
  • Create reproducible environment snapshots for production deployments
  • Migrate conda environments between machines without internet access
  • Archive complete environment states for backup or compliance
  • Prepare environment packages for different target platforms

Installation

pip install packing-packages

Requirements: Python, setuptools, and pip

Quick Start

1. Pack Your Environment

On your source machine (with internet access), pack the current conda environment:

conda activate myenv
packing-packages pack -d .

This creates a directory structure:

.
└── myenv/
    ├── conda/    # Conda packages
    └── pypi/     # PyPI packages

2. Install on Target Machine

On your destination machine (offline), install the packed packages:

conda create -yn myenv --offline
conda activate myenv
packing-packages install ./myenv

Alternative: Generate Standalone Scripts

Generate install scripts that work independently without requiring packing-packages:

packing-packages install ./myenv --generate-scripts

This creates install_packages.bat (Windows) and install_packages.sh (Unix/Linux) that can be executed directly on the target machine.

Advanced Features

Pack from YAML Files

Pack environments directly from conda environment YAML files, even on a different operating system:

packing-packages pack yaml environment.yaml -p linux-64

Incremental Updates

Only download packages that don't already exist in the target directory:

packing-packages pack -d . --diff-only

Error-Resilient Installation

The packing-packages install command continues even if some packages fail, providing detailed error reports for manual handling.

Documentation

For detailed command-line options, advanced usage, and troubleshooting, see the full documentation or the command-line tutorial.

Important Notes

Installation Methods

You can install packages using either:

  • Standard commands (conda install / pip install): Faster, but stops on first error
  • packing-packages install: Slower, but continues on errors and provides detailed reports

Special Cases

  • Non-PyPI sources (e.g., PyTorch official index): May require manual handling
  • Older packages: Some may need --use-pep517 flag for successful installation
  • Proxy environments: Set HTTP_PROXY and HTTPS_PROXY environment variables

For detailed troubleshooting and edge cases, please refer to the command-line tutorial.

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

packing_packages-0.4.0.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

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

packing_packages-0.4.0-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file packing_packages-0.4.0.tar.gz.

File metadata

  • Download URL: packing_packages-0.4.0.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for packing_packages-0.4.0.tar.gz
Algorithm Hash digest
SHA256 3fc96e725c5e9cdedc1b762b7dad101dc6365c7da6fd4cedf364424d2649bbdd
MD5 465f5d44109fa3964ae5198116debe9e
BLAKE2b-256 5f69c29a3dfd8380efb83b4fb0006452cb3fd2a62dcb6bcdcec2ceecc13f206d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packing_packages-0.4.0.tar.gz:

Publisher: release-pypi.yml on yu9824/packing-packages

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file packing_packages-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for packing_packages-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a473c1c10c055f80f84ae5068aa756df3c0445f508ce54fe75ecc6c61bd0206d
MD5 cb040ec3f580d74aa173e9b36e2f9101
BLAKE2b-256 0200eea09c18f5d3f9683bf78ad1dac24601e91ca5c25d64765a6fa8a7076287

See more details on using hashes here.

Provenance

The following attestation bundles were made for packing_packages-0.4.0-py3-none-any.whl:

Publisher: release-pypi.yml on yu9824/packing-packages

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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