| ci |
|
|---|---|
| pypi |
|
| qa |
|
TlHelp32
An idiomatic Python API for the Windows Tool Help library.
Installation
Python 3.7+ is required.
pip install tlhelp32
More installation methods.
Getting Started
Traversing a snapshot:
import tlhelp32
with tlhelp32.Snapshot() as snapshot:
print([repr(heap) for heap in snapshot.heaps])
print([repr(module) for module in snapshot.modules])
print([repr(process) for process in snapshot.processes])
print([repr(thread) for thread in snapshot.threads])
More examples.
License
The code in this project is licensed under the ISC license.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tlhelp32-0.1.0.tar.gz
(19.1 kB
view details)
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
tlhelp32-0.1.0-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file tlhelp32-0.1.0.tar.gz.
File metadata
- Download URL: tlhelp32-0.1.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.11.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7cfdb14f1dca5719af7b9623ae81126afcc30ce1ac35b41ef7da4ee9963b4b0
|
|
| MD5 |
d56b3c2dc344539299abe1d1fd9bde76
|
|
| BLAKE2b-256 |
5ad0643bd047a4ac32f43bd8ef9f621748e98a6ccf127786747fb64669aab6ea
|
File details
Details for the file tlhelp32-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tlhelp32-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.11.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8af4644d9113d5db1824f283d064fce5d9107e99033e09c0a6c9fc5476585b3
|
|
| MD5 |
8e49ba384e238fac8c93ff0701cca63f
|
|
| BLAKE2b-256 |
773004478c95ff528aefd038c2197a58381f14bc16631e1296cc68209bd7fc6d
|