• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H16-Dec-2018-8864

keyrings/H16-Dec-2018-1,6691,331

keyrings.alt.egg-info/H03-May-2022-4133

tests/H03-May-2022-1,215938

.coveragercH A D16-Dec-2018608 3021

.flake8H A D16-Dec-2018214 98

.readthedocs.ymlH A D16-Dec-201874 65

.travis.ymlH A D16-Dec-20181.3 KiB3529

CHANGES.rstH A D16-Dec-20181.4 KiB8554

LICENSEH A D16-Dec-20181 KiB84

PKG-INFOH A D16-Dec-20181.7 KiB4133

README.rstH A D16-Dec-20181 KiB2316

appveyor.ymlH A D16-Dec-2018454 2517

conftest.pyH A D16-Dec-2018130 74

install-pip-master.pyH A D16-Dec-2018339 2216

pyproject.tomlH A D16-Dec-2018120 43

pytest.iniH A D16-Dec-2018339 109

setup.cfgH A D16-Dec-20181.3 KiB6553

setup.pyH A D16-Dec-2018181 93

tox.iniH A D16-Dec-2018741 3531

README.rst

1.. image:: https://img.shields.io/pypi/v/keyrings.alt.svg
2   :target: https://pypi.org/project/keyrings.alt
3
4.. image:: https://img.shields.io/pypi/pyversions/keyrings.alt.svg
5
6.. image:: https://img.shields.io/travis/jaraco/keyrings.alt/master.svg
7   :target: https://travis-ci.org/jaraco/keyrings.alt
8
9.. image:: https://img.shields.io/appveyor/ci/jaraco/keyrings-alt/master.svg
10   :target: https://ci.appveyor.com/project/jaraco/keyrings-alt/branch/master
11
12.. image:: https://readthedocs.org/projects/keyringsalt/badge/?version=latest
13   :target: https://keyringsalt.readthedocs.io/en/latest/?badge=latest
14
15Alternate keyring backend implementations for use with the
16`keyring package <https://pypi.python.org/pypi/keyring>`_.
17
18Keyrings in this package may have security risks or other implications. These
19backends were extracted from the main keyring project to
20make them available for those who wish to employ them, but are
21discouraged for general production use. Include this module and use its
22backends at your own risk.
23