{"id":31967597,"url":"https://github.com/haginara/parameterstore-keyring","last_synced_at":"2026-07-14T01:32:15.585Z","repository":{"id":83721235,"uuid":"397043803","full_name":"haginara/parameterstore-keyring","owner":"haginara","description":"Keyring backend backed by AWS Parameter Store","archived":false,"fork":false,"pushed_at":"2022-05-09T22:50:10.000Z","size":3,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T18:28:23.007Z","etag":null,"topics":["keyring","parameter-store","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haginara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-17T01:26:25.000Z","updated_at":"2022-05-16T01:15:38.000Z","dependencies_parsed_at":"2023-03-12T19:36:12.417Z","dependency_job_id":null,"html_url":"https://github.com/haginara/parameterstore-keyring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haginara/parameterstore-keyring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haginara%2Fparameterstore-keyring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haginara%2Fparameterstore-keyring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haginara%2Fparameterstore-keyring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haginara%2Fparameterstore-keyring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haginara","download_url":"https://codeload.github.com/haginara/parameterstore-keyring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haginara%2Fparameterstore-keyring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35442828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keyring","parameter-store","python"],"created_at":"2025-10-14T18:28:21.376Z","updated_at":"2026-07-14T01:32:15.580Z","avatar_url":"https://github.com/haginara.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Keyring Backend - AWS ParameterStore\n====================================\n\n## Example\n\n```python\nimport keyring\nfrom paramstore_keyring import ParameterStoreKeyring\n\n# region_name parameter is required\nkeyring.set_keyring(ParameterStoreKeyring(region_name='us-west-2'))\n\n# Set password\n# Parameters: service_name, username, password\n# It tries to put parameter on /Dev/Production/WestProject/test-secret\nkeyring.set_password('Dev/Production/WestProject', 'test-secret', 'Secret Value')\n\n# Get Password\n# Parameters: service_name, username\n# It tries to get parameter on /Dev/Production/WestProject/test-secret\nkeyring.get_password('Dev/Production/WestProject', 'test-secret')\n```\n\n## Todo\n\n- [ ] Load the AWS crednetial and configs from Environment variable\n- [ ] implement delete_password method","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaginara%2Fparameterstore-keyring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaginara%2Fparameterstore-keyring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaginara%2Fparameterstore-keyring/lists"}