/usr/lib/python3/dist-packages/keyrings.alt-3.0.egg-info/PKG-INFO is in python3-keyrings.alt 3.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | Metadata-Version: 1.2
Name: keyrings.alt
Version: 3.0
Summary: Alternate keyring implementations
Home-page: https://github.com/jaraco/keyrings.alt
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description-Content-Type: 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://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 <https://pypi.python.org/pypi/keyring>`_.
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
|