dublicator-sdk
Official Python SDK for Dublicator — fork your marketing into new profiles.
Install
pip install dublicator-sdk
Quick start
from dublicator_sdk import DublicatorClient
client = DublicatorClient(api_key="your-api-key")
client.profiles() # available profiles + language layers
client.fork(url="https://example.com", profile="enthusiast", language_layer="everyday")
Sandbox mode
client = DublicatorClient(sandbox=True)
Requirements
- Python 3.9+
httpx(installed automatically)
License
MIT
Release files for dublicator-sdk 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dublicator_sdk-1.0.0.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dublicator_sdk-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:3.6 kB
Release files / dublicator_sdk-1.0.0.tar.gz
| Download URL | dublicator_sdk-1.0.0.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a1b3e904119a4fad013c9c38d5476b1b6c0d03dd139d24be80c2b8e187290199
|
|
BLAKE2b-256 checksum How to use checksums |
2223ac4770a02750af6ac594b9befda60fd1a699abcb1ab660bd1248362bc9e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|
Release files / dublicator_sdk-1.0.0-py3-none-any.whl
| Download URL | dublicator_sdk-1.0.0-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
533977beab2609737eb25eb7d77808722eca1dd52c3a8006556c81faf0d7dfcf
|
|
BLAKE2b-256 checksum How to use checksums |
7e61292441df571cd5ce40231ce03bfbd8a6f1da5726398933b0d3e647233765
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|