Metadata-Version: 2.0
Name: requestor
Version: 0.1.1
Summary: Use this package to make HTTP post calls to django APIs with csrf support, and return response in json.
Home-page: https://github.com/deone/requestor
Author: Dayo Osikoya
Author-email: alwaysdeone@gmail.com
License: MIT
Keywords: http post requests json response django csrf
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: requests

Requestor
=========
Use this package to make HTTP post calls to django APIs with csrf support, and return response in json.


