Skip to content

Instantly share code, notes, and snippets.

View pboisso's full-sized avatar

Patrice Boissonneault pboisso

View GitHub Profile
# encoding: utf-8
"""A simple mail delivery API.
Install in a venv:
$ curl get.web-core.org | python - MailAPI
$ cd MailAPI; . bin/activate
$ pip install marrow.mailer, mako
"""
@Jach
Jach / mig.py
Created December 30, 2011 04:09
Dirty migration script from Jira issues to Github issues
'''
Steps:
1. Create any milestones
2. Create any labels
3. Create each issue, linking them to milestones and labels
3.1: Update status for new issue if closed
4: Create all the comments for each issue
'''
import getpass
import json