Metadata-Version: 2.1
Name: certbot-dns-azure
Version: 0.1.0
Summary: Azure DNS Authenticator plugin for Certbot
Home-page: https://github.com/binkhq/certbot-dns-azure
Author: Terry Cain
Author-email: opensource@bink.com
License: Apache License 2.0
Description: certbot-dns-azure
        ============
        
        ![Tests](https://github.com/binkhq/certbot-dns-azure/workflows/Release/badge.svg)
        [![Python Version](https://img.shields.io/pypi/pyversions/certbot-dns-azure)](https://pypi.org/project/certbot-dns-azure/)
        [![PyPi Status](https://img.shields.io/pypi/status/certbot-dns-azure)](https://pypi.org/project/certbot-dns-azure/)
        [![Version](https://img.shields.io/github/v/release/binkhq/certbot-dns-azure)](https://pypi.org/project/certbot-dns-azure/)
        
        AzureDNS Authenticator plugin for [Certbot](https://certbot.eff.org/).
        
        This plugin is built from the ground up and follows the development style and life-cycle
        of other `certbot-dns-*` plugins found in the
        [Official Certbot Repository](https://github.com/certbot/certbot). PR is open [here](https://github.com/certbot/certbot/pull/8727) though Certbot is not accepting plugin PR's at the moment.
        
        Installation
        ------------
        
        ```
        pip install certbot certbot-dns-azure
        ```
        
        Verify:
        
        ```
        $ certbot plugins --text
        
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        * dns-azure
        Description: BLAH
        Interfaces: IAuthenticator, IPlugin
        Entry point: dns-azure = certbot_dns_azure.dns_azure:Authenticator
        
        ...
        ...
        ```
        
        Docs - TODO link
        
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
