# basket-lib **Repository Path**: mirrors_mozilla/basket-lib ## Basic Information - **Project Name**: basket-lib - **Description**: INACTIVE - vendor library for basket - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Dependencies for `basket `. It goes something (but only something) like this:: pip install --no-install --build=vendor/packages --src=vendor/src -I -r requirements/dev.txt cd vendor/ find packages src -type d -depth 1 >| basket.pth perl -pi -e 's:httplib2:httplib2/python2:' basket.pth git init for f in src/*\ pushd $f >/dev/null && REPO=$(git config remote.origin.url) && popd > /dev/null && git submodule add $REPO $f git add .