Real-time Code Execution Monitoring of Python applications.
Project description
Inspector | Code Execution Monitoring Tool
Inspector is a Code Execution Monitoring tool to help developers find out technical problems in their application 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')
Official documentation
Checkout our official documentation for more detailed tutorial.
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.2.0.tar.gz
(12.8 kB
view hashes)
Built Distribution
Close
Hashes for inspector_python-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9259249637ef755d23d2cad42f4b93a6ba2ee7048bc9b1990123ff2e325775da |
|
MD5 | a84626eaca058ed62d62b3cd5fe62420 |
|
BLAKE2b-256 | 285dcf8b244a71aa9d0b3221146a0628a1a09530c78e3dfe6663f1d0ffdef3ed |