Metadata-Version: 2.1
Name: led
Version: 0.0.1
Summary: Docker utility for Lets Encrypt
Home-page: https://pypi.org/project/led/
Author: Brian Farrell
Author-email: brian.farrell@me.com
License: AGPLv3
Keywords: interface
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: System :: Systems Administration
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
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 :: Implementation :: CPython
Requires-Python: >=3.7.0
Description-Content-Type: text/x-rst


============
Introduction
============

``led`` is a Docker utility for Lets Encrypt


Objectives
----------


Installing
----------

Install and update using `pip`:

.. code-block:: bash

   pip install -U led


A Simple Example
----------------

.. code-block:: python

   from led import App

   app = App()

   def _say(interjection='I like', noun='Pies'):
       return app.say(interjection, noun)


Links
-----

* Website:
* Documentation:
* License: https://www.gnu.org/licenses/agpl.html
* Releases: https://pypi.org/project/led/
* Code: _To be released soon..._
* Issue tracker:
* Test status:
* Test coverage:


