For interacting with the Prelude API
Project description
Prelude SDK
Use this utility if you want direct access to the Prelude API.
The prelude-cli utility wraps around this SDK to provide a rich command line experience.
Modules
This SDK allows you to interact with several Prelude modules:
- Accounts (AccountController)
- Database (DatabaseController)
- Detect (DetectController)
Install
pip install prelude-sdk
Quick start
The following example adds a new user to your account:
from detect_sdk.controllers.account_controller import AccountController
from detect_sdk.models.account import Account
from detect_sdk.models.codes import Permission
controller = AccountController(account=Account())
token = controller.create_user(permission=Permission['SERVICE'].value)
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
prelude-sdk-0.9.19.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for prelude_sdk-0.9.19-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd79db78f14c7f32b43441fd2b44af00eaa5647b4c4c3c9f5d5a2b02f1bf1538 |
|
MD5 | 8fb5a21efcb12bdede7e153239dae48d |
|
BLAKE2b-256 | ae4ef91c20bba2fb1b1cf7e8d32b986d416f0c4ca820a8fdc50b936e9fd53f0b |