ValiMail/dane_jwe_jws

View on GitHub
docs/source/installation.rst

Summary

Maintainability
Test Coverage
Installation
============

.. toctree::

Requirements
------------

Supported Python versions: 3.6+

The `cryptography <https://pypi.org/project/cryptography/>`_,
`dnspython <https://pypi.org/project/dnspython/>`_,
`jwcrypto <https://pypi.org/project/jwcrypto/>`_, and
`dane_discovery <https://pypi.org/project/dane_discovery/>`_ modules will be
installed as dependencies, when installing this module with pip.


Installation
------------

This module and dependencies may be installed by navigating to the root of the
repository and running ``pip install .``.