Python SDKs Shared Code
APItoolkit is an end-to-end API and web services management toolkit for engineers and customer support teams. To integrate your Python application with APItoolkit, you can use any of the existing Python framework SDKs or directly use this apitoolkit-python package (the shared code for all the Python SDKs) to monitor incoming traffic, aggregate the requests, and then deliver them to the APItoolkit's servers.
Table of Contents
Installation
Kindly run the command below to install this package:
pip install apitoolkit-python
Configuration
Next, initialize APItoolkit in your application's entry point (e.g., app.py), like so:
from apitoolkit_python import APIToolkit, report_error, observe_request
apitoolkit = APIToolkit(
api_key="{ENTER_YOUR_API_KEY_HERE}",
debug=False,
tags=["environment: production", "region: us-east-1"],
service_version="v2.0"
)
...
[!NOTE]
- The
{ENTER_YOUR_API_KEY_HERE}demo string should be replaced with the API key generated from the APItoolkit dashboard.- To learn more configuration options (redacting fields, error reporting, outgoing requests, etc.), please read any of the Python SDK documentation.
Contributing and Help
To contribute to the development of this PROJECT or request help from the community and our team, kindly do any of the following:
- Read our Contributors Guide.
- Join our community Discord Server.
- Create a new issue in this repository.
License
This repository is published under the MIT license.
Release files for apitoolkit-python 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apitoolkit-python-0.1.5.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apitoolkit_python-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.7 kB
Release files / apitoolkit-python-0.1.5.tar.gz
| Download URL | apitoolkit-python-0.1.5.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
936e4a1768cbbdd529458efd7b443e33bff53cceae32c202bf577885f2f92956
|
|
BLAKE2b-256 checksum How to use checksums |
fc1ecbfd5d544cc1960e54a59fb17e88fdbbddd84b3ed2e0ae056da83726f5e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.12
|
Release files / apitoolkit_python-0.1.5-py3-none-any.whl
| Download URL | apitoolkit_python-0.1.5-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c79ab835a77beb8f654aff4b6fc6c1198de1d1bebfc9cd5af23524e69200a5a8
|
|
BLAKE2b-256 checksum How to use checksums |
be552aa5fee14d5f6e4a54f856cca477b2c529a15b7cfa750d42639a7d50e415
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.12
|