Files
gistapi.py/gistapi/__init__.py
T
Kenneth Reitz e8c36e5c9f Version bump.
2011-01-10 13:02:56 -05:00

16 lines
238 B
Python

# -*- coding: utf-8 -*-
"""
GistAPI.py -- A Python wrapper for GitHub's Gist API
(c) 2010 Kenneth Reitz. MIT License.
"""
from core import *
__author__ = 'Kenneth Reitz'
__version__ = '0.2.2'
__build__ = 0x000202
__license__ = 'MIT'