{"library":"pyinstaller-versionfile","title":"pyinstaller-versionfile","description":"Creates Windows version-info files for PyInstaller from a YAML metadata file or from an installed distribution's metadata. Current version: 3.1.0. Release cadence: irregular.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyinstaller-versionfile"],"cli":{"name":"pyinstaller-versionfile","version":"sh: 1: pyinstaller-versionfile: not found"}},"imports":["from pyinstaller_versionfile import create_version_file","from pyinstaller_versionfile import Metadata"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyinstaller_versionfile import create_version_file\n\ncreate_version_file(\n    output_file=\"version_info.txt\",\n    version=\"1.0.0\",\n    company_name=\"My Company\",\n    file_description=\"My App\",\n    internal_name=\"myapp\",\n    legal_copyright=\"Copyright 2025 My Company\",\n    original_filename=\"myapp.exe\",\n    product_name=\"My App\",\n    translations=[\"040904B0\"]  # US English, Windows CP1252\n)","lang":"python","description":"Create a version file from scratch using keyword arguments.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}