Real-time Code Execution Monitoring of your Python scripts.
Project description
Inspector | Code Execution Monitoring Tool
Inspector is a Code Execution Monitoring tool to help developers find out technical problems in their software automatically, before customers do.
Requirements
- Python >= 3.x
Install
Install the latest version of the package from PyPI:
pip install inspector-python
Get a new Ingestion Key
You need an Ingestion Key to create an instance of the Inspector class.
You can obtain a key creating a new project in your Inspector dashboard.
Initialization
Here's a code example of how Inspector is normally initialized in a Python script:
from inspector import Configuration, Inspector
config = Configuration('xxxxxxxxxxxxxxxxxxx')
inspector = Inspector(config)
inspector.start_transaction('my python script')
License
This library is licensed under the MIT license.
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
inspector-python-0.1.8.tar.gz
(12.6 kB
view hashes)