The Official Sticklight Python SDK
Project description
Sticklight Python SDK
The official Python SDK for Sticklight - the <...>
Installation
pip install sticklight-python
Quick Start
import sticklight as sl
sl.login(api_key="your-api-key")
# Publish an event
sl.capture({
"event": "user_message",
"user_id": "user_123",
"message": "Help me with <...>",
})
Authentication
You'll need a Sticklight API key to use this SDK. You can either:
-
Set it as an environment variable:
export STICKLIGHT_API_KEY="your-api-key"
-
Pass it directly to the capture function:
sl.capture(data, sticklight_api_key="your-api-key")
To get your API key, go to the Sticklight dashboard and create a new key.
Requirements
- Python 3.11 or higher
About Sticklight
Sticklight provides <...> for <...>, giving product managers and developers . Our platform helps you:
- <...>
- <...>
- <...>
Development
To run tests:
uv run scripts/test
License
MIT
Support
- Documentation: docs.sticklight.io
- Issues: GitHub Issues
- Email: support@sticklight.io
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
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 sticklight-0.1.0.tar.gz.
File metadata
- Download URL: sticklight-0.1.0.tar.gz
- Upload date:
- Size: 50.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6668faaa1dea40c72d1f9119750af7cb7c8fc68597a9636ec21712d2dc34a6cb
|
|
| MD5 |
5aae33a17acf080021e8361afe3da9eb
|
|
| BLAKE2b-256 |
df2bd8ca6c8d6a6683615b5d8ad217224dadb89d29a18d8edc8447785c94cae5
|
File details
Details for the file sticklight-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sticklight-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f78450d081feac478c6894b3eaf986d01e60c8dd16a0fcae9fa2216efb8a4f54
|
|
| MD5 |
d34fe37bb8854e992a43cf85bb9e8638
|
|
| BLAKE2b-256 |
737697dedecdbd788d2f44953cd189ba175ace252295b190d348af28aed72c99
|