ntoseye (Python SDK)
Drive the ntoseye Windows kernel debugger from Python.
Install
pip install ntoseye
Or build from source into a virtualenv with maturin:
cd ntoseye-py
python3 -m venv .venv
source .venv/bin/activate
maturin develop --release
Or build a wheel and install it:
cd ntoseye-py
maturin build --release --out dist
pip install dist/ntoseye-*.whl
Releasing portable wheels
Run ./build-wheel.sh on each release platform. The script provisions a local .venv when needed, builds into a clean dist/, runs twine check, and verifies the wheel in a throwaway virtualenv.
- Linux builds use Zig and target
manylinux_2_17so the wheel installs on non-EOL glibc distributions. - Apple Silicon macOS builds produce a native ARM64 wheel.
Equivalent Linux build:
pip install maturin ziglang twine
maturin build --release --zig --compatibility manylinux_2_17 --out dist
Equivalent Apple Silicon macOS build:
pip install maturin twine
maturin build --release --out dist
Check and publish either wheel:
python -m twine check dist/*
python -m twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
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 ntoseye-0.23.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: ntoseye-0.23.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60e335e93d6923b981cc54815b671dd9233916f0e80d1df5faeb3d548ca42339
|
|
| MD5 |
32d490c35f17ee108e934e1aed7c6dd5
|
|
| BLAKE2b-256 |
cdeb4c9cbc256089aa62200e1c5bef0ad02d0f97cb6344697f277d9bede738c7
|
File details
Details for the file ntoseye-0.23.0-cp39-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: ntoseye-0.23.0-cp39-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.9+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44ce9e2cde98d750c42e88ba94ea384c74b936245ed4d972623c8279dafc05cb
|
|
| MD5 |
36b780a9fd4cedc1b66de67543b2a0a7
|
|
| BLAKE2b-256 |
28e0c6a4b92396a0f0762f6533201c375349223bf50e699dafdd98b57ef3811c
|