Foxops API Client
Project description
foxops-client-python
This repository contains the Python client for the foxops templating tool.
Installation
pip install foxops-client
Usage
from foxops_client import FoxopsClient, AsyncFoxopsClient
client = FoxopsClient("http://localhost:8080", "my-token")
incarnations = client.list_incarnations()
# or alternatively, the async version
client = AsyncFoxopsClient("http://localhost:8080", "my-token")
incarnations = await client.list_incarnations()
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
foxops_client-0.3.0.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file foxops_client-0.3.0.tar.gz
.
File metadata
- Download URL: foxops_client-0.3.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.11.6 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bf7161c1346de8d29c81dd7a7b0be65a13103782be7e95bad9e6509df78811d |
|
MD5 | b4c229761f9011b1ce4491248b997890 |
|
BLAKE2b-256 | 0df1d85e760f41b04c06622a71a09213ab04f9e02089a8f26b958cec127e2a15 |
Provenance
File details
Details for the file foxops_client-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: foxops_client-0.3.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.11.6 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc931a47cafc910c5c44c05be49495775c2a0f211af2f47b30f61fd3891290d3 |
|
MD5 | 2640dd9e35e32526a78ab1be5f9aad05 |
|
BLAKE2b-256 | 00fae9d2ea260f39ff91183cc835091f280ddb1b87c9a9d70ca71449984edf01 |