A Python SDK for the Superleap API
Project description
Superleap SDK
A Python SDK for interacting with the Superleap API.
Installation
pip install superleap-sdk
Usage
from superleap import SuperleapClient
# Initialize the client
client = SuperleapClient("YOUR_TOKEN_HERE")
# Fetch user data
response = client.poll()
# Access the data
print(f"Success: {response.success}")
for user in response.data:
print(f"User: {user.name} ({user.email})")
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
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 sachin_super_test-0.1.0.tar.gz.
File metadata
- Download URL: sachin_super_test-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea730390ef0e1db7c68e44527eb5d068e890bdf0be9ba2c8843dd51fd8506069
|
|
| MD5 |
a0512cb57614e6d126eeaa2e6afb0c23
|
|
| BLAKE2b-256 |
cab30f7f1df8257d60c382c26e1923018e74b04b9676b393a6b23b55cc2cee4c
|
File details
Details for the file sachin_super_test-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sachin_super_test-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
740dc316f181bba88db00111b105c436e20abbbbd104e1c19a6a660c2495e774
|
|
| MD5 |
a08dd738c152cad0bd470308a86060e2
|
|
| BLAKE2b-256 |
9737eb08ba4932b11c43acda895d4bb84007da2ee7e60179a18c336a4fb8a8c5
|