Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.75 KB

readme.md

File metadata and controls

54 lines (35 loc) · 2.75 KB

logo

S N A P 4 F R A M E

pypi python Ruff Checked with mypy pre-commit pypi-downloads

Quality Gate Status Bugs Code Smells

Duplicated Lines (%)

License GitHub Repo stars

Instantly capture, analyze, and debug your python code, even in production

This package lets you capture detailed insights, including variables for call stack frames, at any moment or when exceptions occur, helping you trace and resolve issues more efficiently.

Getting started

snap4frame requires Python 3.8 or later. To install the latest or upgrade to the latest version of snap4frame, run the following command:

pip install snap4frame

Usage

Here's a basic example of how to use snap4frame:

import snap4frame

snap4frame.init()

Contributing

We welcome contributions to snap4frame! Please see our contributing guide for more details.

License

Snap4frame is licensed under the MIT License.