This repository is designed to test the functionality of keyring storage by setting and retrieving secrets.
Follow these instructions to get the project up and running on your local machine.
Make sure you have the following installed:
- Poetry - Dependency management and packaging tool for Python.
-
Clone the repository:
git clone https://github.com/pv-gaurangpatel/keyring-test.git cd keyring-test
-
Install dependencies:
poetry install
To run the application, use the following command:
poetry run keyring-test
The application allows you to set and get secrets using keyring storage.