Fast & Simple Packer toolset for python.
Project description
fspacker
Fast & Simple Packer toolset for python.
Key Features
- 10-100x faster than existing deploy libs such as Py2exe, PyInstaller, Nuitka...
- Supports multi-project deployment
- Supports archiving with zip or 7z
- Supports deployment with InnoSetup
- Supports compilation with nuitka
- Supports encryption with pyarmor
Support Platforms
- Windows 7 ~ 11
- linux
- macOS
Support Libraries
- tkinter(Windows only)
- pyside2
- matplotlib
- pandas
- pytorch
Quick Start
Usage:
pip install fspacker
cd [directory/of/app.py]
fsp
!!!NOTICE!!! 'app.py' must contain 'main' function as entry.
Example:
Python project structure:
ex01_helloworld_console/
|___ modules/
|____ __init__.py
|____ module_a.py
|____ module_b.py
|___ ex01_helloworld_console.py
|___ module_c.py
# ex01_helloworld_console.py
from modules.module_a import function_a # import from
from modules.module_b import function_b # import from
import module_c # import
def main():
print("hello, world")
function_a()
function_b()
module_c.function_c()
Run command:
cd .../ex01_helloworld_console
fsp
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
fspacker-0.5.3rc0.tar.gz
(3.7 MB
view details)
Built Distribution
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 fspacker-0.5.3rc0.tar.gz.
File metadata
- Download URL: fspacker-0.5.3rc0.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
478b3ce2d2c88763e337e54e8006b1f23aeeb390a809eef915eca87f8e2c12d3
|
|
| MD5 |
e38d921b3194eed8854ee7f3942017f6
|
|
| BLAKE2b-256 |
994a10423cb0d3367995f66f5a2720a6ac4fd38682fdcd2f08196689a85f411c
|
File details
Details for the file fspacker-0.5.3rc0-py3-none-any.whl.
File metadata
- Download URL: fspacker-0.5.3rc0-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85d8138fa49266e29d2889fdcd76a825121e87e4c4e9629d450d5866f8e01a49
|
|
| MD5 |
165c9dcd9e471d95b03747a74887099d
|
|
| BLAKE2b-256 |
404a1ecc8643118b152d4935a7927363eb9493a870dada56cda2d20d857817b0
|