mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
39dcad7bd3
Moved Tests Added proper datetime
16 lines
232 B
Python
16 lines
232 B
Python
# encoding: 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.1.4'
|
|
__build__ = 0x000104
|
|
__license__ = 'MIT'
|