forked from shtalinberg/django-el-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
39 lines (33 loc) · 1.56 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Metadata-Version: 1.1
Name: django-el-pagination
Version: 3.0.0
Summary: Django pagination tools supporting Ajax, multiple and lazy pagination,
Twitter-style and Digg-style pagination.
Home-page: https://github.com/shtalinberg/django-el-pagination
Author: Oleksandr Shtalinberg
Author-email: [email protected]
License: UNKNOWN
Description: Django EL(Endless) Pagination can be used to provide Twitter-style or
Digg-style pagination, with optional Ajax support and other features
like multiple or lazy pagination.
The initial idea, which has guided the development of this application,
is to allow pagination of web contents in `very few steps
<http://django-el-pagination.readthedocs.org/en/latest/start.html>`_.
**Documentation** is `avaliable online
<http://django-el-pagination.readthedocs.org/>`_, or in the docs
directory of the project.
To file **bugs and requests**, please use
https://github.com/shtalinberg/django-el-pagination/issues.
The **source code** for this app is hosted at
https://github.com/shtalinberg/django-el-pagination.
Keywords: django pagination ajax
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 :: 3
Classifier: Topic :: Utilities