{"id":37610907,"url":"https://github.com/brsynth/simplecache","last_synced_at":"2026-01-16T10:20:43.767Z","repository":{"id":109125286,"uuid":"375296557","full_name":"brsynth/simplecache","owner":"brsynth","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-09T10:22:35.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-09T20:14:12.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"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/brsynth.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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-09T09:19:38.000Z","updated_at":"2021-06-10T06:30:19.000Z","dependencies_parsed_at":"2023-03-22T19:31:47.925Z","dependency_job_id":null,"html_url":"https://github.com/brsynth/simplecache","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/brsynth/simplecache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fsimplecache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fsimplecache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fsimplecache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fsimplecache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brsynth","download_url":"https://codeload.github.com/brsynth/simplecache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brsynth%2Fsimplecache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T10:20:42.907Z","updated_at":"2026-01-16T10:20:43.761Z","avatar_url":"https://github.com/brsynth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pysimplecache - Defines a simple cache of objects\n\npysimplecache implements a static class (`Cache`) to store (in a non-persistent way) and share objects of any type.\n\n## Install\n### From Conda\n```sh\n[sudo] conda install -c conda-forge -c pysimplecache\n```\n\n## Use\n### Compound\n```python\nfrom pysimplecache import Cache\n\no = \u003cany object\u003e\n\nCache.add(obj=o, id='my_o')\n\noo = Cache.get('my_o')\n```\nThis code creates an object of any type (int, List, Dict, custom object), dd it to the cache and read it from the cache.\n\n\n## Tests\nPlease follow instructions below to run tests:\n```\ncd tests\npytest -v\n```\nFor further tests and development tools, a CI toolkit is provided in `ci` folder (see [ci/README.md](ci/README.md)).\n\n\n## Authors\n\n* **Joan Hérisson**\n\n\n## Licence\npysimplecache is released under the MIT licence. See the LICENCE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrsynth%2Fsimplecache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrsynth%2Fsimplecache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrsynth%2Fsimplecache/lists"}