# memsql-python **Repository Path**: iocs/memsql-python ## Basic Information - **Project Name**: memsql-python - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-21 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MemSQL Python Libraries This library contains various plugins and wrappers designed by MemSQL engineers for a couple of important python libraries. ## Install ```bash pip install memsql ``` Copy and paste the following steps to get started quickly on Ubuntu: ```bash sudo apt-get update sudo apt-get install -y mysql-client python-dev libmysqlclient-dev python-pip sudo pip install memsql ``` Copy and paste the following to get started with RHEL based distributions such as Amazon Linux or Centos: ```bash sudo yum update sudo yum install -y gcc mysql-devel sudo pip install memsql ``` ## Testing Run tests by executing `make test`.