Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akimrx committed Mar 24, 2024
1 parent b6ad5ad commit 8ebb0b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Yandex Lockbox Client

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/yc-lockbox.svg)](https://pypi.org/project/yc-lockbox/)
[![PyPi Package](https://img.shields.io/pypi/v/yc-lockbox.svg)](https://pypi.org/project/yc-lockbox/)

This library is a simple client for working with **[Yandex Lockbox](https://cloud.yandex.ru/en/docs/lockbox/)** over [REST API](https://cloud.yandex.ru/en/docs/lockbox/api-ref/), simplifying work with secrets and allowing you to work with them in the OOP paradigm.

**[Full library documentation link](https://akimrx.github.io/python-yc-lockbox/)**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main() -> None:
description="Yandex Lockbox client",
long_description=build_description(),
long_description_content_type="text/markdown",
url=metadata.get("__url__"),
url=meta.get("__url__"),
python_requires=">=3.10",
packages=find_packages(),
install_requires=get_requirements(),
Expand Down

0 comments on commit 8ebb0b7

Please sign in to comment.