An open API service indexing awesome lists of open source software.

https://github.com/westurner/prompt6


https://github.com/westurner/prompt6

command-line-tool gpg key-value-store keyring python-library secret-storage suffix

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

=======
prompt6
=======

.. list-table::
:stub-columns: 1

* - docs
- |docs|
* - tests
- | |travis| |appveyor|
| |codecov|
* - package
- |version| |downloads|

.. |docs| image:: https://readthedocs.org/projects/prompt6/badge/?style=flat
:target: https://readthedocs.org/projects/prompt6
:alt: Documentation Status

.. |travis| image:: http://img.shields.io/travis/westurner/prompt6/master.svg?style=flat&label=Travis
:alt: Travis-CI Build Status
:target: https://travis-ci.org/westurner/prompt6

.. |appveyor| image:: https://img.shields.io/appveyor/ci/westurner/prompt6/master.svg?style=flat&label=AppVeyor
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/westurner/prompt6

.. |codecov| image:: http://img.shields.io/codecov/c/github/westurner/prompt6/master.svg?style=flat&label=Codecov
:alt: Coverage Status
:target: https://codecov.io/github/westurner/prompt6

.. |version| image:: http://img.shields.io/pypi/v/prompt6.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/prompt6

.. |downloads| image:: http://img.shields.io/pypi/dm/prompt6.svg?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/prompt6

prompt6 is a key/value CLI API in Python.

* Free software: BSD license

Installation
============

::

pip install prompt6

Documentation
=============

https://prompt6.readthedocs.org/

Development
===========

To run the all tests run::

tox