Constructor Groups Python Software Development Kit
Project description
Constructor Groups Python SDK
Welcome to the official Constructor Groups Python SDK! This SDK provides a set of tools for integrating with the Constructor Groups platform, allowing developers to easily interact with Constructor Groups APIs and services.
Installation
Install the SDK via pip:
pip install constructor-groups
Getting Started
To get started with the Constructor Groups SDK, you first need to initialize it with your credentials. You can find your API keys in the Constructor Groups dashboard under Settings > Developer Settings.
Then, initialize the SDK:
from constructor_groups.client import APIClient
client = APIClient()
client.set_domain("<DOMAIN>")
client.set_credentials(
access_key="<ACCESS_KEY>",
secret_key="<SECRET_KEY>",
)
Documentation
Full documentation and API reference can be found in our Constructor Groups Developer Wiki. Here, you'll find comprehensive guides, code examples, and troubleshooting tips to help you make the most out of the Constructor Groups SDK.
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 constructor_groups-0.2.5.tar.gz.
File metadata
- Download URL: constructor_groups-0.2.5.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426c6a4a11352e75abb0b871d6fe30f8bbd56096b29a5f3c17be16bc038a5f81
|
|
| MD5 |
9dbb841acfe0dd8bd225e4838d9a6b94
|
|
| BLAKE2b-256 |
89b4905f2327cfe91fb4bba3ddb5e4fc61c94cb9009de0b044f316603759b95c
|
File details
Details for the file constructor_groups-0.2.5-py3-none-any.whl.
File metadata
- Download URL: constructor_groups-0.2.5-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
553bbce171cdcca487c07033689e2c133cb7d2c13d344328291b09e0d050974c
|
|
| MD5 |
cac706d236acbaf5ea71985779a7021e
|
|
| BLAKE2b-256 |
7e1c8e85b059072e13331c6988b8fae31d14988c6ec836dbc6aee7cd3db2225c
|