A python wrapper for PlazmixAPI
Project description
PyPlazmix - A python wrapper for PlazmixAPI
Installing
Python 3.9 or higher is required
For windows
pip install pyplazmix
For Linux/macOS
python3 -m pip install pyplazmix
Examples
Client
from pyplazmix import ApiClient
client = ApiClient("TOKEN HERE")
Get user
user = client.get_user(nickname="nickname") # or uuid="uuid" or _id=id
print(user)
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
pyplazmix-0.1.1.tar.gz
(5.1 kB
view details)
File details
Details for the file pyplazmix-0.1.1.tar.gz.
File metadata
- Download URL: pyplazmix-0.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff98fbab8b2dc935271894e669c32f1d258af8a12805c5be1f491084ea547360
|
|
| MD5 |
0202a14686e774dba3d3b4e8fdc81969
|
|
| BLAKE2b-256 |
d0d83edca88d00aab471ba17e2045c5a1067818c4bf904ba5b71bb91f4e48d4d
|