redisx


Nameredisx JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/weedge/redisx-py
SummaryPython client for RedisX
upload_time2023-10-20 04:45:57
maintainer
docs_urlNone
authorweedge
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # redisx-py
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)


## Install
* python version >=3.10
* redis-py version == 5.0.0

Install from pip:
```shell
python3 -m venv .venv
source .venv/bin/activate
pip3 install redisx
```

Install from source:

```shell
git clone https://github.com/weedge/redisx-py.git
cd redisx-py
python3 setup.py install
```
## run examples
```shell
python3 examples/ann_usearch.py
```

# Reference
0. https://devguide.python.org/versions/
1. https://github.com/redis/redis-py
2. https://github.com/alibaba/tair-py

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/weedge/redisx-py",
    "name": "redisx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "weedge",
    "author_email": "weege007@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/56/da4b11b2034593a4a6adcc9ac70692c3c137663618272000884e77e99b7b/redisx-0.1.7.tar.gz",
    "platform": null,
    "description": "# redisx-py\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\n\n## Install\n* python version >=3.10\n* redis-py version == 5.0.0\n\nInstall from pip:\n```shell\npython3 -m venv .venv\nsource .venv/bin/activate\npip3 install redisx\n```\n\nInstall from source:\n\n```shell\ngit clone https://github.com/weedge/redisx-py.git\ncd redisx-py\npython3 setup.py install\n```\n## run examples\n```shell\npython3 examples/ann_usearch.py\n```\n\n# Reference\n0. https://devguide.python.org/versions/\n1. https://github.com/redis/redis-py\n2. https://github.com/alibaba/tair-py\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python client for RedisX",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/weedge/redisx-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b102c9c2bbdc74dd1487639fc51d5f0a34ab8d2aa38465d83853d71578ab9757",
                "md5": "e3dd18ad4d1362985097765233f9ae99",
                "sha256": "25b912b8131245e7e670428f7a1f778bf7b96ca50c5e7fb59e98ca4c97d677f5"
            },
            "downloads": -1,
            "filename": "redisx-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3dd18ad4d1362985097765233f9ae99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7328,
            "upload_time": "2023-10-20T04:45:55",
            "upload_time_iso_8601": "2023-10-20T04:45:55.725674Z",
            "url": "https://files.pythonhosted.org/packages/b1/02/c9c2bbdc74dd1487639fc51d5f0a34ab8d2aa38465d83853d71578ab9757/redisx-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f56da4b11b2034593a4a6adcc9ac70692c3c137663618272000884e77e99b7b",
                "md5": "7d00b06827266fd0b8046c9118116229",
                "sha256": "d920ef47ef8dcdf6e6ceb2526b4004748f9084dedc801d1382048fd9a19009aa"
            },
            "downloads": -1,
            "filename": "redisx-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "7d00b06827266fd0b8046c9118116229",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7007,
            "upload_time": "2023-10-20T04:45:57",
            "upload_time_iso_8601": "2023-10-20T04:45:57.457763Z",
            "url": "https://files.pythonhosted.org/packages/2f/56/da4b11b2034593a4a6adcc9ac70692c3c137663618272000884e77e99b7b/redisx-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-20 04:45:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "weedge",
    "github_project": "redisx-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "redisx"
}
        
Elapsed time: 1.58902s