create standalone executables from python scripts
Project description
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.
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 Distribution
Built Distributions
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 bbfreeze-0.92.0.tar.gz.
File metadata
- Download URL: bbfreeze-0.92.0.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ef36d467679ee94e57751fbebc2f5a32ce15e0685396289d002b5ea96a5afe0
|
|
| MD5 |
9cbaf80ebda6289f6996df9c81c25f6e
|
|
| BLAKE2b-256 |
8295ee915b9e99f5f0aaf8e8da5e45cbc1d52bc09f0ea39f98a66e5174a7a6b0
|
File details
Details for the file bbfreeze-0.92.0-py2.5-win32.egg.
File metadata
- Download URL: bbfreeze-0.92.0-py2.5-win32.egg
- Upload date:
- Size: 27.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4910f22f58fe800fe00244291b6de4fec6fdf9d8cde7d17e3bbf861e4558ec6
|
|
| MD5 |
aac8fcb3a2fccf80ba67f3ff705ad26d
|
|
| BLAKE2b-256 |
e4059391a2099904e4b7f64614123dfa16a3f4cacbb88c16b28d1f72c1ccd59c
|
File details
Details for the file bbfreeze-0.92.0-py2.4-win32.egg.
File metadata
- Download URL: bbfreeze-0.92.0-py2.4-win32.egg
- Upload date:
- Size: 27.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc01d957e299325b76336533ea3c372a27155c1e2da3b5ed3682bb52f4528e79
|
|
| MD5 |
d4fc45e3689cac258ac9861e6967a2db
|
|
| BLAKE2b-256 |
8be05cb15dfbe9e673513b97d26b88140cbc653b4f1db9dc31b41cc3e05ce2a0
|