{"id":15559829,"url":"https://github.com/richardarpanet/persistent-dict","last_synced_at":"2026-04-29T10:31:30.346Z","repository":{"id":138867668,"uuid":"127956135","full_name":"richardARPANET/persistent-dict","owner":"richardARPANET","description":"📂 A Python dict which stores all data in Redis","archived":false,"fork":false,"pushed_at":"2020-10-13T13:34:48.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T14:03:23.244Z","etag":null,"topics":["dict","dictionary","python","python-dict","python-library","python3","redis"],"latest_commit_sha":null,"homepage":"https://code.richard.do/richardARPANET/persistent-dict","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardARPANET.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","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":"2018-04-03T19:08:05.000Z","updated_at":"2020-10-13T13:34:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"672312ef-3018-4ecc-a6c3-96ee9041c54a","html_url":"https://github.com/richardARPANET/persistent-dict","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richardARPANET/persistent-dict","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fpersistent-dict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fpersistent-dict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fpersistent-dict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fpersistent-dict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardARPANET","download_url":"https://codeload.github.com/richardARPANET/persistent-dict/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Fpersistent-dict/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32421508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dict","dictionary","python","python-dict","python-library","python3","redis"],"created_at":"2024-10-02T15:58:14.688Z","updated_at":"2026-04-29T10:31:30.330Z","avatar_url":"https://github.com/richardARPANET.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTICE**: If you're reading this on GitHub.com please be aware this is a mirror of the primary remote located at https://code.richard.do/explore/projects.\nPlease direct issues and pull requests there.\n\n# persistent-dict\n\n[![PyPI](https://img.shields.io/pypi/v/persistent-dict.svg)](https://pypi.python.org/pypi/persistent-dict)\n[![Python Versions](https://img.shields.io/pypi/pyversions/persistent-dict.svg)](https://pypi.python.org/pypi/persistent-dict)\n[![Build Status](https://travis-ci.org/richardasaurus/persistent-dict.png?branch=master)](https://travis-ci.org/richardasaurus/persistent-dict)\n\nA Python Dict which stores data in Redis.\n\nYou can use ``RedisDict`` exactly like a normal ``dict``. As long as all the keys and values in it are [picklable](https://docs.python.org/3/library/pickle.html).\n\n## Installation\n\nTo install, simply:\n\n```bash\npip install persistent-dict\n```\n\n## How to use\n\n```python\nimport redis\nfrom persistentdict import RedisDict\n\nmydict = RedisDict(persistence=redis.StrictRedis())\n\n# with a specific storage key in redis\nmydict = RedisDict(persistence=redis.StrictRedis(), key='stuff')\n\nmydict['hello'] = 'world'\n\nprint(mydict)\n{'hello': 'world'}\n```\n\n## Future plans\n\n- Support for other storage backends other than Redis.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardarpanet%2Fpersistent-dict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardarpanet%2Fpersistent-dict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardarpanet%2Fpersistent-dict/lists"}