pyfuze makes your python script actually run anywhere
Project description
pyfuze
description
pyfuze makes your python script actually run anywhere.
install
pip install pyfuze
usage
pyfuze build t.py --python 3.8 --reqs requests,numpy
This command will generate dist/t.zip which contains:
- pyfuze.com
- .python-version (one line, "3.8")
- requirements.txt (two lines, "requests" and "numpy")
- t.py
pyfuze.com is an actually portable executable, so you can run it natively on Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS on AMD64 and ARM64.
Notice: uv mainly supports macOS (Apple Silicon + x86_64), Linux (x86_64) and Windows (x86_64).
Executing pyfuze.com will result in:
- install uv in
./uvfolder - install python in
./python(version:.python-version) - install dependencies in
requirements.txt - run python script
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.3.0-py3-none-any.whl.
File metadata
- Download URL: pyfuze-0.3.0-py3-none-any.whl
- Upload date:
- Size: 351.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
269b630595109e02adab5095cf90c1403be951b0814cff44e7bc10fdcfba265c
|
|
| MD5 |
d2302196b12aaa3105808a5f11ddce36
|
|
| BLAKE2b-256 |
fc93ec6d8178509e141d17285b9b2af2c37e585e737c4f1a97242b5e2368819f
|