Metadata-Version: 2.1
Name: autograph-utils
Version: 1.0.0
Summary: autograph-utils is a tool to configure a kinto server from an YAML file.
Author-email: Mozilla Services <dev-webdev@lists.mozilla.org>
License: Apache Software License 2.0
        
        Copyright (c) 2019, Ethan Glasser-Camp
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
        http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Project-URL: Repository, https://github.com/mozilla-services/autograph-utils
Keywords: autograph
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Click>=7.0
Requires-Dist: aiohttp>=3.6
Requires-Dist: cryptography>=2.8
Requires-Dist: ecdsa>=0.13
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cache; extra == "dev"
Requires-Dist: pytest-aiohttp; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: aioresponses; extra == "dev"

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

|pypi| |ci| |coverage|

.. |pypi| image:: https://img.shields.io/pypi/v/autograph-utils.svg
    :target: https://pypi.python.org/pypi/autograph-utils
.. |ci| image::  https://img.shields.io/github/actions/workflow/status/mozilla-services/python-autograph-utils/test.yml?branch=main
    :target: https://github.com/mozilla-services/python-autograph-utils/actions
.. |coverage| image:: https://coveralls.io/repos/github/mozilla-services/python-autograph-utils/badge.svg?branch=main
    :target: https://coveralls.io/github/mozilla-services/python-autograph-utils?branch=main

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
