Skip to content

Commit

Permalink
Start the project.
Browse files Browse the repository at this point in the history
Vendorizing this makes no sense. I don't know what I was thinking.
  • Loading branch information
sigmavirus24 committed Jul 1, 2012
1 parent 47850c9 commit f289df9
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 6,006 deletions.
16 changes: 16 additions & 0 deletions issues.py
@@ -0,0 +1,16 @@
from optparse import OptionParser
from github3 import login, GitHub

__version__ = '0.1a'
__author__ = 'Ian Cordasco'

def format_issue(issue):
"""Format an issue for printing
:param issue: (required), issue to parse
:type issue: :class:`packages.github3.issue.Issue`
:returns str:
"""
# format string
fs = '[#{i.number}] {i.title:.18} - @{u.login} ({r[0]}/{r[1]})'
return fs.format(i=issue, u=issue.user, r=issue.repository)
19 changes: 0 additions & 19 deletions packages/github3/__init__.py

This file was deleted.

160 changes: 0 additions & 160 deletions packages/github3/api.py

This file was deleted.

192 changes: 0 additions & 192 deletions packages/github3/event.py

This file was deleted.

0 comments on commit f289df9

Please sign in to comment.