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.4.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file objectwalker-2.1.4.tar.gz
.
File metadata
- Download URL: objectwalker-2.1.4.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 | 0465ad58f288d22c3339bf8cfe31905fdd8d65d1c283868cf4ab489ae11c9ffe |
|
MD5 | e5d2492e75fe7aed3304b4adb9b99825 |
|
BLAKE2b-256 | 6be478ea9f4ec4e894f99a850c18f2fc866f1b60e95c5a59ebc8a8ac4759275f |
File details
Details for the file objectwalker-2.1.4-py3-none-any.whl
.
File metadata
- Download URL: objectwalker-2.1.4-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 | 4c21cad8b29bb084eca9bb2c7d301ab2724a27137d50c21c667f6a2ce61aaddd |
|
MD5 | 6a566e161eab375a2522c4d4cf369fa9 |
|
BLAKE2b-256 | d11325f513db0b681fd5a9eab3d91ab6dc673aec89910b3330cc6700a8b4a790 |