Skip to main content

A python package/script bundler

Project description

effectual

/ɪˈfek.tʃu.əl/ meaning effective and successful

Why?

Sometimes you want a single portable python file without having to make a platform specific executable or a dependency-less .pyz! Basically me trying to make Vite for python (badly) :(

When not to use this

  • The python package requires access to specific files like CustomTkinter and Pillow
  • Incredibly version specific code, for example something that won't run on a slightly different python version or operating system

Setup

If you haven't already, run:

uv init

Then to install effectual run:

uv add effectual --dev

Finally add the following lines to your pyproject.toml and configure to your hearts desire

[tool.effectual]

sourceDirectory = "./src/"
outputDirectory =  "./dist/"
outputFileName = "bundle.pyz"
minification = true
compressionLevel=5

Bundling

Development

To bundle in dev mode use:

uv run efec dev

This is like what esBuild does for vite

Production

To build a distributable .pyz file run:

uv run efec dist

This is like what what Rollup does for vite

To be added

Contributions

All contributions are welcome, I'm not the best in the world at project management but if you think you can add or improve anything please send over a pull request

Project details


Download files

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

Source Distribution

effectual-0.3.3.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

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

effectual-0.3.3-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file effectual-0.3.3.tar.gz.

File metadata

  • Download URL: effectual-0.3.3.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.4

File hashes

Hashes for effectual-0.3.3.tar.gz
Algorithm Hash digest
SHA256 fa1f654f2edf768fbac9621c71aa82a0729009a9328a157c07cdb38ba3c7d2f4
MD5 56c965609943af5e6d50cf16d8f66a4d
BLAKE2b-256 d62fb58babf82b5bbecb0fb856a1a6328f9e15306e3123903aa37e4413f8d79e

See more details on using hashes here.

File details

Details for the file effectual-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: effectual-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.4

File hashes

Hashes for effectual-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c6f0f0b657ddef04bab188173dd39d8daf7f72d5c66a12e2d13872ccdd96fc60
MD5 4cf661db45472515e00403a36aa461a6
BLAKE2b-256 5758c51837b904ce432559865002691953f30f30babf6396e6c5e9f9c4538699

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