Official Python SDK for ServizeHub
Project description
ServizeHub SDK
Install
Install using pip:
pip install servizehub
Usage
import asyncio
from servizehub import VendorClient
client = VendorClient("vnd_test_12345")
async def main():
response = await client.send_booking(
"2026-04-15",
"Photography",
"available"
)
print(response)
asyncio.run(main())
📩 License
Created by Notasco Dev Team
Happy Coding! 🎯
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
servizehub-1.0.3.tar.gz
(2.4 kB
view details)
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 servizehub-1.0.3.tar.gz.
File metadata
- Download URL: servizehub-1.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b84d59cf2041f4362ebeb5707f773cfa679dedba59efbbdb8cac6dd462350a5
|
|
| MD5 |
19af42e5d33a28fff8de4716a2490ed3
|
|
| BLAKE2b-256 |
16a37497377c3f9da0c534bb42463b4a5b80691968f4a05f80bb18cdd9c39321
|
File details
Details for the file servizehub-1.0.3-py3-none-any.whl.
File metadata
- Download URL: servizehub-1.0.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6cfe6509245f693eed3a57175c76d1877de7680478a14e1414f4504cb463a58
|
|
| MD5 |
939f22fa762b0d46abe41c2b73e88c0a
|
|
| BLAKE2b-256 |
3abd4c80243545eb9f0d937741c0e87efcd20336165acafb3d336146e7158d92
|