https://github.com/ofek/pyapp
Runtime installer for Python applications
https://github.com/ofek/pyapp
application build cli packaging python rust
Last synced: 6 days ago
JSON representation
Runtime installer for Python applications
- Host: GitHub
- URL: https://github.com/ofek/pyapp
- Owner: ofek
- Created: 2023-05-07T20:56:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T15:37:01.000Z (26 days ago)
- Last Synced: 2025-04-10T18:27:31.273Z (25 days ago)
- Topics: application, build, cli, packaging, python, rust
- Language: Rust
- Homepage: https://ofek.dev/pyapp/
- Size: 2.39 MB
- Stars: 1,375
- Watchers: 7
- Forks: 34
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PyApp
| | |
| --- | --- |
| CI/CD | [](https://github.com/ofek/pyapp/actions/workflows/test.yml) [](https://github.com/ofek/pyapp/actions/workflows/publish.yml) |
| Docs | [](https://github.com/ofek/pyapp/actions/workflows/docs-latest.yml) [](https://github.com/ofek/pyapp/actions/workflows/docs-dev.yml) |
| Project | [](https://crates.io/crates/pyapp) [](https://crates.io/crates/pyapp) [](https://github.com/ofek/pyapp/releases) |
| Meta | [](https://github.com/pypa/hatch) [](https://spdx.org/licenses/) [](https://github.com/sponsors/ofek) |-----
PyApp is a wrapper for Python applications that bootstrap themselves at runtime.
You build
![]()
User runs
![]()
See the [how-to](https://ofek.dev/pyapp/latest/how-to/) for a detailed example walkthrough.
## Features
- Easily build standalone binaries for every platform
- Optional management commands providing functionality such as self updates
- Extremely configurable runtime behavior allowing for targeting of different end users## Documentation
The [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).
## License
PyApp is distributed under the terms of any of the following licenses:
- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
- [MIT](https://spdx.org/licenses/MIT.html)