{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/3"}],"enrichment":{"capability":"Reads conda package metadata and contents from .conda and .tar.bz2 files without downloading entire packages, using efficient range requests or streaming to fetch only what you need.","skillfed_tags":["conda-ecosystem","package-management","streaming-io"],"use_cases":["Inspect conda package metadata (dependencies, version info) from a remote repository without downloading the full package.","Extract specific files from conda packages in CI/CD pipelines to validate or process package contents.","Stream package information from S3 or HTTP sources in cloud-based conda tooling.","Build conda package indexing or search tools that need fast metadata access.","Validate package integrity or contents before deciding whether to download the full archive."],"what_it_does":"conda-package-streaming is a library for reading conda package archives (.conda and .tar.bz2 formats) without downloading entire files. It uses efficient HTTP range requests (typically 2\u20133 requests) to fetch only the metadata or specific components you need, and streams tar.bz2 files to avoid loading them into memory. The library exposes a simple API that yields (tarfile, member) tuples, letting you stop reading as soon as you have what you need.\n\nIt supports multiple data sources: URLs (HTTP/HTTPS), S3 buckets, local files, and file-like objects. This makes it useful for conda tools, package managers, and CI/CD systems that need to inspect package metadata or extract specific files without the overhead of downloading and decompressing entire packages.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and solves a real problem for anyone working with conda packages at scale. The permissive BSD license poses no restriction. Install it if you need efficient metadata extraction from conda packages."},"id":"conda-package-streaming","links":{"html":"https://skillfed.io/packages/conda-package-streaming","md":"https://skillfed.io/packages/conda-package-streaming.md","pypi":"https://pypi.org/project/conda-package-streaming/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-08","license_spdx":null,"license_treatment":"permissive","name":"conda-package-streaming","python_support":"supports_current","summary":"An efficient library to read from new and old format .conda and .tar.bz2 conda packages."},"popularity":{"monthly_downloads":326776,"position":7573,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.13.0"}
