Metadata-Version: 2.0
Name: certbot-django
Version: 0.1.0b1
Summary: Full-stack Django / LetsEncrypt / Certbot Integration
Home-page: https://github.com/crgwbr/certbot-django
Author: Craig Weber
Author-email: crgwbr@gmail.com
License: ISC
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Dist: Django (>=1.8.17)
Requires-Dist: asymmetric-jwt-auth (>=0.3.0)
Requires-Dist: djangorestframework (>=3.4.7)
Requires-Dist: requests (>=2.13.0)
Provides-Extra: coordinator
Requires-Dist: acme (>=0.1.1); extra == 'coordinator'
Requires-Dist: certbot (>=0.9.3); extra == 'coordinator'
Requires-Dist: zope.interface; extra == 'coordinator'
Provides-Extra: development
Requires-Dist: flake8 (>=3.2.1); extra == 'development'
Requires-Dist: requests-mock (>=1.3.0); extra == 'development'
Requires-Dist: sphinx (>=1.5.2); extra == 'development'
Requires-Dist: versiontag (>=1.2.0); extra == 'development'

==============
Certbot Django
==============

|  |license| |kit| |format| |downloads|

This is a combined plugin for the certbot ACME client and also a Django-app for proving ACME challenges.

**Full Documentation**: https://certbot-django.readthedocs.io


.. |license| image:: https://img.shields.io/pypi/l/certbot-django.svg
    :target: https://pypi.python.org/pypi/certbot-django
.. |kit| image:: https://badge.fury.io/py/certbot-django.svg
    :target: https://pypi.python.org/pypi/certbot-django
.. |format| image:: https://img.shields.io/pypi/format/certbot-django.svg
    :target: https://pypi.python.org/pypi/certbot-django
.. |downloads| image:: https://img.shields.io/pypi/dm/certbot-django.svg?maxAge=2592000
    :target: https://pypi.python.org/pypi/certbot-django


