Client for firezone
Project description
Firezone Client
Manage your Firezone with its api.
Installation
pip install firezone-client
Init client & List users
from firezone_client import FZclient, User
endpoint = "http://localhost:13000/v0"
token = "0123456789abcdef"
client = FZClient(endpoint, token)
users = client.list(User)
for user in users:
print(user.email)
Read more for how to use the client in the docs
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
firezone_client-0.1.1.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file firezone_client-0.1.1.tar.gz
.
File metadata
- Download URL: firezone_client-0.1.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.1 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68df3403348b19e8c95642ec8ac5da745a66fc06baf8f1f803be3ed296c174b2 |
|
MD5 | c4d23babfaf04cbe14fd489d4e29be7f |
|
BLAKE2b-256 | 8f8d5d7726750d043a39e1059616a3670e190b040c99e29f2fc6cd61ad276f13 |
File details
Details for the file firezone_client-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: firezone_client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.1 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b3d63890de540edae7366881f7d12795539eaf9688887f53788bdd2f5fc3eac |
|
MD5 | 2a7e05361b3ae6870af0febd44b0ce84 |
|
BLAKE2b-256 | df792ddf17ece0b2a787abec37747acb35235d54e0f8b2a7c435a6914699c5cd |