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.1.3.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file objectwalker-2.1.3.tar.gz
.
File metadata
- Download URL: objectwalker-2.1.3.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44c478cb9b19e065d3c2c99b5895317638ff9d65bd719b5b25efdb935c812b8d |
|
MD5 | f758c3d768db2816e115181eac559d11 |
|
BLAKE2b-256 | 7bb3c8052924fcb65b4f953593c35b15d0d973af281eed76b5f2e01e73d26371 |
File details
Details for the file objectwalker-2.1.3-py3-none-any.whl
.
File metadata
- Download URL: objectwalker-2.1.3-py3-none-any.whl
- Upload date:
- Size: 23.7 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 | 38d894389fd09c2f5cc2815c601950de957b1b92cd53deee31e3fa9fc3d275f5 |
|
MD5 | 894c8dc585fd79dfaeeeda4aca8d06c7 |
|
BLAKE2b-256 | 9ca772db8251962cc302b5d87398f4de2786c630a5064d208b2130457dce7f6c |