{"id":13469003,"url":"https://github.com/ofek/pyapp","last_synced_at":"2025-04-29T14:28:51.119Z","repository":{"id":163234070,"uuid":"637533152","full_name":"ofek/pyapp","owner":"ofek","description":"Runtime installer for Python applications","archived":false,"fork":false,"pushed_at":"2025-04-09T15:37:01.000Z","size":2508,"stargazers_count":1375,"open_issues_count":16,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-10T18:27:31.273Z","etag":null,"topics":["application","build","cli","packaging","python","rust"],"latest_commit_sha":null,"homepage":"https://ofek.dev/pyapp/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ofek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["ofek"],"custom":["https://ofek.dev/donate/"]}},"created_at":"2023-05-07T20:56:04.000Z","updated_at":"2025-04-10T12:51:56.000Z","dependencies_parsed_at":"2023-10-01T16:13:19.103Z","dependency_job_id":"d2bafbec-9c9c-4f4e-98f7-9b2109ec85fc","html_url":"https://github.com/ofek/pyapp","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fpyapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fpyapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fpyapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofek%2Fpyapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofek","download_url":"https://codeload.github.com/ofek/pyapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251518231,"owners_count":21602119,"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":["application","build","cli","packaging","python","rust"],"created_at":"2024-07-31T15:01:24.026Z","updated_at":"2025-04-29T14:28:51.082Z","avatar_url":"https://github.com/ofek.png","language":"Rust","readme":"# PyApp\n\n| | |\n| --- | --- |\n| CI/CD | [![CI - Test](https://github.com/ofek/pyapp/actions/workflows/test.yml/badge.svg)](https://github.com/ofek/pyapp/actions/workflows/test.yml) [![CD - Publish](https://github.com/ofek/pyapp/actions/workflows/publish.yml/badge.svg)](https://github.com/ofek/pyapp/actions/workflows/publish.yml) |\n| Docs | [![Docs - Latest](https://github.com/ofek/pyapp/actions/workflows/docs-latest.yml/badge.svg)](https://github.com/ofek/pyapp/actions/workflows/docs-latest.yml) [![Docs - Dev](https://github.com/ofek/pyapp/actions/workflows/docs-dev.yml/badge.svg)](https://github.com/ofek/pyapp/actions/workflows/docs-dev.yml) |\n| Project | [![Project - Version](https://img.shields.io/crates/v/pyapp)](https://crates.io/crates/pyapp) [![Project - Package downloads](https://img.shields.io/crates/d/pyapp?label=package%20downloads)](https://crates.io/crates/pyapp) [![Project - Repo downloads](https://img.shields.io/github/downloads/ofek/pyapp/total?label=repo%20downloads)](https://github.com/ofek/pyapp/releases) |\n| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![License - Apache-2.0 OR MIT](https://img.shields.io/badge/license-Apache--2.0%20OR%20MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors\u0026style=social)](https://github.com/sponsors/ofek) |\n\n-----\n\nPyApp is a wrapper for Python applications that bootstrap themselves at runtime.\n\n\u003cdiv align=\"center\"\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\u003cth\u003eYou build\u003c/th\u003e\u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/ofek/pyapp/master/docs/assets/images/example-build.gif\" alt=\"PyApp example build\" role=\"img\"\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ctable\u003e\n  \u003ctr\u003e\u003cth\u003eUser runs\u003c/th\u003e\u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/ofek/pyapp/master/docs/assets/images/example-run.gif\" alt=\"PyApp example run\" role=\"img\"\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003c/div\u003e\n\nSee the [how-to](https://ofek.dev/pyapp/latest/how-to/) for a detailed example walkthrough.\n\n## Features\n\n- Easily build standalone binaries for every platform\n- Optional management commands providing functionality such as self updates\n- Extremely configurable runtime behavior allowing for targeting of different end users\n\n## Documentation\n\nThe [documentation](https://ofek.dev/pyapp/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).\n\n## License\n\nPyApp is distributed under the terms of any of the following licenses:\n\n- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)\n- [MIT](https://spdx.org/licenses/MIT.html)\n","funding_links":["https://github.com/sponsors/ofek","https://ofek.dev/donate/"],"categories":["Rust","\u003ca name=\"Rust\"\u003e\u003c/a\u003eRust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofek%2Fpyapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofek%2Fpyapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofek%2Fpyapp/lists"}