{"id":27721279,"url":"https://github.com/idleberg/vscode-pynsist","last_synced_at":"2026-02-21T12:02:38.149Z","repository":{"id":70063999,"uuid":"97411436","full_name":"idleberg/vscode-pynsist","owner":"idleberg","description":"Language support, snippets and build-system for pynsist, a tool to build Windows installers for your Python applications","archived":false,"fork":false,"pushed_at":"2025-10-07T14:18:57.000Z","size":7141,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T02:38:18.414Z","etag":null,"topics":["nsis","pynsist","python","python-installation","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=idleberg.pynsist","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idleberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2017-07-16T21:10:18.000Z","updated_at":"2025-10-07T14:19:01.000Z","dependencies_parsed_at":"2025-04-06T13:23:43.518Z","dependency_job_id":"8f1f953e-6561-41e0-9dc0-d51cf36b7156","html_url":"https://github.com/idleberg/vscode-pynsist","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/idleberg/vscode-pynsist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-pynsist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-pynsist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-pynsist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-pynsist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/vscode-pynsist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fvscode-pynsist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29680147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["nsis","pynsist","python","python-installation","vscode-extension"],"created_at":"2025-04-27T10:01:57.150Z","updated_at":"2026-02-21T12:02:38.114Z","avatar_url":"https://github.com/idleberg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-pynsist\n\n[![Version](https://img.shields.io/github/v/release/idleberg/vscode-pynsist?style=for-the-badge)](https://github.com/idleberg/vscode-pynsist/releases)\n[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/idleberg.pynsist?style=for-the-badge\u0026label=Marketplace)](https://marketplace.visualstudio.com/items?itemName=idleberg.pynsist)\n[![Open VSX Downloads](https://img.shields.io/open-vsx/dt/idleberg/pynsist?style=for-the-badge\u0026label=Open%20VSX)](https://open-vsx.org/extension/idleberg/pynsist)\n[![Build](https://img.shields.io/github/actions/workflow/status/idleberg/vscode-pynsist/default.yml?style=for-the-badge)](https://github.com/idleberg/vscode-pynsist/actions)\n\nLanguage support, snippets and build-system for [pynsist](https://pypi.python.org/pypi/pynsist), a tool to build Windows installers for your Python applications\n\n![Screenshot](https://raw.github.com/idleberg/vscode-pynsist/main/resources/screenshot.gif)\n\n*See Pynsist in action*\n\n## Installation\n\n### Extension Marketplace\n\nLaunch Quick Open, paste the following command, and press \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n`ext install idleberg.pynsist`\n\n### CLI\n\nWith [shell commands](https://code.visualstudio.com/docs/editor/command-line) installed, you can use the following command to install the extension:\n\n`$ code --install-extension idleberg.pynsist`\n\n### Packaged Extension\n\nDownload the packaged extension from the the [release page](https://github.com/idleberg/vscode-pynsist/releases) and install it from the command-line:\n\n```bash\n$ code --install-extension path/to/pynsist-*.vsix\n```\n\nAlternatively, you can download the packaged extension from the [Open VSX Registry](https://open-vsx.org/) or install it using the [`ovsx`](https://www.npmjs.com/package/ovsx) command-line tool:\n\n```bash\n$ ovsx get idleberg.pynsist\n```\n\n### Clone Repository\n\nChange to your Visual Studio Code extensions directory:\n\n```powershell\n# Windows Powershell\ncd $Env:USERPROFILES\\.vscode\\extensions\n\n# Windows Command Prompt\n$ cd %USERPROFILE%\\.vscode\\extensions\n```\n\n```bash\n# Linux \u0026 macOS\n$ cd ~/.vscode/extensions/\n```\n\nClone repository as `pynsist`:\n\n```bash\n$ git clone https://github.com/idleberg/vscode-pynsist pynsist\n```\n\n## Usage\n\n### Snippets\n\nThis package provides snippets to create sections and settings inside your `installer.cfg`, as well as all supported NSIS variables.\n\n### Building\n\nBefore you can build, make sure `pynsist` and `makensis` are in your PATH [environment variable](http://superuser.com/a/284351/195953). Alternatively, you can specify the path to `pynsist` in your [user settings](https://code.visualstudio.com/docs/customization/userandworkspace).\n\nOnce set up, you can make use of the commands provided by this package:\n\n- `pynsist: Generate Script` - generates an NSIS script from your `installer.cfg`\n- `pynsist: Compile Installer` - generates an NSIS script and compiles it\n- `pynsist: Create Build Task` - create build task for the built-in Task Runner\n\n## Related\n\n- [atom-pynsist](https://atom.io/packages/pynsist)\n- [sublime-pynsist](https://packagecontrol.io/packages/Pynsist)\n\n## License\n\nThis work is licensed under [The MIT License](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fvscode-pynsist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fvscode-pynsist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fvscode-pynsist/lists"}