pyfuze makes your Python project run anywhere
Project description
pyfuze
description
pyfuze makes your Python project run anywhere.
install
pip install pyfuze
usage
pyfuze ./examples/ip.py --reqs requests --win-gui
This command will generate dist/ip.zip which contains:
- pyfuze.com
- .python-version (default "3.8")
- requirements.txt ("requests")
- src/ip.py
- config.txt (2 lines: entry=ip.py win_gui=1)
pyfuze.com is an Actually Portable Executable, capable of running natively on Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD, and BIOS across both AMD64 and ARM64 architectures.
Note: uv primarily supports macOS (both Apple Silicon and x86_64), Linux (x86_64), and Windows (x86_64).
Executing pyfuze.com will do the following:
- install uv in
./uvfolder - install python in
./python(version:.python-version) - install dependencies in
requirements.txt - run the Python project
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfuze-0.5.1-py3-none-any.whl.
File metadata
- Download URL: pyfuze-0.5.1-py3-none-any.whl
- Upload date:
- Size: 361.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66a69fa6f16675ef58592aa074dbb30f7b6daa3190952a36ab57a5f41d207fb6
|
|
| MD5 |
2290bf17f9e0792b0d419025afa407a8
|
|
| BLAKE2b-256 |
70b500aff53b060e2a1cc1426968ed9b10e36f8bbd10022e4b30139e82d90426
|