Metadata-Version: 1.1
Name: djago-batch-requests
Version: 0.1.1
Summary: Create batch APIs for Django.
Home-page: https://github.com/tanwanirahul/django-batch-requests
Author: Rahul Tanwani
Author-email: tanwanirahul@gmail.com
License: MIT
Description: Django batch requests allow developers to combine multiple http requests into a single batch request. This is essentially useful to avoid making multiple http requests to save on round trip network latency.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
