An open API service indexing awesome lists of open source software.

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

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