Centralized sys.settrace management
Project description
Centralized Trace management using sys.settrace.
We allow several trace hooks to get registered and unregistered and allow tracing to be turned on and off temporarily without losing the trace hooks. You can also indicate filters on events for which trace hooks should fire and mark methods that should automatically be ignored.
Installation
This package is available from PyPI:
$ pip install tracer
However if you want to install from the github source:
$ pip install # creates wheel and install
To run from the source tree:
$ pip install -e . # set up to run from source tree
Support of older versions of Python
We support running this from older versions of Python in various git branches:
python-2.4-to-2.7 has code for Python 2.4 to 2.7
python-3.0-to-3.2 has code for Python 3.0 to 3.2
python-3.3-to-3.5 has code for Python 3.3 to 3.5
python-3.6-to-3.10 has code for Python 3.6 to 3.10
master has code for Python 3.11 to the current version of Python
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.