v0.0.3 - Rename to decart
What's Changed
- π Renamed package from
decart-sdktodecart - π¦ Module renamed from
decart_sdktodecart - β¨ Added automated publishing workflow
- π§ Updated all documentation and examples
Installation
pip install decartUsage
from decart import DecartClient, modelsBreaking Changes
This is a breaking change if you were using the previous decart-sdk package:
- Update installation:
pip install decart-sdkβpip install decart - Update imports:
from decart_sdkβfrom decart
Full Changelog: b077061...v0.0.3