{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides low-level read and write access to bare git repositories, operating on streams to handle large objects efficiently with minimal memory overhead.","skillfed_tags":["git-internals","archived"],"use_cases":["Building tools that need direct, efficient access to git object storage in bare repositories.","Implementing custom git operations that require stream-based reading of large pack files or loose objects.","Integrating git repository inspection into applications where memory footprint must be minimized."],"what_it_does":"GitDB is a low-level library for direct access to bare git repositories. It allows you to read and write git objects (both loose objects and packs) with a focus on performance and memory efficiency by operating exclusively on streams. This means large objects can be handled without loading them entirely into memory.\n\nThe package is mature but no longer under active development; its primary use is as a dependency within GitPython. The repository is now archived, and the entire history has been folded into the GitPython project. If you need git repository access, you are more likely to use GitPython directly rather than gitdb2 as a standalone tool.","worth_installing":"No, unless you are maintaining legacy code that explicitly depends on gitdb2. The package is abandoned (last release 2020-02-23, repository archived), has unclear licensing, and its functionality is now maintained within GitPython. New projects should use GitPython directly. The high download count reflects its role as a transitive dependency rather than direct adoption."},"id":"gitdb2","links":{"html":"https://skillfed.io/packages/gitdb2","md":"https://skillfed.io/packages/gitdb2.md","pypi":"https://pypi.org/project/gitdb2/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-02-23","license_spdx":null,"license_treatment":"unclear","name":"gitdb2","python_support":"unspecified","summary":"A mirror package for gitdb"},"popularity":{"monthly_downloads":736370,"position":5193,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.0.2"}
