bbfreeze creates standalone executables from python scripts. It’s similar in purpose to the well known py2exe for windows, py2app for OS X, PyInstaller and cx_Freeze (in fact it includes some bits from cx_Freeze and PyInstaller. And it uses the modulegraph package, which is also used by py2app).
It has the following features:
- easy installation
bbfreeze can be installed with setuptools’ easy_install command.
- binary dependency tracking
bbfreeze will track binary dependencies and will include DLLs and shared libraries needed by a frozen program.
- multiple script freezing
bbfreeze can freeze multiple scripts at once.
- python interpreter included
bbfreeze will create an extra executable named ‘py’, which might be used like the python executable itself.
bbfreeze works on windows and UNIX-like operating systems. It currently does not work on OS X. bbfreeze has been tested with python 2.4 and 2.5. bbfreeze will not work with python versions prior to 2.3 as it uses the zipimport feature introduced with python 2.3.
Release files for bbfreeze 0.92.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bbfreeze-0.92.0.tar.gz | 17.7 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bbfreeze-0.92.0-py2.5-win32.egg | Legacy Egg format | - | - | Details |
| bbfreeze-0.92.0-py2.4-win32.egg | Legacy Egg format | - | - | Details |
Total release size: 72.2 kB
Release files / bbfreeze-0.92.0.tar.gz
| Download URL | bbfreeze-0.92.0.tar.gz |
|---|---|
| Size | 17.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ef36d467679ee94e57751fbebc2f5a32ce15e0685396289d002b5ea96a5afe0
|
|
BLAKE2b-256 checksum How to use checksums |
8295ee915b9e99f5f0aaf8e8da5e45cbc1d52bc09f0ea39f98a66e5174a7a6b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / bbfreeze-0.92.0-py2.5-win32.egg
| Download URL | bbfreeze-0.92.0-py2.5-win32.egg |
|---|---|
| Size | 27.1 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
f4910f22f58fe800fe00244291b6de4fec6fdf9d8cde7d17e3bbf861e4558ec6
|
|
BLAKE2b-256 checksum How to use checksums |
e4059391a2099904e4b7f64614123dfa16a3f4cacbb88c16b28d1f72c1ccd59c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / bbfreeze-0.92.0-py2.4-win32.egg
| Download URL | bbfreeze-0.92.0-py2.4-win32.egg |
|---|---|
| Size | 27.4 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
cc01d957e299325b76336533ea3c372a27155c1e2da3b5ed3682bb52f4528e79
|
|
BLAKE2b-256 checksum How to use checksums |
8be05cb15dfbe9e673513b97d26b88140cbc653b4f1db9dc31b41cc3e05ce2a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |