Metadata-Version: 2.0
Name: rekt
Version: 0.2015.11.6
Summary: A requests wrapper library for dynamically generating rest clients
Home-page: http://github.com/vengefuldrx/rekt/
Author: Dillon Hicks
Author-email: chronodynamic@gmail.com
License: Apache License Version 2
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyYaml
Requires-Dist: requests


Rekt
====

rekt is a wrapper around the requests library that makes generic rest
operations less painful. I was frustrated with the implementation of
many service specific rest wrappers especially for google apis, this
library is meant to be generic and dynamic enough by templating the common
client code for most rest services.


