{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"A setuptools plugin that downloads external files during package setup, with support for checksums, platform-specific selection, and archive extraction.","skillfed_tags":["setuptools-plugin","build-automation","binary-distribution"],"use_cases":["Bundle platform-specific compiled binaries (e.g., different CPU architectures) with a Python package, downloading only what matches the target system.","Include large data files or models in a package by downloading them at install time rather than storing them in the repository.","Distribute a tool that wraps native executables, downloading the correct binary for the user's OS and architecture automatically.","Fetch and extract portions of a remote archive (e.g., a specific directory from a tarball) into your package structure during setup.","Verify file integrity during installation by enforcing SHA256 checksums on all downloaded content."],"what_it_does":"setuptools-download is a setuptools plugin that automates the download and integration of external files into a Python package during installation. It runs at build time, fetching files from URLs and verifying them against SHA256 checksums before inclusion. The plugin supports platform-specific downloads via PEP 508 markers (checking OS, platform, and architecture), allowing you to bundle different binaries or data for Linux, macOS, and Windows in a single package definition. It can also extract archives (tar or zip) and place specific files from them into your package.\n\nThe plugin is configured declaratively through setuptools metadata (setup.cfg or pyproject.toml), making it suitable for projects that need to distribute pre-built binaries, large datasets, or platform-specific tools alongside Python code without committing those files to version control.","worth_installing":"Yes, if you need to download external files during package installation with integrity verification and platform-specific selection. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe choice. Not necessary if your package is pure Python or already handles file distribution through other means."},"id":"setuptools-download","links":{"html":"https://skillfed.io/packages/setuptools-download","md":"https://skillfed.io/packages/setuptools-download.md","pypi":"https://pypi.org/project/setuptools-download/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-07-07","license_spdx":null,"license_treatment":"permissive","name":"setuptools-download","python_support":"supports_current","summary":"setuptools plugin to download external files"},"popularity":{"monthly_downloads":1654916,"position":3679,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
