1Metadata-Version: 2.1
2Name: keyrings.alt
3Version: 3.1.1
4Summary: Alternate keyring implementations
5Home-page: https://github.com/jaraco/keyrings.alt
6Author: Jason R. Coombs
7Author-email: jaraco@jaraco.com
8License: UNKNOWN
9Description: .. image:: https://img.shields.io/pypi/v/keyrings.alt.svg
10           :target: https://pypi.org/project/keyrings.alt
11
12        .. image:: https://img.shields.io/pypi/pyversions/keyrings.alt.svg
13
14        .. image:: https://img.shields.io/travis/jaraco/keyrings.alt/master.svg
15           :target: https://travis-ci.org/jaraco/keyrings.alt
16
17        .. image:: https://img.shields.io/appveyor/ci/jaraco/keyrings-alt/master.svg
18           :target: https://ci.appveyor.com/project/jaraco/keyrings-alt/branch/master
19
20        .. image:: https://readthedocs.org/projects/keyringsalt/badge/?version=latest
21           :target: https://keyringsalt.readthedocs.io/en/latest/?badge=latest
22
23        Alternate keyring backend implementations for use with the
24        `keyring package <https://pypi.python.org/pypi/keyring>`_.
25
26        Keyrings in this package may have security risks or other implications. These
27        backends were extracted from the main keyring project to
28        make them available for those who wish to employ them, but are
29        discouraged for general production use. Include this module and use its
30        backends at your own risk.
31
32Platform: UNKNOWN
33Classifier: Development Status :: 5 - Production/Stable
34Classifier: Intended Audience :: Developers
35Classifier: License :: OSI Approved :: MIT License
36Classifier: Programming Language :: Python :: 2.7
37Classifier: Programming Language :: Python :: 3
38Requires-Python: >=2.7
39Provides-Extra: testing
40Provides-Extra: docs
41