Skip to main content

An idiomatic Python API for the Windows Tool Help library

Project description

ci Tests Build Docs
pypi Version License Python Versions
qa security: bandit code style: black

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.

Project details


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 hashes)

Uploaded Source

Built Distribution

tlhelp32-0.1.0-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page