{"id":16200962,"url":"https://github.com/rpakishore/ak_cache","last_synced_at":"2026-01-03T05:55:21.040Z","repository":{"id":153783742,"uuid":"630656559","full_name":"rpakishore/ak_cache","owner":"rpakishore","description":"Python Caching library customized for AK's projects","archived":false,"fork":false,"pushed_at":"2024-09-12T20:47:43.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T16:10:51.448Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"","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/rpakishore.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":"2023-04-20T21:24:34.000Z","updated_at":"2024-09-12T20:47:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"515e412e-d15b-44c5-8bd1-ab418a651f18","html_url":"https://github.com/rpakishore/ak_cache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2Fak_cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2Fak_cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2Fak_cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2Fak_cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpakishore","download_url":"https://codeload.github.com/rpakishore/ak_cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971180,"owners_count":20376784,"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":["python"],"created_at":"2024-10-10T09:35:01.123Z","updated_at":"2026-01-03T05:55:20.993Z","avatar_url":"https://github.com/rpakishore.png","language":"Python","readme":"\u003c!--- Heading ---\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eak_cache\u003c/h1\u003e\n  \u003cp\u003e\n    Cache any data for your python projects\n  \u003c/p\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rpakishore/ak_cache)\n![GitHub last commit](https://img.shields.io/github/last-commit/rpakishore/ak_cache)\n\u003c!-- Table of Contents --\u003e\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\n- [1. About the Project](#1-about-the-project)\n  - [1.1. Features](#11-features)\n- [2. Getting Started](#2-getting-started)\n  - [2.1. Installation](#21-installation)\n- [3. Usage](#3-usage)\n- [4. Roadmap](#4-roadmap)\n- [5. License](#5-license)\n- [6. Contact](#6-contact)\n\n\u003c!-- About the Project --\u003e\n## 1. About the Project\n\n\u003c!-- Features --\u003e\n### 1.1. Features\n\n- Read and write data to a Cached Pickle File\n\n\u003c!-- Getting Started --\u003e\n## 2. Getting Started\n\n\u003c!-- Installation --\u003e\n### 2.1. Installation\n\n```bash\npip install ak_cache\n```\n\nAlternatively\n\n```bash\ngit install ak_cache@git+https://github.com/rpakishore/ak_cache.git\n```\n\n\u003c!-- Usage --\u003e\n## 3. Usage\n\nUse this space to tell a little more about your project and how it can be used. Show additional screenshots, code samples, demos or link to other resources.\n\n```python\nfrom ak_cache import Cache\ncache_file = Cache(r'Path\\to\\Cache\\file.pkl')\ncache_file.write('This is a text')\ncache_file.read()\n```\n\nEncrypt your pickle file as below\n\n```python\ncache_file = Cache(r'Path\\to\\Cache\\encr_file.pkl', password=\"Strong_Password\")\n\ncache_file.write('This is an encrypted text')\ncache_file.read()\n```\n\u003c!-- Roadmap --\u003e\n## 4. Roadmap\n\n- [x] Add encryption option to the cache file\n\n\u003c!-- License --\u003e\n## 5. License\n\nSee [LICENSE](./LICENSE) for more information.\n\n\u003c!-- Contact --\u003e\n## 6. Contact\n\nArun Kishore - [@rpakishore](mailto:ak_cache@rpakishore.co.in)\n\nProject Link: [https://github.com/rpakishore/ak_cache](https://github.com/rpakishore/ak_cache)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpakishore%2Fak_cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpakishore%2Fak_cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpakishore%2Fak_cache/lists"}