sensai-utils is a Python library providing general-purpose utilities extracted from the larger sensAI project. It allows users to leverage various helper functions and classes (e.g., for caching, logging, data structures) without incurring the additional dependencies of the full sensAI library. The current version is 1.6.0, with minor version releases occurring regularly.
pip install sensai-utilsVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates configuring the logging utility from `sensai.utils.logging`. It sets up a basic logger to write informational messages to a file.
Always use `from sensai.utils...` for imports.
Understand that `sensai-utils` is a standalone utility package; if you need AI-specific features, refer to the `sensAI` library documentation.
Refer to the `sensAI` project's official documentation for comprehensive details on `sensai.utils` usage.
No dependency data recorded yet.