This commit is contained in:
Kenneth Reitz
2011-06-23 02:59:49 -04:00
parent e875a2c2d1
commit ecad4a9e25
4 changed files with 249 additions and 0 deletions
+17
View File
@@ -8,3 +8,20 @@ This module contains the core GitHub3 interface.
"""
import requests
from .api import Github, settings
__version__ = '0.0.1'
__license__ = 'ISC'
__author__ = 'Kenneth Reitz'
def basic(username, password):
pass
def anon():
pass