Metadata-Version: 2.1 Name: keyrings.alt Version: 3.1.1 Summary: Alternate keyring implementations Home-page: https://github.com/jaraco/keyrings.alt Author: Jason R. Coombs Author-email: jaraco@jaraco.com License: UNKNOWN Description: .. image:: https://img.shields.io/pypi/v/keyrings.alt.svg :target: https://pypi.org/project/keyrings.alt .. image:: https://img.shields.io/pypi/pyversions/keyrings.alt.svg .. image:: https://img.shields.io/travis/jaraco/keyrings.alt/master.svg :target: https://travis-ci.org/jaraco/keyrings.alt .. image:: https://img.shields.io/appveyor/ci/jaraco/keyrings-alt/master.svg :target: https://ci.appveyor.com/project/jaraco/keyrings-alt/branch/master .. image:: https://readthedocs.org/projects/keyringsalt/badge/?version=latest :target: https://keyringsalt.readthedocs.io/en/latest/?badge=latest Alternate keyring backend implementations for use with the `keyring package `_. Keyrings in this package may have security risks or other implications. These backends were extracted from the main keyring project to make them available for those who wish to employ them, but are discouraged for general production use. Include this module and use its backends at your own risk. Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Requires-Python: >=2.7 Provides-Extra: docs Provides-Extra: testing