Software Details:
Version: 1.1.3
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 71
It's a copy and similar in purpose to more well known py2exe for Windows, py2app for OS X, PyInstaller and/or cx_Freeze.
Features:
- Easy installation - bbfreeze can be installed with setuptools' easy_install command.
- Zip/egg file import tracking - bbfreeze tracks imports from zip files and includes whole egg files if some module is used from an eggfile. Packages using setuputils' pkg_resources module will now work (new in 0.95.0)
- 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.
- Automatic pathname rewriting - pathnames in tracebacks are replaced with relative pathnames (i.e. if you import package foo.bar from /home/jdoe/pylib/ tracebacks generated from functions in foo.bar will not show your local path /home/jdoe/pylib/foo/bar.py. They will instead show foo/bar.py)
- Distutils command 'bdist_bbfreeze' - A new distutils/setuptools command bdist_bbfreeze integrates bbfreeze into your setup.py.
What is new in this release:
- Use altgraph 0.9 as 0.10 is incompatible.
What is new in version 1.0.0:
- Updated documentation.
- Remove bbfreeze.macholib.
- Fix build on ubuntu 11.10.
- Handle platform=='linux3' case in ensureRPath.
- Make py recipe work again.
- Handle "pip -e" installed development eggs, that aren't even setuptools packages.
What is new in version 0.97.3:
- Exclude ms-win-api-* and query.dll.
- Make py parse minimal set of options required to run py.test on the frozen executable.
- Link with /LARGEADDRESSAWARE on win32
- Ensure RPATH of application loader has the right value. try to fix it with patchelf if not.
- Set dont_write_bytecode and no_user_site flags if they are available.
- Handle pip installed namespace packages.
What is new in version 0.97.2:
- Workaround console.exe not being executable.
- Switch to ez_setup.py from setuptools-0.6c11.
- Make win32com work by using a temporary directory as it's __gen_path__.
What is new in version 0.97.1:
- Add missing README.rst file.
What is new in version 0.97.0:
- Made it compatible with latest altgraph.
- Add recipe for gevent.
- Fix build on latest Ubuntu.
Comments not found