Skip to main content

A Python tool to download all your BitBucket projects

Project description

Bitbackup

Description

This Python script will download all of your Git repositories from a Bitbucket workspace. If a repository does not exist locally, the repo will be downloaded to the target directory. If a repository already exists locally, git remote update will be executed.

Installation

pip install pybitbackup 

Usage

Download all projects from a BitBucket workspace into the current folder:

pybitbackup <workspace> --user <Username> --key <App Key>

App Key and Username a required to access the Bitbucket API. You can easily generate a new App Key at your personal settings page in Bitbucket. Workspace could be your own username to download your personal repositories or one of the team workspaces. To download only repositories of a certain project, you can specify the project name.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybitbackup-0.0.5.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pybitbackup-0.0.5-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page