Hello,
We do not provide an official Python library specifically for SC18IS606, but the device uses a very simple command‑based protocol, so it is pretty straightforward to access using any standard Python I²C package.
To understand how to send commands to the SC18IS606, I recommend to look at:
Chapter 8 – “I²C‑bus to SPI communications example” in the SC18IS606 datasheet which shows complete I²C command sequences for SPI reads/writes.
UM11666 – SC18IS606-EVB board examples (section 4.4) contains sequences for configuring SPI, reading device ID, EEPROM read/write etc.
BRs, Tomas