Metadata-Version: 2.1
Name: django-hugepagination
Version: 1.0.0
Summary: django huge pagination
Home-page: https://github.com/tangdyy/django-hugepagination
Author: Tang dayong
Author-email: tangdyy@126.com
License: UNKNOWN
Description: # Hugepagination
        
        Hugepagination提供了在Django REST framework框架下使用的分页类和模型视图单条记录翻页功能，主要针对mysql数据库百万级+数据表进行了优化。
        + HugePagination，大数据表分页类
        + TurnpageModelMixin，为视图类`ViewSet`混入单条记录翻页功能
        
        ## 依赖包
        + django >= 2.2.0
        + djangorestframework >= 3.10.0
        + django-filter >= 2.2.0
        ## 安装
        + pip安装
        ```shell
        pip install djangohugepagination
        ```
        + 源码安装
        ```shell
        python setup.py install
        ```
        
        ## 快速开始
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
