redis-stack-wheel


Nameredis-stack-wheel JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryWheels that bundle precompiled redis-stack-server binaries for the appropriate platform. Currently on Redis Stack v7.2.0-v9
upload_time2024-04-08 11:29:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License ----------- Copyright (c) 2024 Benjamin Levin <bplevin36@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords redis server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # redis-stack-wheel

To install the pre-compiled Redis binaries:

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

Supported versions of Redis Stack:

- `7.2.0-v9`

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_stack_wheel

redis_stack_wheel.REDIS_STACK_SERVER_PATH  # redis-stack-server
redis_stack_wheel.REDIS_CLI_PATH  # redis-cli
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "redis-stack-wheel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "redis, server",
    "author": null,
    "author_email": "Benjamin Levin <bplevin36@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# redis-stack-wheel\n\nTo install the pre-compiled Redis binaries:\n\n```sh\npip install redis-stack-wheel==<redis-version>\n```\n\nSupported versions of Redis Stack:\n\n- `7.2.0-v9`\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_stack_wheel\n\nredis_stack_wheel.REDIS_STACK_SERVER_PATH  # redis-stack-server\nredis_stack_wheel.REDIS_CLI_PATH  # redis-cli\n```\n",
    "bugtrack_url": null,
    "license": "MIT License -----------  Copyright (c) 2024 Benjamin Levin <bplevin36@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Wheels that bundle precompiled redis-stack-server binaries for the appropriate platform. Currently on Redis Stack v7.2.0-v9",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [
        "redis",
        " server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c17b51894b24b5a04c8c52b324ca6268e871a3b77217d6a5939f983d445fffe",
                "md5": "8e2aba54e44b3dfccc6991edda9bdf33",
                "sha256": "177cb3fe587a83d7de5228a3f2175572af42267fee432bc234f8a2d4320ea9b2"
            },
            "downloads": -1,
            "filename": "redis_stack_wheel-0.1.4-202404081128-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e2aba54e44b3dfccc6991edda9bdf33",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 33119653,
            "upload_time": "2024-04-08T11:29:20",
            "upload_time_iso_8601": "2024-04-08T11:29:20.595683Z",
            "url": "https://files.pythonhosted.org/packages/3c/17/b51894b24b5a04c8c52b324ca6268e871a3b77217d6a5939f983d445fffe/redis_stack_wheel-0.1.4-202404081128-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8573b702140b50bca2b34bba717cfaffd4e9ef5ac0c9b25f551d585fb4681206",
                "md5": "6e7267692f7b9d6f6f91e8758a0ecf37",
                "sha256": "2b5b950cc08ac62e58249e38575b539d0ebfc09000949ee2571eed3a456aa2c1"
            },
            "downloads": -1,
            "filename": "redis_stack_wheel-0.1.4-202404081128-cp39-cp39-manylinux_2_31_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e7267692f7b9d6f6f91e8758a0ecf37",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 55547336,
            "upload_time": "2024-04-08T11:29:24",
            "upload_time_iso_8601": "2024-04-08T11:29:24.650957Z",
            "url": "https://files.pythonhosted.org/packages/85/73/b702140b50bca2b34bba717cfaffd4e9ef5ac0c9b25f551d585fb4681206/redis_stack_wheel-0.1.4-202404081128-cp39-cp39-manylinux_2_31_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 11:29:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "redis-stack-wheel"
}
        
Elapsed time: 0.22506s