diff --git a/README.md b/README.md index b21ae58..1be8989 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ This library is a simple client for working with **[Yandex Lockbox](https://clou **In the near future release:** +- [x] Tests - [ ] Async client implementation - [ ] Implement access bindings methods and view operations -- [ ] Tests - [ ] Ansible action and lookup plugins ## Install -Installing with PIP: +Installing via [pip](https://pypi.org/project/yc-lockbox/): ``` pip install yc-lockbox diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 70faced..b874b1c 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -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 `_ over `REST API `_, simplifying work with secrets and allowing you to work with them in the OOP paradigm. ------------------------------ diff --git a/docs/index.html b/docs/index.html index d6dfc07..a355a27 100644 --- a/docs/index.html +++ b/docs/index.html @@ -200,6 +200,10 @@

Yandex Lockbox Python client documentation#

Release v0.1.3

+https://img.shields.io/pypi/pyversions/yc-lockbox.svg +https://img.shields.io/pypi/v/yc-lockbox.svg +https://codecov.io/gh/akimrx/python-yc-lockbox/branch/master/graph/badge.svg +https://github.com/akimrx/python-yc-lockbox/workflows/Tests/badge.svg

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 `_ over `REST API `_, simplifying work with secrets and allowing you to work with them in the OOP paradigm. ------------------------------