1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_GITDB2 2*4882a593Smuzhiyun bool "python-gitdb2" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SMMAP2 # runtime 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_ZLIB 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun GitDB allows you to access bare git repositories for reading 8*4882a593Smuzhiyun and writing. It aims at allowing full access to loose objects 9*4882a593Smuzhiyun as well as packs with performance and scalability in mind. It 10*4882a593Smuzhiyun operates exclusively on streams, allowing to handle large 11*4882a593Smuzhiyun objects with a small memory footprint. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://github.com/gitpython-developers/gitdb 14