.editorconfig
.gitignore
.pre-commit-config.yaml
.pylintrc
AUTHORS
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
run_tests.py
setup.py
tox.ini
.github/workflows/python-package.yml
django_universal_paginator/__init__.py
django_universal_paginator/constants.py
django_universal_paginator/converter.py
django_universal_paginator/cursor.py
django_universal_paginator/settings.py
django_universal_paginator/utils.py
django_universal_paginator.egg-info/PKG-INFO
django_universal_paginator.egg-info/SOURCES.txt
django_universal_paginator.egg-info/dependency_links.txt
django_universal_paginator.egg-info/requires.txt
django_universal_paginator.egg-info/top_level.txt
django_universal_paginator/templates/paginator/paginator.html
django_universal_paginator/templatetags/__init__.py
django_universal_paginator/templatetags/paginator_tags.py
sample_project/manage.py
sample_project/static/css/style.css
sample_project/templates/base.html
sample_project/templates/custom_template.html
sample_project/templates/default.html
sample_project/templates/home.html
sample_project/templates/large.html
sample_project/templates/paginator/custom.html
sample_project/templates/paginator/paginator.html
sample_project/web/__init__.py
sample_project/web/apps.py
sample_project/web/models.py
sample_project/web/settings.py
sample_project/web/settings_local.py
sample_project/web/urls.py
sample_project/web/views.py
sample_project/web/wsgi.py
sample_project/web/migrations/0001_initial.py
sample_project/web/migrations/__init__.py
tests/__init__.py
tests/models.py
tests/settings.py
tests/tests.py
tests/urls.py
tests/views.py
tests/templates/django/example.html
tests/templates/jinja/example.jinja