A collection of Python service utilities used by Kraken Technologies, providing helpers for strings, dates, storage, retries, and more. Current version 9.0.3, requires Python >=3.9. Released regularly as part of Kraken's internal tooling.
pip install xoctoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage showing storage setup, string slugification, and UTC date helper.
Call storage.set_storage(storage.LocalStorage()) at startup. Update imports from old names.
Switch to the new names: LocalStorage, S3Storage, etc.
Always call storage.set_storage(...) at application startup.
No dependency data recorded yet.