tiktok / tiktok-business-api-sdk

An SDK built to facilitate application development to integrate with TikTok Business API.
https://ads.tiktok.com/marketing_api/docs?id=1764231376750658&rid=542rk6sm9jl
MIT License
69 stars 26 forks source link

Add Poetry Support #3

Closed HossameldeinDev closed 1 year ago

HossameldeinDev commented 1 year ago

To be able to use this repo as dependency in the python projects we can run this command

poetry add "https://github.com/tiktok/tiktok-business-api-sdk.git#subdirectory=python_sdk"

but this requires having .tar.gz or .whl extensions

this can be done by running

poetry build poetry publish

having official support for poetry is a plus for this API