redis-wheel


Nameredis-wheel JSON
Version 6.2.5 PyPI version JSON
download
home_pagehttps://github.com/bplevin36/redis-wheel
SummaryWheels that bundle precompiled redis-server and redis-cli binaries for the appropriate platform
upload_time2023-09-27 14:23:50
maintainer
docs_urlNone
authorBenjamin Levin
requires_python>=3,<4
licenseMIT
keywords redis server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # redis-wheel

To install the pre-compiled Redis binaries:

```sh
pip install redis-wheel==<redis-version>
```

Supported versions of Redis:

- `6.2.5`

Supported platforms:

- `manylinux2014_x86_64`
- `macosx_11_0_x86_64`

Supported python versions:

- `cp39`

To get the paths of pre-compiled Redis binaries:

```python
import redis_wheel

redis_wheel.REDIS_SERVER_PATH  # redis-server
redis_wheel.REDIS_CLI_PATH     # redis-cli
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bplevin36/redis-wheel",
    "name": "redis-wheel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3,<4",
    "maintainer_email": "",
    "keywords": "redis,server",
    "author": "Benjamin Levin",
    "author_email": "bplevin36@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# redis-wheel\n\nTo install the pre-compiled Redis binaries:\n\n```sh\npip install redis-wheel==<redis-version>\n```\n\nSupported versions of Redis:\n\n- `6.2.5`\n\nSupported platforms:\n\n- `manylinux2014_x86_64`\n- `macosx_11_0_x86_64`\n\nSupported python versions:\n\n- `cp39`\n\nTo get the paths of pre-compiled Redis binaries:\n\n```python\nimport redis_wheel\n\nredis_wheel.REDIS_SERVER_PATH  # redis-server\nredis_wheel.REDIS_CLI_PATH     # redis-cli\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Wheels that bundle precompiled redis-server and redis-cli binaries for the appropriate platform",
    "version": "6.2.5",
    "project_urls": {
        "Homepage": "https://github.com/bplevin36/redis-wheel",
        "Repository": "https://github.com/bplevin36/redis-wheel"
    },
    "split_keywords": [
        "redis",
        "server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e182bd7bdf46f83221b2b214cf08efa072acf56b61fa6ec3432061313f41b2c0",
                "md5": "c6374edd8e4ea0343d9fdf9aed09200b",
                "sha256": "d70379bb9adac5d3ec774c7d34a0726a27cddd5dc5a1fda6afffcbc17e34776a"
            },
            "downloads": -1,
            "filename": "redis_wheel-6.2.5-202309271420-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6374edd8e4ea0343d9fdf9aed09200b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3,<4",
            "size": 890413,
            "upload_time": "2023-09-27T14:23:50",
            "upload_time_iso_8601": "2023-09-27T14:23:50.564902Z",
            "url": "https://files.pythonhosted.org/packages/e1/82/bd7bdf46f83221b2b214cf08efa072acf56b61fa6ec3432061313f41b2c0/redis_wheel-6.2.5-202309271420-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bcfec5cc8bff376458d483f299d01d3973f3372f1afdc6a31c6c1dc2457b5e0",
                "md5": "f8c17fe740a5a1900ce7eb905aedb9b7",
                "sha256": "d5e3f221bcff8bd7450e7195c5f4dfa3222f084d3188878c12d045786cf644b8"
            },
            "downloads": -1,
            "filename": "redis_wheel-6.2.5-202309271421-cp39-cp39-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f8c17fe740a5a1900ce7eb905aedb9b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3,<4",
            "size": 5755048,
            "upload_time": "2023-09-27T14:23:52",
            "upload_time_iso_8601": "2023-09-27T14:23:52.414590Z",
            "url": "https://files.pythonhosted.org/packages/2b/cf/ec5cc8bff376458d483f299d01d3973f3372f1afdc6a31c6c1dc2457b5e0/redis_wheel-6.2.5-202309271421-cp39-cp39-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 14:23:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bplevin36",
    "github_project": "redis-wheel",
    "github_not_found": true,
    "lcname": "redis-wheel"
}
        
Elapsed time: 0.11991s