Metadata-Version: 1.1
Name: drf-depaginator
Version: 0.3.2
Summary: Tool to create a record generator for all results from a Django Rest Framework API
Home-page: https://github.com/jsbueno/drf_depaginator
Author: João S. O. Bueno
Author-email: gwidion@gmail.com
License: APACHE
Description: Simple Module to depaginate Django Rest Framework results
        ----------------------------------------------------------
        
        Contains a generator to yield Django Rest API results one at a time.
        Check the test file for usage example
        
        
Keywords: django rest api consumer generator pagination depagination
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
