pyinstaller-config

Solid

Configure PyInstaller for Python binary builds with spec files and bundling options.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
41
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# PyInstaller Config Configure PyInstaller for Python binary builds. ## Generated Patterns ```python # myapp.spec block_cipher = None a = Analysis( ['src/myapp/__main__.py'], pathex=[], binaries=[], datas=[('src/myapp/data', 'data')], hiddenimports=['click', 'rich'], hookspath=[], hooksconfig={}, runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, noarchive=False, ) pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) exe = EXE( pyz, a.scripts, a.binaries, a.zipfiles, a.datas, [], name='myapp', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, console=True, ) ``` ## Target Processes - cli-binary-distribution - package-manager-publishing

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills