# 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`.
Raw data
{
"_id": null,
"home_page": "http://github.com/memsql/memsql-python",
"name": "memsql",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "MemSQL",
"author_email": "support@memsql.com",
"download_url": "https://files.pythonhosted.org/packages/1b/9c/09d074782df851fa9c091a5c9102f8a0a44e0a89d9ffb93f7a139891bdbe/memsql-3.2.0.tar.gz",
"platform": null,
"description": "# MemSQL Python Libraries\n\nThis library contains various plugins and wrappers designed by MemSQL\nengineers for a couple of important python libraries.\n\n## Install\n\n```bash\npip install memsql\n```\n\nCopy and paste the following steps to get started quickly on Ubuntu:\n\n```bash\nsudo apt-get update\nsudo apt-get install -y mysql-client python-dev libmysqlclient-dev python-pip\nsudo pip install memsql\n```\n\nCopy and paste the following to get\nstarted with RHEL based distributions such as Amazon Linux or Centos:\n\n```bash\nsudo yum update\nsudo yum install -y gcc mysql-devel\nsudo pip install memsql\n```\n\n## Testing\n\nRun tests by executing `make test`.\n\n\n",
"bugtrack_url": null,
"license": "LICENSE.txt",
"summary": "Useful utilities and plugins for MemSQL integration.",
"version": "3.2.0",
"project_urls": {
"Homepage": "http://github.com/memsql/memsql-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1b9c09d074782df851fa9c091a5c9102f8a0a44e0a89d9ffb93f7a139891bdbe",
"md5": "fe5991f82b8ef9462ca6c435ed7b101a",
"sha256": "d986c979d066e243bb35a16c030358838b2c155b9f0dee046f7dac1e99c291d6"
},
"downloads": -1,
"filename": "memsql-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "fe5991f82b8ef9462ca6c435ed7b101a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22401,
"upload_time": "2022-03-17T19:20:00",
"upload_time_iso_8601": "2022-03-17T19:20:00.021122Z",
"url": "https://files.pythonhosted.org/packages/1b/9c/09d074782df851fa9c091a5c9102f8a0a44e0a89d9ffb93f7a139891bdbe/memsql-3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-03-17 19:20:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "memsql",
"github_project": "memsql-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "memsql"
}