A port of django-pagination to Python 3, also compatible with Python 2.x ;)
Install it from pypi.python.org:
pip install django-pagination-py3
or just clone this repository and run:
python setup.py install
Use it the same way you use django-pagination.