Metadata-Version: 2.1
Name: django-iprestrict-redux
Version: 1.9.1
Summary: Django app + middleware to restrict access to all or sections of a Django project by client IP ranges
Home-page: https://github.com/sztamas/django-iprestrict-redux
License: MIT
Author: Tamas Szabo
Author-email: me@tamas-szabo.com
Maintainer: Tamas Szabo
Maintainer-email: me@tamas-szabo.com
Requires-Python: >=3.7,<4.0
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Provides-Extra: geoip
Requires-Dist: geoip2 (>=4.0.2,<5.0.0); extra == "geoip"
Requires-Dist: pycountry (>=22.3.5,<23.0.0); extra == "geoip"
Project-URL: Documentation, http://django-iprestrict-redux.readthedocs.org/en/latest
Project-URL: Repository, https://github.com/sztamas/django-iprestrict-redux
