Metadata-Version: 2.1
Name: autograph-utils
Version: 0.1.1
Summary: A library to simplify use of Autograph
Home-page: https://github.com/mozilla-services/python_autograph_utils
Author: Ethan Glasser-Camp
Author-email: eglassercamp@mozilla.com
License: Apache Software License 2.0
Keywords: autograph_utils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: Click (>=7.0)
Requires-Dist: aiohttp (>=3.6)
Requires-Dist: cryptography (>=2.8)
Requires-Dist: ecdsa (>=0.13)

==========================
Python Autograph Utilities
==========================


.. image:: https://img.shields.io/pypi/v/autograph_utils.svg
        :target: https://pypi.python.org/pypi/autograph_utils

.. image:: https://img.shields.io/travis/glasserc/python_autograph_utils.svg
        :target: https://travis-ci.org/glasserc/python_autograph_utils

.. image:: https://readthedocs.org/projects/python-autograph-utils/badge/?version=latest
        :target: https://python-autograph-utils.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A library to simplify use of Autograph


* Free software: Apache Software License 2.0
* Documentation: https://python-autograph-utils.readthedocs.io.


Features
--------

SignatureVerifier
=================

The canonical implementation of certificate chain validation. Although
some other implementations seem to exist (such as
https://github.com/river2sea/X509Validation,
https://github.com/alex/x509-validator, and
https://github.com/openstack/cursive), all are marked as
pre-production and/or needing work, so just do it ourselves.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.1 (2019-11-12)
------------------

- Fix call to ``_now`` (#8).


0.1.0 (2019-11-11)
------------------

* First release on PyPI.


