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.9.tar.gz
(12.9 kB
view hashes)
Built Distribution
Close
Hashes for inspector_python-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32f2cd854951bb95d9bdd54b243596846bb36613c62206da6975f8f91a95bd1d |
|
MD5 | 30746eb6e762c0d2f354175e93a8cd23 |
|
BLAKE2b-256 | c355300cc4262540c3ed8a38db1eebe3bf941cd679dd840ce2d3425ec7bc232c |