pull files form bitbucket python code example
Example: python import module from bitbucket
# Install cutom library from Bitbucket
# You can use the url Bitbucket gives you when you request the clone url.
# Just remember to add the git+ to it.
pip install git+https://USER_NAME@GIT_URL/PATH_TO_YOUR_REPO.git