{"id":27153828,"url":"https://github.com/btodell/pyz","last_synced_at":"2025-04-08T16:18:40.685Z","repository":{"id":57458706,"uuid":"114419828","full_name":"BTOdell/pyz","owner":"BTOdell","description":"Packages all source code and dependencies into a single Python zip application.","archived":false,"fork":false,"pushed_at":"2017-12-21T02:59:43.000Z","size":33,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T14:04:24.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BTOdell.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-15T23:38:48.000Z","updated_at":"2023-10-31T16:58:19.000Z","dependencies_parsed_at":"2022-09-10T05:50:50.533Z","dependency_job_id":null,"html_url":"https://github.com/BTOdell/pyz","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTOdell%2Fpyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTOdell%2Fpyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTOdell%2Fpyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTOdell%2Fpyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BTOdell","download_url":"https://codeload.github.com/BTOdell/pyz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247877965,"owners_count":21011158,"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":"2025-04-08T16:18:40.049Z","updated_at":"2025-04-08T16:18:40.678Z","avatar_url":"https://github.com/BTOdell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyz\n===\n\n*Packages all source code and dependencies into a single Python zip application.*\n\nSummary\n-------\n\nDeploying a Python application any larger than a single file is\ncumbersome - this library aims to solve that problem.\n\nPython has been able to run code from within a zip file since version\n2.6. Python 3.5 introduced the `zipapp \u003chttps://docs.python.org/3/library/zipapp.html\u003e`__ module\nwhich aims to simplify the process of creating a zip application.\nHowever, **zipapp** isn't a complete solution to the problem - it\ndoesn't handle dependencies and it doesn't include certain extra\nfeatures that this library provides.\n\nThis library allows you to bundle all of your Python code **AND** your\ndependencies into a single Python zip application file.\n\nNote: The dependency bundling feature is not implemented yet, but it is\nin the works!\n\nFeatures\n--------\n\n1. Bundle all Python source code with fine-grained control over included files.\n2. Ability to \"unixify\" the output application by prepending a customizable\n   `shebang \u003chttps://en.wikipedia.org/wiki/Shebang_(Unix)\u003e`__.\n3. Python interpreter version check - display a friendly notice instead\n   of a Python exception if the user runs your application using an\n   unsupported Python version.\n\nPlanned\n-------\n\n1. Automatically identify dependencies and package them accordingly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtodell%2Fpyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtodell%2Fpyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtodell%2Fpyz/lists"}