{"id":28098602,"url":"https://github.com/adolfo-gm/potato","last_synced_at":"2025-10-09T13:37:01.471Z","repository":{"id":291176091,"uuid":"976841064","full_name":"Adolfo-GM/Potato","owner":"Adolfo-GM","description":"The .potato file format.","archived":true,"fork":false,"pushed_at":"2025-06-08T17:38:03.000Z","size":1852,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T18:19:33.683Z","etag":null,"topics":["file","fileformat","format","potato","potatoes"],"latest_commit_sha":null,"homepage":"https://potatofile.netlify.app/","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/Adolfo-GM.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,"zenodo":null}},"created_at":"2025-05-02T21:12:03.000Z","updated_at":"2025-06-08T17:51:00.000Z","dependencies_parsed_at":"2025-05-02T22:31:49.284Z","dependency_job_id":null,"html_url":"https://github.com/Adolfo-GM/Potato","commit_stats":null,"previous_names":["adolfo-gm/potato"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adolfo-GM/Potato","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adolfo-GM%2FPotato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adolfo-GM%2FPotato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adolfo-GM%2FPotato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adolfo-GM%2FPotato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adolfo-GM","download_url":"https://codeload.github.com/Adolfo-GM/Potato/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adolfo-GM%2FPotato/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001489,"owners_count":26083102,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["file","fileformat","format","potato","potatoes"],"created_at":"2025-05-13T17:58:23.130Z","updated_at":"2025-10-09T13:37:01.444Z","avatar_url":"https://github.com/Adolfo-GM.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .potato\n\u003cimg src=\"potaton.png\" height=\"150px\"\u003e\n\n## What is .potato?\n\n`.potato` is a simple, text-based file format created by Adolfo GM for storing various types of data, including text and base64 encoded images, in individual \"potatoes\" identified by a column number. Each potato is stored on a line within the file, enclosed in `\u003cpotato\u003e` tags with attributes for name, column number, data type, and a timestamp.\n\n## Basic Usage\n\nTo start using the `.potato` format, you'll need the `Potato` class. Here's a quick example of how to create a `.potato` file and bake a potato into it:\n\n```python\nfrom potato import Potato\n\n# Create a new .potato file (or open an existing one)\npt = Potato(\"my_data.potato\")\n\n# Bake a text potato at column 0\npt.bake(0, \"This is some important text!\", \"ImportantNote\")\n\n# Acess the potato\nprint(pt.mash(0))  # Output: This is some important text!\n\n```\n\nto get the potato module download the `potato.py` file from the repository and place it in your project directory. You can then import the `Potato` class and use it to create, read, and manipulate `.potato` files!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadolfo-gm%2Fpotato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadolfo-gm%2Fpotato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadolfo-gm%2Fpotato/lists"}