Skip to content

v0.0.3 - Rename to decart

Choose a tag to compare

@AdirAmsalem AdirAmsalem released this 21 Oct 14:25
· 56 commits to main since this release

What's Changed

  • πŸŽ‰ Renamed package from decart-sdk to decart
  • πŸ“¦ Module renamed from decart_sdk to decart
  • ✨ Added automated publishing workflow
  • πŸ”§ Updated all documentation and examples

Installation

pip install decart

Usage

from decart import DecartClient, models

Breaking 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