pyfuze makes your Python project run anywhere
Project description
pyfuze
description
pyfuze makes your Python project run anywhere.
install
pip install pyfuze
usage
Usage: pyfuze [OPTIONS] PYTHON_PROJECT
pyfuze — package Python scripts with dependencies.
Options:
--python TEXT Add .python-version file
--reqs TEXT Add requirements.txt file (input comma-
separated string OR requirements.txt path)
--pyproject FILE Add pyproject.toml file
--uv-lock FILE Add uv.lock file
--entry TEXT Entry python file
--win-gui Hide the console window on Windows
--include TEXT Include additional file or folder
(source[:destination]) (repeatable)
--exclude TEXT Exclude path relative to the project root
(repeatable)
--env TEXT Add environment variables (key=value)
(repeatable)
--uv-install-script-windows TEXT
UV installation script URI for Windows
[default: https://astral.sh/uv/install.ps1]
--uv-install-script-unix TEXT UV installation script URI for Unix
[default: https://astral.sh/uv/install.sh]
-d, --debug Enable debug logging
-v, --version Show the version and exit.
-h, --help Show this message and exit.
example
pyfuze ./examples/ip.py --python 3.8 --reqs requests --win-gui
This command will generate dist/ip.zip which contains:
- pyfuze.com
- .python-version
- requirements.txt
- src/ip.py
- config.txt
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.
Executing pyfuze.com will do the following:
- install uv in
./uvfolder - install python in
./python - install dependencies in
requirements.txt - run the Python project
Note: uv primarily supports macOS (both Apple Silicon and x86_64), Linux (x86_64), and Windows (x86_64).
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.6.4-py3-none-any.whl.
File metadata
- Download URL: pyfuze-0.6.4-py3-none-any.whl
- Upload date:
- Size: 364.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479cb50c0768e29bb87190cacf944cb1f23341b809d7d872654a2d548091fcc5
|
|
| MD5 |
232abbdc5301f21d3a8d4bcbad645660
|
|
| BLAKE2b-256 |
95cec4eaeab352e3ecc4d49a56e3d6dd4e25f12e02d81b7b892e3b4dac023356
|