Metadata-Version: 2.1
Name: local-keychain-utils
Version: 1.1.0
Summary: CLI tools to manipulate local keychain
Home-page: https://github.com/apiology/local-keychain-utils
Author: Vince Broz
Author-email: vince@broz.cc
License: MIT license
Keywords: local-keychain-utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

========================
Local Keychain Utilities
========================


.. image:: https://circleci.com/gh/apiology/local-keychain-utils.svg?style=svg
    :target: https://circleci.com/gh/apiology/local-keychain-utils

.. image:: https://img.shields.io/pypi/v/local-keychain-utils.svg
        :target: https://pypi.python.org/pypi/local-keychain-utils

.. image:: https://readthedocs.org/projects/local-keychain-utils/badge/?version=latest
        :target: https://local-keychain-utils.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

CLI tools to manipulate local keychain

* Free software: MIT license
* Documentation: https://local-keychain-utils.readthedocs.io.


Features
--------

* `local-keychain-store`: add a secret from the system keychain.
* `local-keychain-get`: retrieve a secret from the system keychain.
* `local-keychain-clear`: remove a secret from the system keychain.


=======
History
=======

0.1.0 (2020-12-18)
------------------

* First release on PyPI.
