{"id":19357706,"url":"https://github.com/billythegoat356/parasite","last_synced_at":"2025-04-23T11:30:25.954Z","repository":{"id":39251437,"uuid":"437662725","full_name":"billythegoat356/Parasite","owner":"billythegoat356","description":"Parasite is a tool allowing you to compress Python programs, to reduce their size.","archived":false,"fork":false,"pushed_at":"2022-06-24T14:02:21.000Z","size":20,"stargazers_count":29,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T14:21:46.375Z","etag":null,"topics":["bytes","compress","file","files","optimize","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billythegoat356.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}},"created_at":"2021-12-12T21:41:58.000Z","updated_at":"2024-11-29T16:12:39.000Z","dependencies_parsed_at":"2022-08-01T08:10:03.279Z","dependency_job_id":null,"html_url":"https://github.com/billythegoat356/Parasite","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/billythegoat356%2FParasite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billythegoat356%2FParasite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billythegoat356%2FParasite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billythegoat356%2FParasite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billythegoat356","download_url":"https://codeload.github.com/billythegoat356/Parasite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250424916,"owners_count":21428467,"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":["bytes","compress","file","files","optimize","python","python3"],"created_at":"2024-11-10T07:08:54.040Z","updated_at":"2025-04-23T11:30:25.702Z","avatar_url":"https://github.com/billythegoat356.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"-----\r\n\r\n\u003cp align=\"center\"\u003e\r\n\u003cimg src=\"https://repository-images.githubusercontent.com/437662725/49b887df-c77c-4365-9d15-c3357d8148ad\", width=\"500\", height=\"500\"\u003e\r\n\u003c/p\u003e\r\n\r\n-----\r\n\r\n### \u003cp align=\"center\"\u003e🦠 Parasite 🦠\u003c/p\u003e\r\n\r\n\u003cbr\u003e\u003cbr\u003e\r\n\u003cp align=\"center\"\u003e\r\n\u003cstrong\u003e\r\nParasite is a tool written in Python3 allowing you to \"compress\" Python files,\r\n\u003cbr\u003e\r\nallowing you to keep your code executable but make it less heavy.\r\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\r\n\u003c/strong\u003e\r\n\u003c/p\u003e\r\n\u003cbr\u003e\r\n\r\n-----\r\n\r\n### \u003cp align=\"center\"\u003e⭐ Features ⭐\u003c/p\u003e\r\n\r\n\u003cbr\u003e\u003cbr\u003e\r\n\u003cstrong\u003e+ Fast\u003c/strong\u003e\r\n\u003cbr\u003e\r\n\u003cstrong\u003e+ Good optimization (using the `zlib` library), file size can go from 20MB to 6MB\u003c/strong\u003e\r\n\u003cbr\u003e\r\n\u003cstrong\u003e+ Your Python program will only be a few milliseconds slower\u003c/strong\u003e\r\n\u003cbr\u003e\r\n\r\n\u003cp align=\"right\"\u003e\r\n\u003cimg src=\"https://repository-images.githubusercontent.com/437662725/49b887df-c77c-4365-9d15-c3357d8148ad\" width=\"250\", height=\"250\"\u003e\r\n\u003c/p\u003e\r\n\u003cbr\u003e\u003cbr\u003e\r\n\r\n-----\r\n\r\n### \u003cp align=\"center\"\u003e🎯 Levels 🎯\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\u003cstrong\u003e\u003ci\u003eThis section shows the \"levels\" of this project, from 0/5 ⚪ to 5/5 ⚫!\u003c/i\u003e\u003c/strong\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\u003cstrong\u003e\u003ci\u003e⚪🟢🔵🔴🟣⚫\u003c/i\u003e\u003c/strong\u003c/p\u003e\r\n\r\n\u003cbr\u003e\u003cbr\u003e\r\n* Time: 🟢\r\n* Complexity: 🔵\r\n* Service: 🟣\r\n\u003cbr\u003e\u003cbr\u003e\r\n\r\n-----\r\n\r\n### \u003cp align=\"center\"\u003e💡 Ideas 💡\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\u003cstrong\u003e\u003ci\u003eFeel free to make a pull request on this repository to submit any idea!\u003c/i\u003e\u003c/strong\u003c/p\u003e\r\n\r\n\u003cbr\u003e\u003cbr\u003e\r\n\r\n-----\r\n\r\n### \u003cp align=\"center\"\u003e📌 Disclaimer 📌\u003c/p\u003e\r\n\r\n\u003cbr\u003e\u003cbr\u003e\r\n* ***Please use this program only for educational purposes.***\r\n* ***It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.***\r\n\u003cbr\u003e\u003cbr\u003e\r\n\r\n-----\r\n\r\n### \u003cp align=\"center\"\u003ebillythegoat356\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillythegoat356%2Fparasite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillythegoat356%2Fparasite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillythegoat356%2Fparasite/lists"}