Release v0.1.3
+This library is a simple client for working with Yandex Lockbox over REST API, simplifying work with secrets and allowing you to work with them in the OOP paradigm.
Supported Python versions:
diff --git a/docs_src/source/index.rst b/docs_src/source/index.rst index 70faced..b874b1c 100644 --- a/docs_src/source/index.rst +++ b/docs_src/source/index.rst @@ -8,6 +8,19 @@ Yandex Lockbox Python client documentation Release v\ |release| +.. image:: https://img.shields.io/pypi/pyversions/yc-lockbox.svg + :target: https://pypi.org/project/yc-lockbox/ + +.. image:: https://img.shields.io/pypi/v/yc-lockbox.svg + :target: https://pypi.org/project/yc-lockbox/ + +.. image:: https://codecov.io/gh/akimrx/python-yc-lockbox/branch/master/graph/badge.svg + :target: https://github.com/akimrx/python-yc-lockbox + +.. image:: https://github.com/akimrx/python-yc-lockbox/workflows/Tests/badge.svg + :target: https://github.com/akimrx/python-yc-lockbox + + This library is a simple client for working with `Yandex Lockbox