{"id":17214590,"url":"https://github.com/samdphillips/racket-keyring","last_synced_at":"2025-04-11T16:42:59.879Z","repository":{"id":40745189,"uuid":"289105284","full_name":"samdphillips/racket-keyring","owner":"samdphillips","description":"Racket Keyring Library","archived":false,"fork":false,"pushed_at":"2023-11-03T02:41:48.000Z","size":500,"stargazers_count":8,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T12:52:18.644Z","etag":null,"topics":["password","racket","security"],"latest_commit_sha":null,"homepage":"https://samdphillips.github.io/racket-keyring/","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samdphillips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-08-20T20:34:26.000Z","updated_at":"2023-10-30T16:05:52.000Z","dependencies_parsed_at":"2023-11-03T03:27:18.695Z","dependency_job_id":null,"html_url":"https://github.com/samdphillips/racket-keyring","commit_stats":{"total_commits":71,"total_committers":1,"mean_commits":71.0,"dds":0.0,"last_synced_commit":"97c77e9f57b6c334e3ee512953c70c5261e0041f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-keyring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-keyring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-keyring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fracket-keyring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdphillips","download_url":"https://codeload.github.com/samdphillips/racket-keyring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248442359,"owners_count":21104166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["password","racket","security"],"created_at":"2024-10-15T03:03:45.675Z","updated_at":"2025-04-11T16:42:59.849Z","avatar_url":"https://github.com/samdphillips.png","language":"Racket","readme":"# keyring: a library for uniformly accessing secrets\n\nThe keyring library is a library to access various password stores in a uniform\nway.  It is based loosely on the [Python keyring\nlibrary](https://github.com/jaraco/keyring)\n\n## Documentation\n- [Release Documentation](https://docs.racket-lang.org/keyring/index.html)\n- [Development Documentation](https://samdphillips.github.io/racket-keyring)\n\n## keyring-keychain-lib\n### Testing\nTo test the Mac backend with a different keychain than your default login\nkeychain follow these instructions.\n\n1. Open the Keychain Access application and in the \"File\" menu choose \"New Keychain...\".\n   Name the new keychain `test.keychain` and place it in your home directory.\n2. Run the following to run the test suite.\n   ```\n   MACOSX_TEST_KEYCHAIN=$HOME/test.keychain raco test -s keychain-test -p keyring-keychain-lib\n   ```\n\n# Changelog\n## 0.11\n\nRelease date: 2023/10/31\n\n* Move tests into separate packages.\n\n* Reorganize the backends around `prop:keyring`\n\n* Clean up error message formatting.\n\n* Log errors from raise procedures.\n\n* Add `null` backend as default when the `KEYRING` environment variable\n  is not set.\n\n## 0.10.1\n\nRelease date: 2022/11/09\n\n* Add license metadata to packages.\n\n* Regular Github Actions testing setup.\n\n* Logging changes.\n\n## 0.10.0\n\nRelease date: 2021/04/18\n\n* Code cleanups.\n\n* Logging improvements.\n\n## 0.9.0\n\nRelease date: 2021/02/26\n\n* A raco command for accessing the keyrings.\n\n* A backend system that works with classes, generics, or plain structs.\n\n* Implemented Backends\n\n  * Mac OSX Keychain backend\n\n  * Secret Service backend\n\n  * environment variable backend\n\n  * get-pass backend\n\n* Environment based configuration\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdphillips%2Fracket-keyring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdphillips%2Fracket-keyring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdphillips%2Fracket-keyring/lists"}