No project description provided
Project description
A python module to explore the object tree to extract paths to interesting objects in memory.
Features
- Python module to use in pdb after a
breakpoint()
. - Standalone tool to explore paths in python modules.
- Multiple built-in filters.
- Possibility to implement custom filters and pass them to ObjectWalker().
Installation
You can now install it from pypi with this command:
sudo python3 -m pip install objectwalker
Example commands
- We want to find all the paths to the
os
module in the modulejinja2
:objectwalker -m jinja2 --filter-object-is-module os --max-depth 15
Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.
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
objectwalker-2.0.tar.gz
(9.4 kB
view details)
Built Distribution
File details
Details for the file objectwalker-2.0.tar.gz
.
File metadata
- Download URL: objectwalker-2.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c09fde2ea780be5e548ad4261a7b2fc8ef1cc5f3157d12f0a871223e7ada55 |
|
MD5 | 19f1f1736e23dab28577958d46907dea |
|
BLAKE2b-256 | ba5914f20a0be2f02085c92501a9f3df67bd3a66f694c4b7a2f2f4264f20fc03 |
File details
Details for the file objectwalker-2.0-py3-none-any.whl
.
File metadata
- Download URL: objectwalker-2.0-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2f3fd07499add15c148c1e5f7d743990b92cd6e287167eaa429ca4fb48d941b |
|
MD5 | 2b23fe7635c617663b21eb513b5b4618 |
|
BLAKE2b-256 | 55d1978c99e6a8e02913555aa945d1c98d9de32208edba059565d4e04f3628be |