{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"scmrepo provides an fsspec-based filesystem interface to Git repositories, allowing you to read files from any Git revision without checking them out, and abstracts over multiple Git backends (pygit2, dulwich, gitpython).","skillfed_tags":["git-abstraction","fsspec-backend","version-control"],"use_cases":["Read data files from a specific Git commit or branch without checking out the working tree.","Iterate over directory structures in versioned repositories as part of a data pipeline.","Abstract Git access in tools that need to work with multiple Git implementations transparently.","Access historical file versions programmatically for auditing or reproducibility.","Build version-aware file systems for machine-learning workflows that track data lineage."],"what_it_does":"scmrepo is a wrapper around Git that exposes repositories as an fsspec filesystem, letting you treat Git revisions like mounted file systems. Instead of checking out a branch or commit to read its files, you instantiate a GitFileSystem pointing to a repo and revision, then use standard filesystem operations (walk, open, listdir) to access files directly from Git's object store. It abstracts over three different Git backends\u2014pygit2, dulwich, and gitpython\u2014so you can choose which one fits your environment.\n\nThe package is designed for use in data pipelines and version-control-aware tools (notably DVC) where you need to read versioned data without the I/O cost of a full checkout. Its ten runtime dependencies include fsspec for the filesystem abstraction, tqdm for progress reporting, and the three Git backends plus async utilities (aiohttp-retry, asyncssh) for flexible I/O patterns.","worth_installing":"Yes, if you need to read files from Git revisions without checking them out or if you're building tools that abstract over multiple Git backends. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe choice. Not necessary if you only work with checked-out repositories or have no need for Git-backed filesystem semantics."},"id":"scmrepo","links":{"html":"https://skillfed.io/packages/scmrepo","md":"https://skillfed.io/packages/scmrepo.md","pypi":"https://pypi.org/project/scmrepo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-31","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"scmrepo","python_support":"supports_current","summary":"scmrepo"},"popularity":{"monthly_downloads":2048480,"position":3341,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.6.2"}
