{"id":22927205,"url":"https://github.com/hapytex/python-pickle","last_synced_at":"2025-10-09T02:09:03.074Z","repository":{"id":211862298,"uuid":"608122812","full_name":"hapytex/python-pickle","owner":"hapytex","description":"Reading and writing Pickle files in Haskell.","archived":false,"fork":false,"pushed_at":"2023-12-31T16:51:59.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T10:14:27.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hapytex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-03-01T11:18:10.000Z","updated_at":"2023-12-11T08:05:46.000Z","dependencies_parsed_at":"2023-12-11T10:28:24.431Z","dependency_job_id":"26037109-539a-4fc7-bef5-7973a2cabe4b","html_url":"https://github.com/hapytex/python-pickle","commit_stats":null,"previous_names":["hapytex/python-pickle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fpython-pickle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fpython-pickle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fpython-pickle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fpython-pickle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapytex","download_url":"https://codeload.github.com/hapytex/python-pickle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246665963,"owners_count":20814410,"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":[],"created_at":"2024-12-14T09:13:54.493Z","updated_at":"2025-10-09T02:08:58.037Z","avatar_url":"https://github.com/hapytex.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-pickle\n\nReading and writing Python pickle files, or at least a best effort to do that.\n\n## Introduction\n\n## Python's pickle protocol\n\nPython's pickle protocol consists out of opcodes and optionally parameters that guide the system through loading a file. The machine has a stack and a dictionary to process data. The protocol has not really a fixed prefix as file, but it normally starts with `0x80` as first opcode to set the protocol version, and then `0x05` or `0x04`, the most common protocol numbers. The last opcode is normally a `0x2e`, or a dot, that stops the parser from reading.\n\nFor parsing, the protocol has only some influence with regarding to loading the correct modules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapytex%2Fpython-pickle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhapytex%2Fpython-pickle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapytex%2Fpython-pickle/lists"}