{"id":43364779,"url":"https://github.com/accessibleapps/installer_builder2","last_synced_at":"2026-02-02T04:41:24.660Z","repository":{"id":132733394,"uuid":"523927793","full_name":"accessibleapps/installer_builder2","owner":"accessibleapps","description":"Generate distributable binaries for Windows and macOS","archived":false,"fork":false,"pushed_at":"2024-12-11T03:28:22.000Z","size":28,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T18:27:39.597Z","etag":null,"topics":["innosetup","installer","nuitka"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/accessibleapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-08-12T02:12:16.000Z","updated_at":"2026-01-08T05:36:43.000Z","dependencies_parsed_at":"2024-01-21T06:29:30.482Z","dependency_job_id":"3447074e-07ea-4b86-8f63-2743004475dd","html_url":"https://github.com/accessibleapps/installer_builder2","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/accessibleapps/installer_builder2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessibleapps%2Finstaller_builder2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessibleapps%2Finstaller_builder2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessibleapps%2Finstaller_builder2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessibleapps%2Finstaller_builder2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accessibleapps","download_url":"https://codeload.github.com/accessibleapps/installer_builder2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessibleapps%2Finstaller_builder2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29005759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["innosetup","installer","nuitka"],"created_at":"2026-02-02T04:41:23.964Z","updated_at":"2026-02-02T04:41:24.654Z","avatar_url":"https://github.com/accessibleapps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installer Builder 2\n===================\n\nInstaller Builder 2 is a Python package designed to simplify the process of building installable and updatable applications for multiple platforms. It provides a streamlined workflow for compiling your Python code into standalone executables, creating installer packages for Windows, and disk images for macOS.\n\nFeatures\n--------\n- Cross-platform support for Windows and macOS.\n- Compiles Python code into standalone executables using Nuitka.\n- Generates installer packages for Windows using Inno Setup.\n- Creates disk images (.dmg) for macOS applications.\n- Supports inclusion of additional modules and packages.\n- Allows inclusion of data files and directories in the build.\n- Customizable application metadata (name, version, author, etc.).\n- Option to run the application at startup (Windows).\n- Console mode compilation for command-line applications.\n- Easy to use API for automating the build process.\n\nRequirements\n------------\n- Python 3.6 or higher\n- attrs\n- innosetup_builder\n- nuitka\n- ordered_set\n\nInstallation\n------------\nTo install Installer Builder 2, you can use pip:\n\n```bash\npip install installer_builder2\n```\n\nUsage\n-----\nTo use Installer Builder 2, create an instance of `InstallerBuilder` and configure it with your application's details and preferences. Then, call the `build` method to start the build process.\n\n```python\nfrom installer_builder2 import InstallerBuilder\n\nbuilder = InstallerBuilder(\n    app_name=\"MyApp\",\n    main_module=\"main.py\",\n    version=\"1.0.0\",\n    author=\"Your Name\",\n    run_at_startup=True,\n    console=False,\n    # Additional configuration...\n)\n\nbuilder.build()\n```\n\nFor more detailed instructions and configuration options, please refer to the documentation provided within the package.\n\nContributing\n------------\nContributions to Installer Builder 2 are welcome! Please feel free to submit pull requests or create issues for bugs and feature requests.\n\nLicense\n-------\nInstaller Builder 2 is released under the MIT License. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessibleapps%2Finstaller_builder2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccessibleapps%2Finstaller_builder2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessibleapps%2Finstaller_builder2/lists"}