{"id":13495184,"url":"https://github.com/takluyver/pynsist","last_synced_at":"2025-05-13T00:13:19.978Z","repository":{"id":15536707,"uuid":"18271410","full_name":"takluyver/pynsist","owner":"takluyver","description":"Build Windows installers for Python applications","archived":false,"fork":false,"pushed_at":"2025-01-05T12:10:01.000Z","size":32671,"stargazers_count":958,"open_issues_count":35,"forks_count":123,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-13T00:13:12.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pynsist.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takluyver.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-03-30T19:11:21.000Z","updated_at":"2025-04-23T08:55:09.000Z","dependencies_parsed_at":"2024-06-18T15:17:43.868Z","dependency_job_id":"85298f2f-31cd-4a3d-828d-c8cc599ad6ba","html_url":"https://github.com/takluyver/pynsist","commit_stats":{"total_commits":484,"total_committers":31,"mean_commits":"15.612903225806452","dds":"0.23553719008264462","last_synced_commit":"2fac13c326972a985bfa28389f14de076bbdc0f5"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takluyver%2Fpynsist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takluyver%2Fpynsist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takluyver%2Fpynsist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takluyver%2Fpynsist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takluyver","download_url":"https://codeload.github.com/takluyver/pynsist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843222,"owners_count":21972874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-07-31T19:01:32.162Z","updated_at":"2025-05-13T00:13:19.924Z","avatar_url":"https://github.com/takluyver.png","language":"Python","funding_links":[],"categories":["Python","Code Packaging","Freezers"],"sub_categories":[],"readme":"Pynsist is a tool to build Windows installers for your Python applications. The\ninstallers bundle Python itself, so you can distribute your application to\npeople who don't have Python installed.\n\nFor more information, see `the documentation \u003chttps://pynsist.readthedocs.io/en/latest/\u003e`_\nand `the examples \u003chttps://github.com/takluyver/pynsist/tree/master/examples\u003e`_.\n\nPynsist 2.7 requires Python 3.6 or above.\nYou can use `Pynsist 2.6 \u003chttp://pynsist.readthedocs.io/en/2.6/\u003e`_ on Python 3.5,\nand `Pynsist 1.x \u003chttp://pynsist.readthedocs.io/en/1.12/\u003e`_ on Python 2.7 and\nPython 3.3 or above, but these versions won't get further updates.\n\nQuickstart\n----------\n\n1. Get the tools. Install `NSIS \u003chttp://nsis.sourceforge.net/Download\u003e`_, and\n   then install pynsist from PyPI by running ``pip install pynsist``.\n\n2. Write a config file ``installer.cfg``, like this:\n\n   .. code-block:: ini\n   \n       [Application]\n       name=My App\n       version=1.0\n       # How to launch the app - this calls the 'main' function from the 'myapp' package:\n       entry_point=myapp:main\n       icon=myapp.ico\n\n       [Python]\n       version=3.6.3\n\n       [Include]\n       # Packages from PyPI that your application requires, one per line\n       # These must have wheels on PyPI:\n       pypi_wheels = requests==2.18.4\n            beautifulsoup4==4.6.0\n            html5lib==0.999999999\n\n       # To bundle packages which don't publish wheels, or to include directly wheel files\n       # from a directory, see the docs on the config file.\n\n       # Other files and folders that should be installed\n       files = LICENSE\n           data_files/\n\n3. Run ``pynsist installer.cfg`` to generate your installer. If ``pynsist`` isn't\n   found, you can use ``python -m nsist installer.cfg`` instead.\n\nThis example illustrates how to use Pynsist by itself, for simple projects.\nThere are other options which can make it easier to integrate as a step in\na more complex build process. See the docs for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakluyver%2Fpynsist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakluyver%2Fpynsist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakluyver%2Fpynsist/lists"}