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.5.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file objectwalker-2.1.5.tar.gz
.
File metadata
- Download URL: objectwalker-2.1.5.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 | 125e4bcbef17147e499e738abdcdd0e6d7846459f3eb44c04b0f646b874bf557 |
|
MD5 | ae1632b07d9cc4572f514ada785cab54 |
|
BLAKE2b-256 | c6b468d3efb9f315b03fc67a152eb06650e5aa34c2d7823927a7c3d4cfa7309a |
File details
Details for the file objectwalker-2.1.5-py3-none-any.whl
.
File metadata
- Download URL: objectwalker-2.1.5-py3-none-any.whl
- Upload date:
- Size: 23.9 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 | 0775b64faa18095934e736f5338c9cf603e0e4cae4bca9132db77e8ede0197c0 |
|
MD5 | c92055b896b95da47102305a39de35e2 |
|
BLAKE2b-256 | 3d8ba466ffc9b7733b7e4b6b3d3379e20fc227a6e87c467c249bc86cf66d8578 |