Bundles nssm.exe (Non-Sucking Service Manager) and installs the executable into the Python Scripts directory for Windows (provides a portable nssm.exe when the package is installed).
Project description
nssm_exe
This package bundles nssm.exe (Non-Sucking Service Manager) for Windows and exposes it as a simple, portable executable that is installed into the Python "Scripts" directory when the package wheel is installed.
Purpose
- Provide an easy way to include nssm.exe with Python projects and installers.
- Ensure the nssm.exe binary is placed in the environment's Scripts folder (e.g., venv or system Python), so it is available on PATH.
Usage
After installing the package (e.g., pip install nssm_exe-.whl), the nssm executable will be available as nssm.exe in the environment's Scripts folder. Use it as you would the upstream nssm tool:
- nssm install MyService C:\path\to\executable.exe
- nssm start MyService
- nssm stop MyService
Notes
- This package only wraps and redistributes the
nssm.exebinary. It does not modify or extend the original project. - Verify licensing and redistribution terms for nssm before publishing.
Files
nssm_exe/nssm.exe- the bundled executable included in the wheel.pyproject.toml- package metadata and build instructions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nssm_exe-2.24.post101.tar.gz.
File metadata
- Download URL: nssm_exe-2.24.post101.tar.gz
- Upload date:
- Size: 146.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d51cfcf54a8474c804123413f5fbaabde03621df0dfab11681f3e06a7be74b9
|
|
| MD5 |
4a06befe0992279ea4ea8bd32ad47da5
|
|
| BLAKE2b-256 |
80cf21728cb471c491a86532d806f090a0ea21b0ea43377082baf1e7fb9492af
|
File details
Details for the file nssm_exe-2.24.post101-py3-none-any.whl.
File metadata
- Download URL: nssm_exe-2.24.post101-py3-none-any.whl
- Upload date:
- Size: 293.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2afe705ccaaebf4e47a7b18e766cbf37dcd208ef8297be76cffe5b5288989a3c
|
|
| MD5 |
fbde0fc445f244a302b63b467d3a197a
|
|
| BLAKE2b-256 |
e1e67a0783fe44dca4579dcf914679a0c271a53f1925fcfbc091ce31893730f5
|