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.0.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file firezone_client-0.1.0.tar.gz
.
File metadata
- Download URL: firezone_client-0.1.0.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 | 3edba65633fe37561d99f2b732739b96825212238fe3f10c5a0a4227c2880b52 |
|
MD5 | 9ed7d1133b6940977c1f9af327232b18 |
|
BLAKE2b-256 | 4f16b22c6844cbd0a80a272e4b919504eaff5ea55cf6d179710dc64bfaf04fdf |
File details
Details for the file firezone_client-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: firezone_client-0.1.0-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 | e096e216b4180c2791f37f938706ea6eaa27784aab9ee6ecc7f53f8a6bf8699f |
|
MD5 | 9205d5fc18d6f12658d05071a6ee6326 |
|
BLAKE2b-256 | 57e6d1c0ee8b75df094abe5b904edb520989e37a5a572da4c504d7dc924a4aed |