I am tired of authenticating each time I create a new Mantle SDK client. How do I avoid this?
import mantlebio # Create a new Mantle SDK client mantle = mantlebio.MantleClient()
MANTLE_USER
MANTLE_PASSWORD
export MANTLE_USER=your_username export MANTLE_PASSWORD=your_password
Where can I find more information on using the Mantle SDK?