No project description provided
Project description
deepinspection python
Python client library for deepinspection. Designed to simplify and exemplify interaction with the External API.
See the Optram example for a complete example including converting to a custom format for internal use.
Install
Use your preferred package manager:
poetry add deepinspection
or
pip install deepinspection
Usage
import deepinspection
client = deepinspection.track.client(
customer_id="customer-id",
# subdomain="subdomain", # optional, defaults to customer_id
client_id="XYZ",
client_secret="XYZ",
)
# list exports
exports = client.exports.fastenings.list()
# get export data
export = exports[0]
for fastening in client.exports.fastenings.get_data(export["id"]):
pass
The customer id should match with the website url https://customer-id.track.deepinspection.io/.
exports
[
{
"updated": "2024-02-01T23:20:20.605136+00:00",
"id": "461731a1-96c8-4ed6-99e4-9fe424eb9c40",
"measurement_name": "20231001_124327_2011T",
"measured": "2023-10-01T12:43:27.605136+00:00",
"type": "fastenings",
"downloaded": null,
"created": "2024-02-01T23:20:20.605136+00:00",
"user_id": "a338595f-6eba-481b-9f0f-112290a1078b"
},
...
export_data
{"id": "56fb582a-0280-43fa-81f3-2a444e7e4273", "position_geographical": {"track_section": "111",
...
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepinspection-0.1.1.tar.gz.
File metadata
- Download URL: deepinspection-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.19 Linux/6.5.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cabb373b4acf026090523fce1e6dd5899a8e43ef30ec2ecc1a50af33232335c3
|
|
| MD5 |
b0114278432637a93f043b2c9a2ddd43
|
|
| BLAKE2b-256 |
7108ce0f18cd1ec4415654d32e2999a02d8d3bc8799971a93a9cb3d94ab61c23
|
File details
Details for the file deepinspection-0.1.1-py3-none-any.whl.
File metadata
- Download URL: deepinspection-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.19 Linux/6.5.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa1a97d84a4cc67584b17fb8c26fce3cfd9caa0f80c3ff6cfbc66e8b91e86356
|
|
| MD5 |
36ab7cc69124028e3d3efb4c7fc93a1f
|
|
| BLAKE2b-256 |
3a45bc8cf84228c08d4353b852e20114036422c02419adcdda9f8039c3dda34b
|