https://github.com/rcbops/github-to-launchpad
A small tool to help migrate GitHub issue data to Launchpad
https://github.com/rcbops/github-to-launchpad
Last synced: 3 months ago
JSON representation
A small tool to help migrate GitHub issue data to Launchpad
- Host: GitHub
- URL: https://github.com/rcbops/github-to-launchpad
- Owner: rcbops
- License: other
- Created: 2014-12-03T23:15:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T20:19:39.000Z (almost 10 years ago)
- Last Synced: 2025-07-13T00:42:54.242Z (11 months ago)
- Language: Python
- Homepage: https://bugs.launchpad.net/github-issues-to-launchpad
- Size: 4.88 KB
- Stars: 2
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
GitHub to LaunchPad Issue Migration Tool
========================================
This is a tool to migrate issues from a GitHub repository to a launchpad
project.
Contributing
------------
For development::
$ mkvirtualenv $(virtualenv_name)
$ pip install --allow-unverified lazr.authentication -r dev-requirements.txt
If you're working on Python 2.6 you'll also need to install ``argparse``.
Usage
-----
::
$ python github-to-lp.py user/repo launchpad-project
$ python github-to-lp.py --state=all user/repo launchpad-project