Sonic Client is a Python library for interacting with Sonic, a fast and lightweight search backend. Version 1.0.0 provides a simple client for indexing and searching text. The project appears to be in early stages with infrequent releases.
pip install sonic-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to Sonic and push a string into the 'messages' collection.
Start Sonic with '--channelize' or set 'channelize' in config file.
Use: from sonic_client import SonicClient
Pin version in requirements and test upgrades.