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.17.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for prelude_sdk-0.9.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7f80f5e30eff8c4d1b53441166f9995fa9843b4c8360a7a557a8f2a9aec5035 |
|
MD5 | ed5546139310bae0c472f91402ee2358 |
|
BLAKE2b-256 | a01c3a433498667046b895710671df4f71373e73707571e9cce529f4dedb9c32 |