Python client for Questra® Automation
Project description
seven2one-questra-automation
Typsicherer Python Client für die Questra Automation GraphQL API.
Features
- Type-safe: Vollständig typisierte GraphQL API
- Authentication: Integration mit questra-authentication
- Umfassend: Workspaces, Repositories, Schedules, Executions
- Modern Python: 3.10+ mit native Type Hints
Installation
pip install seven2one-questra-automation
Requirements
- Python >= 3.10
- seven2one-questra-authentication >= 0.2.1
- gql[all] >= 3.5.0
Schnellstart
from seven2one.questra.authentication import QuestraAuthentication
from seven2one.questra.automation import QuestraAutomation
auth = QuestraAuthentication(
url="https://auth.example.com",
username="ServiceUser",
password="secret"
)
client = QuestraAutomation(
graphql_url="https://example.com/automation/graphql",
auth_client=auth
)
# Verfügbare API-Gruppen:
# client.queries - GraphQL Queries
# client.mutations - GraphQL Mutations
# client.execute_raw(query) - Custom GraphQL
Weitere Informationen
- Vollständige Dokumentation: https://pydocs.[questra-host.domain]
- Support: support@seven2one.de
License
Proprietary - Seven2one Informationssysteme GmbH
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 seven2one_questra_automation-1.0.0.tar.gz.
File metadata
- Download URL: seven2one_questra_automation-1.0.0.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
811575aad36f15401e5db6327eccd758319a30fd58f2d666ac8422165078aaf4
|
|
| MD5 |
1bb36ba4590ac2d089422142d6a0d9cc
|
|
| BLAKE2b-256 |
69394f6bc1ea44c2f2ab227f3bc6aaf9eb538a15fd05849df4f904d556277d8b
|
File details
Details for the file seven2one_questra_automation-1.0.0-py3-none-any.whl.
File metadata
- Download URL: seven2one_questra_automation-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
435e1e1976770be64969ffe9cbbf52742371116cf067304b3d8914517e10ab5c
|
|
| MD5 |
8670d836bdf12de74ed7677a5fd468b5
|
|
| BLAKE2b-256 |
5ac3399325a57e0feee067ead5439ca64ee3d615a7cf988bd5fb582365ab5a3d
|