smartredis


Namesmartredis JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/CrayLabs/SmartRedis
SummaryRedisAI clients for SmartSim
upload_time2024-02-16 04:51:45
maintainer
docs_urlNone
authorCrayLabs, a Hewlett Packard Enterprise OSS Organization
requires_python<3.12,>=3.8
licenseBSD 2-Clause License
keywords redis clients hpc ai deep learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

<div align="center">
    <a href="https://github.com/CrayLabs/SmartSim"><img src="https://raw.githubusercontent.com/CrayLabs/SmartSim/master/doc/images/SmartSim_Large.png" width="90%"><img></a>
    <br />
    <br />
    <div display="inline-block">
        <a href="https://github.com/CrayLabs/SmartRedis"><b>Home</b></a>&nbsp;&nbsp;&nbsp;
        <a href="https://www.craylabs.org/docs/installation.html#smartredis"><b>Install</b></a>&nbsp;&nbsp;&nbsp;
        <a href="https://www.craylabs.org/docs/smartredis.html"><b>Documentation</b></a>&nbsp;&nbsp;&nbsp;
        <a href="https://join.slack.com/t/craylabs/shared_invite/zt-nw3ag5z5-5PS4tIXBfufu1bIvvr71UA"><b>Slack</b></a>&nbsp;&nbsp;&nbsp;
        <a href="https://github.com/CrayLabs"><b>Cray Labs</b></a>&nbsp;&nbsp;&nbsp;
    </div>
    <br />
    <br />
</div>


[![License](https://img.shields.io/github/license/CrayLabs/SmartSim)](https://github.com/CrayLabs/SmartRedis/blob/master/LICENSE.md)
![GitHub last commit](https://img.shields.io/github/last-commit/CrayLabs/SmartRedis)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/smartredis)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/CrayLabs/SmartRedis)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/smartredis)
![Language](https://img.shields.io/github/languages/top/CrayLabs/SmartRedis)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/CrayLabs/SmartRedis/branch/develop/graph/badge.svg?token=XSS8CCJ2KR)](https://codecov.io/gh/CrayLabs/SmartRedis)
----------
# SmartRedis

SmartRedis is a collection of Redis clients that support
RedisAI capabilities and include additional
features for high performance computing (HPC) applications.
SmartRedis provides clients in the following languages:

| Language   | Version/Standard                               |
|------------|:----------------------------------------------:|
| Python     |   3.8, 3.9, 3.10, 3.11                         |
| C++        |   C++17                                        |
| C          |   C99                                          |
| Fortran    |   Fortran 2018 (GNU/Intel), 2003 (PGI/Nvidia)  |

SmartRedis is used in the [SmartSim library](https://github.com/CrayLabs/SmartSim).
SmartSim makes it easier to use common Machine Learning (ML) libraries like
PyTorch and TensorFlow in numerical simulations at scale.  SmartRedis connects
these simulations to a Redis database or Redis database cluster for
data storage, script execution, and model evaluation.  While SmartRedis
contains features for simulation workflows on supercomputers, SmartRedis
is fully functional as a RedisAI client library and can be used without
SmartSim in any Python, C++, C, or Fortran project.

## Using SmartRedis

SmartRedis installation instructions are currently hosted as part of the
[SmartSim library installation instructions](https://www.craylabs.org/docs/installation_instructions/basic.html#smartredis)
Additionally, detailed [API documents](https://www.craylabs.org/docs/api/smartredis_api.html) are also available as
part of the SmartSim documentation.

## Dependencies

SmartRedis utilizes the following libraries:

 - [NumPy](https://github.com/numpy/numpy)
 - [Hiredis](https://github.com/redis/hiredis) 1.1.0
 - [Redis-plus-plus](https://github.com/sewenew/redis-plus-plus) 1.3.5

## Publications

The following are public presentations or publications using SmartRedis

 - [Collaboration with NCAR - CGD Seminar](https://www.youtube.com/watch?v=2e-5j427AS0)
 - [Using Machine Learning in HPC Simulations - paper](https://www.sciencedirect.com/science/article/pii/S1877750322001065)
 - [Relexi — A scalable open source reinforcement learning framework for high-performance computing - paper](https://www.sciencedirect.com/science/article/pii/S2665963822001063)

## Cite

Please use the following citation when referencing SmartSim, SmartRedis, or any SmartSim related work:

    Partee et al., "Using Machine Learning at scale in numerical simulations with SmartSim:
    An application to ocean climate modeling",
    Journal of Computational Science, Volume 62, 2022, 101707, ISSN 1877-7503.
    Open Access: https://doi.org/10.1016/j.jocs.2022.101707.

### bibtex

    @article{PARTEE2022101707,
        title = {Using Machine Learning at scale in numerical simulations with SmartSim:
        An application to ocean climate modeling},
        journal = {Journal of Computational Science},
        volume = {62},
        pages = {101707},
        year = {2022},
        issn = {1877-7503},
        doi = {https://doi.org/10.1016/j.jocs.2022.101707},
        url = {https://www.sciencedirect.com/science/article/pii/S1877750322001065},
        author = {Sam Partee and Matthew Ellis and Alessandro Rigazzi and Andrew E. Shao
        and Scott Bachman and Gustavo Marques and Benjamin Robbins},
        keywords = {Deep learning, Numerical simulation, Climate modeling, High performance computing, SmartSim},
        }

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CrayLabs/SmartRedis",
    "name": "smartredis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": "",
    "keywords": "redis,clients,hpc,ai,deep learning",
    "author": "CrayLabs, a Hewlett Packard Enterprise OSS Organization",
    "author_email": "craylabs@hpe.com",
    "download_url": "https://files.pythonhosted.org/packages/da/0c/dfcee8a37bbd8b2a6f1f7ef75b020a4050330333f772d56e011209134f3e/smartredis-0.5.2.tar.gz",
    "platform": null,
    "description": "\n\n<div align=\"center\">\n    <a href=\"https://github.com/CrayLabs/SmartSim\"><img src=\"https://raw.githubusercontent.com/CrayLabs/SmartSim/master/doc/images/SmartSim_Large.png\" width=\"90%\"><img></a>\n    <br />\n    <br />\n    <div display=\"inline-block\">\n        <a href=\"https://github.com/CrayLabs/SmartRedis\"><b>Home</b></a>&nbsp;&nbsp;&nbsp;\n        <a href=\"https://www.craylabs.org/docs/installation.html#smartredis\"><b>Install</b></a>&nbsp;&nbsp;&nbsp;\n        <a href=\"https://www.craylabs.org/docs/smartredis.html\"><b>Documentation</b></a>&nbsp;&nbsp;&nbsp;\n        <a href=\"https://join.slack.com/t/craylabs/shared_invite/zt-nw3ag5z5-5PS4tIXBfufu1bIvvr71UA\"><b>Slack</b></a>&nbsp;&nbsp;&nbsp;\n        <a href=\"https://github.com/CrayLabs\"><b>Cray Labs</b></a>&nbsp;&nbsp;&nbsp;\n    </div>\n    <br />\n    <br />\n</div>\n\n\n[![License](https://img.shields.io/github/license/CrayLabs/SmartSim)](https://github.com/CrayLabs/SmartRedis/blob/master/LICENSE.md)\n![GitHub last commit](https://img.shields.io/github/last-commit/CrayLabs/SmartRedis)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/smartredis)\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/CrayLabs/SmartRedis)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/smartredis)\n![Language](https://img.shields.io/github/languages/top/CrayLabs/SmartRedis)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![codecov](https://codecov.io/gh/CrayLabs/SmartRedis/branch/develop/graph/badge.svg?token=XSS8CCJ2KR)](https://codecov.io/gh/CrayLabs/SmartRedis)\n----------\n# SmartRedis\n\nSmartRedis is a collection of Redis clients that support\nRedisAI capabilities and include additional\nfeatures for high performance computing (HPC) applications.\nSmartRedis provides clients in the following languages:\n\n| Language   | Version/Standard                               |\n|------------|:----------------------------------------------:|\n| Python     |   3.8, 3.9, 3.10, 3.11                         |\n| C++        |   C++17                                        |\n| C          |   C99                                          |\n| Fortran    |   Fortran 2018 (GNU/Intel), 2003 (PGI/Nvidia)  |\n\nSmartRedis is used in the [SmartSim library](https://github.com/CrayLabs/SmartSim).\nSmartSim makes it easier to use common Machine Learning (ML) libraries like\nPyTorch and TensorFlow in numerical simulations at scale.  SmartRedis connects\nthese simulations to a Redis database or Redis database cluster for\ndata storage, script execution, and model evaluation.  While SmartRedis\ncontains features for simulation workflows on supercomputers, SmartRedis\nis fully functional as a RedisAI client library and can be used without\nSmartSim in any Python, C++, C, or Fortran project.\n\n## Using SmartRedis\n\nSmartRedis installation instructions are currently hosted as part of the\n[SmartSim library installation instructions](https://www.craylabs.org/docs/installation_instructions/basic.html#smartredis)\nAdditionally, detailed [API documents](https://www.craylabs.org/docs/api/smartredis_api.html) are also available as\npart of the SmartSim documentation.\n\n## Dependencies\n\nSmartRedis utilizes the following libraries:\n\n - [NumPy](https://github.com/numpy/numpy)\n - [Hiredis](https://github.com/redis/hiredis) 1.1.0\n - [Redis-plus-plus](https://github.com/sewenew/redis-plus-plus) 1.3.5\n\n## Publications\n\nThe following are public presentations or publications using SmartRedis\n\n - [Collaboration with NCAR - CGD Seminar](https://www.youtube.com/watch?v=2e-5j427AS0)\n - [Using Machine Learning in HPC Simulations - paper](https://www.sciencedirect.com/science/article/pii/S1877750322001065)\n - [Relexi \u2014 A scalable open source reinforcement learning framework for high-performance computing - paper](https://www.sciencedirect.com/science/article/pii/S2665963822001063)\n\n## Cite\n\nPlease use the following citation when referencing SmartSim, SmartRedis, or any SmartSim related work:\n\n    Partee et al., \"Using Machine Learning at scale in numerical simulations with SmartSim:\n    An application to ocean climate modeling\",\n    Journal of Computational Science, Volume 62, 2022, 101707, ISSN 1877-7503.\n    Open Access: https://doi.org/10.1016/j.jocs.2022.101707.\n\n### bibtex\n\n    @article{PARTEE2022101707,\n        title = {Using Machine Learning at scale in numerical simulations with SmartSim:\n        An application to ocean climate modeling},\n        journal = {Journal of Computational Science},\n        volume = {62},\n        pages = {101707},\n        year = {2022},\n        issn = {1877-7503},\n        doi = {https://doi.org/10.1016/j.jocs.2022.101707},\n        url = {https://www.sciencedirect.com/science/article/pii/S1877750322001065},\n        author = {Sam Partee and Matthew Ellis and Alessandro Rigazzi and Andrew E. Shao\n        and Scott Bachman and Gustavo Marques and Benjamin Robbins},\n        keywords = {Deep learning, Numerical simulation, Climate modeling, High performance computing, SmartSim},\n        }\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause License",
    "summary": "RedisAI clients for SmartSim",
    "version": "0.5.2",
    "project_urls": {
        "Documentation": "https://www.craylabs.org",
        "Homepage": "https://github.com/CrayLabs/SmartRedis",
        "Source": "https://github.com/CrayLabs/SmartRedis"
    },
    "split_keywords": [
        "redis",
        "clients",
        "hpc",
        "ai",
        "deep learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "963f85d6a62126432c8ae78d595c023b73d20218cee4e4a85f959b5dd1872ba3",
                "md5": "0341eb8f16877335c95d04a8662f0d2c",
                "sha256": "d9f7209e0e6eb5c7c4b9cb327b56bcd6069d717ebb13bae455b292fc07c917b1"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0341eb8f16877335c95d04a8662f0d2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 664960,
            "upload_time": "2024-02-16T04:51:24",
            "upload_time_iso_8601": "2024-02-16T04:51:24.587038Z",
            "url": "https://files.pythonhosted.org/packages/96/3f/85d6a62126432c8ae78d595c023b73d20218cee4e4a85f959b5dd1872ba3/smartredis-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b280b05a04ccde861b5688772c062d46dac2eda6ffd404f619e9d89460dfd188",
                "md5": "2797c70fcf6b38086a8a04f335f00b75",
                "sha256": "512bf4e8f8d4943d845f9dc76398c4e5db3512afdd6a2f11b83eac7258e3e669"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2797c70fcf6b38086a8a04f335f00b75",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 731520,
            "upload_time": "2024-02-16T04:51:26",
            "upload_time_iso_8601": "2024-02-16T04:51:26.182502Z",
            "url": "https://files.pythonhosted.org/packages/b2/80/b05a04ccde861b5688772c062d46dac2eda6ffd404f619e9d89460dfd188/smartredis-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7487656542aa553e41b3f990be53f9969dea0b01beb28421652866c0e9561b7e",
                "md5": "9a81c1bafaab1a2cf769ab672996249b",
                "sha256": "f488592824d9bbc2b65787728172173680b8dbb2826a8ccbd33f014defd201ce"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a81c1bafaab1a2cf769ab672996249b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 1255160,
            "upload_time": "2024-02-16T04:51:28",
            "upload_time_iso_8601": "2024-02-16T04:51:28.074023Z",
            "url": "https://files.pythonhosted.org/packages/74/87/656542aa553e41b3f990be53f9969dea0b01beb28421652866c0e9561b7e/smartredis-0.5.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f4f3b314c8e59780aedcd77567ac9c7240e72a88e9207531279ff051461595e",
                "md5": "0cdb937adfda0a6121757d7a88e0d462",
                "sha256": "963bf543cd5d696dfeeef930ec05d6078bca371caeb4f339d082426df8e7f6a5"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cdb937adfda0a6121757d7a88e0d462",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 666024,
            "upload_time": "2024-02-16T04:51:29",
            "upload_time_iso_8601": "2024-02-16T04:51:29.541359Z",
            "url": "https://files.pythonhosted.org/packages/7f/4f/3b314c8e59780aedcd77567ac9c7240e72a88e9207531279ff051461595e/smartredis-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41fcb434715e39c249202c7ce4c95c5ad49d919023031ba997b90e2e65d9fd12",
                "md5": "a76e7210baefb1172bfd9368a1875534",
                "sha256": "27e567783936716dfbeb6891d39599667bc77d5887004152302fea158ec8ae75"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a76e7210baefb1172bfd9368a1875534",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 732513,
            "upload_time": "2024-02-16T04:51:31",
            "upload_time_iso_8601": "2024-02-16T04:51:31.383466Z",
            "url": "https://files.pythonhosted.org/packages/41/fc/b434715e39c249202c7ce4c95c5ad49d919023031ba997b90e2e65d9fd12/smartredis-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1c2ae30929025c992b6c2d69105d362fdd7121e49711f75ac470dec37c2cf60",
                "md5": "d4429e9a62ae715fa73528cc556c01d8",
                "sha256": "407b2b8856bbf65084ecb37550d3d04b01cd1ef09855e77b4c4646b68f6f0e72"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d4429e9a62ae715fa73528cc556c01d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 1255786,
            "upload_time": "2024-02-16T04:51:33",
            "upload_time_iso_8601": "2024-02-16T04:51:33.269457Z",
            "url": "https://files.pythonhosted.org/packages/f1/c2/ae30929025c992b6c2d69105d362fdd7121e49711f75ac470dec37c2cf60/smartredis-0.5.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0f022c11e6a4d59d4d088f73025e3111c5685f52a9a531a041fa8c49c41aabc",
                "md5": "53e88227e4143fd15236f8666c73decd",
                "sha256": "3e75e5b4d0570229d307863e50f7d9ae844f9b4df933d0fbf5c241cd20be36d9"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53e88227e4143fd15236f8666c73decd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 665005,
            "upload_time": "2024-02-16T04:51:35",
            "upload_time_iso_8601": "2024-02-16T04:51:35.156767Z",
            "url": "https://files.pythonhosted.org/packages/e0/f0/22c11e6a4d59d4d088f73025e3111c5685f52a9a531a041fa8c49c41aabc/smartredis-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c58b9e148a02fa9f348f402348e29c2695fb6e1c2fe2acc1edcbafb805544e8a",
                "md5": "2c65bbb5d4c2cd6244e6d95f9d281875",
                "sha256": "41ba74200c8feacd365e68716d7e7d3b3a451a9970a4c786a95dd849a43e04e3"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c65bbb5d4c2cd6244e6d95f9d281875",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 733233,
            "upload_time": "2024-02-16T04:51:36",
            "upload_time_iso_8601": "2024-02-16T04:51:36.998565Z",
            "url": "https://files.pythonhosted.org/packages/c5/8b/9e148a02fa9f348f402348e29c2695fb6e1c2fe2acc1edcbafb805544e8a/smartredis-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f428f846d8434ee3d80f7f44a05b927b1f8ceaf565e7b673d20f3efbabb744ff",
                "md5": "0bceb9e771dbb61aaf667b2eeca3aad7",
                "sha256": "96b7339d39a4f3ea44439c8b1c2a0d0b83353921505219ea9f2ab6f6922e24c4"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bceb9e771dbb61aaf667b2eeca3aad7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 1254983,
            "upload_time": "2024-02-16T04:51:38",
            "upload_time_iso_8601": "2024-02-16T04:51:38.374494Z",
            "url": "https://files.pythonhosted.org/packages/f4/28/f846d8434ee3d80f7f44a05b927b1f8ceaf565e7b673d20f3efbabb744ff/smartredis-0.5.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b5eb7a4153a17162958dcdf005b63f6c35ef4076263441d0517f5af2c8d0ace",
                "md5": "f7cf951d9173c428bc953e7e3355d3de",
                "sha256": "6f41b52a4575a28652cc800114e997ffe54fc2adcf491d9c06a89ecdf6381da4"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f7cf951d9173c428bc953e7e3355d3de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 665073,
            "upload_time": "2024-02-16T04:51:39",
            "upload_time_iso_8601": "2024-02-16T04:51:39.792271Z",
            "url": "https://files.pythonhosted.org/packages/6b/5e/b7a4153a17162958dcdf005b63f6c35ef4076263441d0517f5af2c8d0ace/smartredis-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0da900deffb6828b2bd284ed79276eb9c2057f4772bd66bc5eafb93c50f067df",
                "md5": "6154a6b3f0544315e46c74bf3af44801",
                "sha256": "87ad15e5b487dda4810d5abebd4ff96d9f09a42151360ecc03d403546ee9d35f"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6154a6b3f0544315e46c74bf3af44801",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 733645,
            "upload_time": "2024-02-16T04:51:41",
            "upload_time_iso_8601": "2024-02-16T04:51:41.022058Z",
            "url": "https://files.pythonhosted.org/packages/0d/a9/00deffb6828b2bd284ed79276eb9c2057f4772bd66bc5eafb93c50f067df/smartredis-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "328d4e46fb46b9c5e53be2e9298cab31de093615429c9fd1516e6e3bcd6331c8",
                "md5": "112729a674a931e40119ca9d20b21fb9",
                "sha256": "ae49dda77673fe1ffb5a404e189168b92fc69e139211eb943944fb8b967a483e"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "112729a674a931e40119ca9d20b21fb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 1255176,
            "upload_time": "2024-02-16T04:51:42",
            "upload_time_iso_8601": "2024-02-16T04:51:42.822826Z",
            "url": "https://files.pythonhosted.org/packages/32/8d/4e46fb46b9c5e53be2e9298cab31de093615429c9fd1516e6e3bcd6331c8/smartredis-0.5.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da0cdfcee8a37bbd8b2a6f1f7ef75b020a4050330333f772d56e011209134f3e",
                "md5": "7d7a43fdcf381cdfea5036f02ad9e211",
                "sha256": "8f3e3ba3614830311f083ee749d756b894671ce4b547217b7abf1083cf3bbfb3"
            },
            "downloads": -1,
            "filename": "smartredis-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7d7a43fdcf381cdfea5036f02ad9e211",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.8",
            "size": 215817,
            "upload_time": "2024-02-16T04:51:45",
            "upload_time_iso_8601": "2024-02-16T04:51:45.100680Z",
            "url": "https://files.pythonhosted.org/packages/da/0c/dfcee8a37bbd8b2a6f1f7ef75b020a4050330333f772d56e011209134f3e/smartredis-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 04:51:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CrayLabs",
    "github_project": "SmartRedis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "smartredis"
}
        
Elapsed time: 0.19832s