scylla-driver
Python library.
The required arguments to establish a connection are as follows:
host
is the host name or IP address of the Cassandra database.port
is the port to use when connecting.user
is the user to authenticate.password
is the password to authenticate the user.keyspace
is the keyspace to connect, the top level container for tables.protocol_version
is not required and defaults to 4.