PocketBeagle and I2C

Hello,
I am doing a project with I2C communication and using python. I have been searching about the subject, and found two python libraries that could be used Adafruit-BBIO and SMbus but I also read about they being deprecated or not compatible with the most recent os for pocket. So, nowadays, what is the preferred library for using I2C with pocket and python?

That seems to be up-to-date.

I guess things transpire and people chat.

Seth

P.S. I also use python3 -m pip install smbus2 at times when trying source out.