Skip to main content

pyfuze makes your Python project run anywhere

Project description

pyfuze

GitHub PyPI - Version

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 ./uv folder
  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyfuze-0.6.5-py3-none-any.whl (364.1 kB view details)

Uploaded Python 3

File details

Details for the file pyfuze-0.6.5-py3-none-any.whl.

File metadata

  • Download URL: pyfuze-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 364.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.9

File hashes

Hashes for pyfuze-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7a406f6f3c068c166e8e28cc9c54735c0ec5c35bc296609b14fd0f9c66153d3c
MD5 fe7795b97e55f418dd30d450b17777c7
BLAKE2b-256 300b17667246a2c6ed5938ab86bbe298cfb8166f8c75f5bd5e1b44396252f308

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page