Official Python client SDK for the Dojo API
Project description
DojoSDK
Official Python client SDK for the Dojo API.
Installation
pip install dojosdk-0.1.0-py3-none-any.whl
Quick Start
import dojo
client = dojo.Dojo(api_key="your-api-key")
ticker = client.market_data.get_ticker(exchange="BINANCE", bz_type="spot", symbol="BTCUSDT")
print(ticker)
Environment Variables
When integrating DojoSDK with Hugging Face Datasets (e.g., for automated data syncing or pushing records), you need to configure the following environment variable to authenticate with Hugging Face:
| Environment Variable | Description | Required |
|---|---|---|
HF_TOKEN |
Hugging Face User Access Token. Requires "Write" permissions to push data to remote repositories. | Yes (when using huggingface_hub to push without CLI login) |
Setup Example:
export HF_TOKEN="hf_your_access_token_here"
Alternatively, you can skip configuring this variable if your environment is already authenticated locally via huggingface-cli login.
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 Distributions
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 dojosdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dojosdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 46.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb41b61b434ac80cffaacd32a8b1edd568049bf43bdae3566bd14146ebb7cd81
|
|
| MD5 |
c90e3fabf8731966919fe1906d766016
|
|
| BLAKE2b-256 |
87dde009c6fb5dfe5371e2951d7ffeb401308a5a418bfe548be7b5ca0bc35f46
|