Metadata-Version: 2.1
Name: bitbucket2github
Version: 1.2
Summary: Simple tool to migrate your Bitbucket repositories to GitHub
Home-page: https://github.com/brunogfranca/bitbucket2github
Author: Bruno França
Author-email: bgfranca@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: PyGithub (==1.47)

# Bitbucket2GitHub

Bitbucket2GitHub is a simple tool to migrate your Bitbucket repositories to GitHub

## Usage

```
$ pip install bitbucket2github
$ bitbucket2github --github-token=TOKEN --github-organization=ORGANIZATION --github-team=TEAM --bitbucket-username=USER --bitbucket-password=SECRET --bitbucket-organization=ORG -v
```

```
$ bitbucket2github --help
Usage: bitbucket2github [OPTIONS]

Options:
  --github-token TEXT            Your Github Personal access token  [required]
  --github-organization TEXT     The Github organization to import the repository to
  --github-team TEXT             The Github team under the organization
  --bitbucket-username TEXT      Your Bitbucket Username  [required]
  --bitbucket-password TEXT      Your Bitbucket Password  [required]
  --bitbucket-organization TEXT  Your Bitbucket Organization
  -v, --verbose
  --help                         Show this message and exit.
```


