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.1.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.1.0.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dublicator_sdk-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.4 kB
Release files / dublicator_sdk-1.1.0.tar.gz
| Download URL | dublicator_sdk-1.1.0.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
24693a2748022302b0d2cb85cfc39f6f1eeb9dadb90150379c5b6419b316d54c
|
|
BLAKE2b-256 checksum How to use checksums |
e0ac5ba4e8c4f5ebf1ce065e8b97b92447ab21e9389c6d327eb633fe67dd0961
|
| 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.1.0-py3-none-any.whl
| Download URL | dublicator_sdk-1.1.0-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
db836ad05697e0e31e8c5d20532d6f60f9be06cc51f8872e6e3bc48e7fe9aac4
|
|
BLAKE2b-256 checksum How to use checksums |
a27ea22ba02771d05b00316cde4d3aff4ef370be2e1c394335ecb592ceaa9dbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.4
|