Initial import.

This commit is contained in:
Kyle L. Jensen
2012-06-27 11:23:49 -04:00
commit 2c7f0d65c8
12 changed files with 306 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
"""
reqcache
~~~~~~~~
:copyright: (c) 2012 by Firstname Lastname.
:license: ISC, see LICENSE for more details.
"""
__title__ = 'reqcache'
__version__ = '0.0.1'
__description__ = 'Python Requests Caching'
__url__ = 'https://github.com/kljensen/py-reqcache'
__build__ = 0
__author__ = 'Kyle Jensen'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kyle Jensen'
from .models import ReqCache