rsatoolbox


Namersatoolbox JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryRepresentational Similarity Analysis (RSA) in Python
upload_time2024-08-04 21:02:47
maintainerNone
docs_urlNone
authorrsatoolbox authors
requires_python>=3.8
licenseMIT License Copyright (c) 2019 rsatoolbox authors 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 neuroscience
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Representational Similarity Analysis 3.0

[![Documentation Status](https://readthedocs.org/projects/rsatoolbox/badge/?version=latest)](https://rsatoolbox.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/rsatoolbox.svg)](https://badge.fury.io/py/rsatoolbox)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/rsatoolbox/badges/version.svg)](https://anaconda.org/conda-forge/rsatoolbox)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/626ca9ec9f75485a9f73783c02710b1f)](https://www.codacy.com/gh/rsagroup/rsatoolbox?utm_source=github.com&utm_medium=referral&utm_content=rsagroup/rsatoolbox&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox/badge)](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox)


Conceived during the RSA retreat 2019 in Blue Mountains.

[Documentation](https://rsatoolbox.readthedocs.io/)


#### Getting Started

To install the latest stable version of rsatoolbox with pip:

```sh
pip install rsatoolbox
```

or with conda:

```sh
conda install -c conda-forge rsatoolbox
```


here is a simple code sample:

```python
import numpy, rsatoolbox
data = rsatoolbox.data.Dataset(numpy.random.rand(10, 5))
rdms = rsatoolbox.rdm.calc_rdm(data)
rsatoolbox.vis.show_rdm(rdms)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rsatoolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "neuroscience",
    "author": "rsatoolbox authors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/bf/61/0cdde8548747d12de898d2fdab422e1f1cbd70c8db732636e4ad3e2d2d95/rsatoolbox-0.2.0.tar.gz",
    "platform": null,
    "description": "# Representational Similarity Analysis 3.0\n\n[![Documentation Status](https://readthedocs.org/projects/rsatoolbox/badge/?version=latest)](https://rsatoolbox.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version](https://badge.fury.io/py/rsatoolbox.svg)](https://badge.fury.io/py/rsatoolbox)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/rsatoolbox/badges/version.svg)](https://anaconda.org/conda-forge/rsatoolbox)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/626ca9ec9f75485a9f73783c02710b1f)](https://www.codacy.com/gh/rsagroup/rsatoolbox?utm_source=github.com&utm_medium=referral&utm_content=rsagroup/rsatoolbox&utm_campaign=Badge_Grade)\n[![CodeFactor](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox/badge)](https://www.codefactor.io/repository/github/rsagroup/rsatoolbox)\n\n\nConceived during the RSA retreat 2019 in Blue Mountains.\n\n[Documentation](https://rsatoolbox.readthedocs.io/)\n\n\n#### Getting Started\n\nTo install the latest stable version of rsatoolbox with pip:\n\n```sh\npip install rsatoolbox\n```\n\nor with conda:\n\n```sh\nconda install -c conda-forge rsatoolbox\n```\n\n\nhere is a simple code sample:\n\n```python\nimport numpy, rsatoolbox\ndata = rsatoolbox.data.Dataset(numpy.random.rand(10, 5))\nrdms = rsatoolbox.rdm.calc_rdm(data)\nrsatoolbox.vis.show_rdm(rdms)\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2019 rsatoolbox authors  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": "Representational Similarity Analysis (RSA) in Python",
    "version": "0.2.0",
    "project_urls": {
        "documentation": "https://rsatoolbox.readthedocs.io/",
        "homepage": "https://github.com/rsagroup/rsatoolbox"
    },
    "split_keywords": [
        "neuroscience"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dd2f11d32f86a28b244af390412e7f6b848df0df36f4acc7ec66dcd00d21e6b",
                "md5": "f9eebe7f841ba9bd0f7b0ffea2ce03f7",
                "sha256": "d6f913d7a7321d64a3351e30e6cb0d9af38aefb5b0f81c14d01b56afb15b91a5"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f9eebe7f841ba9bd0f7b0ffea2ce03f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 248876,
            "upload_time": "2024-08-04T21:02:18",
            "upload_time_iso_8601": "2024-08-04T21:02:18.177204Z",
            "url": "https://files.pythonhosted.org/packages/1d/d2/f11d32f86a28b244af390412e7f6b848df0df36f4acc7ec66dcd00d21e6b/rsatoolbox-0.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04245304e70f9abeb7c87e0ca9684f930a7f5e882a37f26051e8fb66d6f6ca4f",
                "md5": "763715132122529a2ab45f2d2090bf68",
                "sha256": "f56cf31d79d2c028d021a681f8c56a409bbf14f250cc6137ae1fba9dbf12376c"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "763715132122529a2ab45f2d2090bf68",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 674614,
            "upload_time": "2024-08-04T21:02:20",
            "upload_time_iso_8601": "2024-08-04T21:02:20.118444Z",
            "url": "https://files.pythonhosted.org/packages/04/24/5304e70f9abeb7c87e0ca9684f930a7f5e882a37f26051e8fb66d6f6ca4f/rsatoolbox-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0aae24128a893f981f18e85c918f321737e6f19371db0619369483d3476a0ccf",
                "md5": "4a6ff8c38fbe7b840115da237e204dea",
                "sha256": "b18e945ac6c79359695c71910aa1be997dc49edd54900a816d952664a7500535"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4a6ff8c38fbe7b840115da237e204dea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 247960,
            "upload_time": "2024-08-04T21:02:21",
            "upload_time_iso_8601": "2024-08-04T21:02:21.912738Z",
            "url": "https://files.pythonhosted.org/packages/0a/ae/24128a893f981f18e85c918f321737e6f19371db0619369483d3476a0ccf/rsatoolbox-0.2.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b7077ed2aafd213a68de789762307ad8a6e5bbdeeed8f5d517c7b67c577d7b4",
                "md5": "3a1082cf57e9bde8bcb46cd21ae14547",
                "sha256": "2dd463ff4bc16feff3a634c4a94302a59e3b7744ec571fc88b9214fc1c058cc9"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3a1082cf57e9bde8bcb46cd21ae14547",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 248686,
            "upload_time": "2024-08-04T21:02:23",
            "upload_time_iso_8601": "2024-08-04T21:02:23.775212Z",
            "url": "https://files.pythonhosted.org/packages/3b/70/77ed2aafd213a68de789762307ad8a6e5bbdeeed8f5d517c7b67c577d7b4/rsatoolbox-0.2.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3456ffc765c3af779ffc2bd744b5871194e2a53dc37150fd1582ecb0fcde16e7",
                "md5": "8b33effd2b59b102060e0dbcebadd47b",
                "sha256": "0d93e337cb6ad678fd75c48cb0f3023f87f7bb1550dfcf45ed01e5c9b2645a2b"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b33effd2b59b102060e0dbcebadd47b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 710292,
            "upload_time": "2024-08-04T21:02:25",
            "upload_time_iso_8601": "2024-08-04T21:02:25.401627Z",
            "url": "https://files.pythonhosted.org/packages/34/56/ffc765c3af779ffc2bd744b5871194e2a53dc37150fd1582ecb0fcde16e7/rsatoolbox-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76a983bb74f19e55bab72a39bcaaf35ef46fa8f42db32d73f77b6de82316321b",
                "md5": "1228f48ff5c1c1a6457f01829630b69c",
                "sha256": "260d753f369ab0ed76f519c56ff809a2f535f4267900607034524751f74a136a"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1228f48ff5c1c1a6457f01829630b69c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 247935,
            "upload_time": "2024-08-04T21:02:26",
            "upload_time_iso_8601": "2024-08-04T21:02:26.657626Z",
            "url": "https://files.pythonhosted.org/packages/76/a9/83bb74f19e55bab72a39bcaaf35ef46fa8f42db32d73f77b6de82316321b/rsatoolbox-0.2.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20e9c70a9a59eb6571747ee2ac7bea36d32e6cad5a640db47627dde17196b8c5",
                "md5": "daaf9531da632f207224f77b8a33cf97",
                "sha256": "c87e830a5a297677494ca4148b64fe512113d4a785ca159e44143854bd79bd6a"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "daaf9531da632f207224f77b8a33cf97",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 250308,
            "upload_time": "2024-08-04T21:02:28",
            "upload_time_iso_8601": "2024-08-04T21:02:28.162390Z",
            "url": "https://files.pythonhosted.org/packages/20/e9/c70a9a59eb6571747ee2ac7bea36d32e6cad5a640db47627dde17196b8c5/rsatoolbox-0.2.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94da41c1b4a3d8ba621c97ac27002d20b6daf819db9e62d2f9264b85778157d7",
                "md5": "aa26b5583397cc23b16accb7b02495c8",
                "sha256": "5d11746b4906e7aa891e115bf7cac0bafe619eb37ea00d1c073a4f6c983d0899"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa26b5583397cc23b16accb7b02495c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 672995,
            "upload_time": "2024-08-04T21:02:29",
            "upload_time_iso_8601": "2024-08-04T21:02:29.907082Z",
            "url": "https://files.pythonhosted.org/packages/94/da/41c1b4a3d8ba621c97ac27002d20b6daf819db9e62d2f9264b85778157d7/rsatoolbox-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47b19022d336c1ed0ab399060e46dc5057c10f2e13a331f1a83f0c707695e936",
                "md5": "a827b66b8aa71769baa2e8f0ada19bac",
                "sha256": "48af6c3696022e174291b8a00c6d37a9d21b4454628f76be5b27e87c2cad237e"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a827b66b8aa71769baa2e8f0ada19bac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 249778,
            "upload_time": "2024-08-04T21:02:31",
            "upload_time_iso_8601": "2024-08-04T21:02:31.646310Z",
            "url": "https://files.pythonhosted.org/packages/47/b1/9022d336c1ed0ab399060e46dc5057c10f2e13a331f1a83f0c707695e936/rsatoolbox-0.2.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0124bd2027247d364b4ebf04f9f369b18b446f6dc03464347da33d080100bfd1",
                "md5": "5b8c3f36ce0c061631a020c19a3e10c4",
                "sha256": "ff3ba71d40411ed7de2177a724d8f106939574bc2928c3c91131d3b87a07d3cd"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5b8c3f36ce0c061631a020c19a3e10c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 249397,
            "upload_time": "2024-08-04T21:02:32",
            "upload_time_iso_8601": "2024-08-04T21:02:32.863894Z",
            "url": "https://files.pythonhosted.org/packages/01/24/bd2027247d364b4ebf04f9f369b18b446f6dc03464347da33d080100bfd1/rsatoolbox-0.2.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b506e1b2d9ff53cc4b2f779930cacddba4ca294506729e8f1d728a2ddfd4345",
                "md5": "ad248ceb0015c94629a92149c2c08b8f",
                "sha256": "cb9110cf4a1210100e3c4290b2736e2b9297754d8fd214483700990716236492"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad248ceb0015c94629a92149c2c08b8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 685888,
            "upload_time": "2024-08-04T21:02:34",
            "upload_time_iso_8601": "2024-08-04T21:02:34.515338Z",
            "url": "https://files.pythonhosted.org/packages/8b/50/6e1b2d9ff53cc4b2f779930cacddba4ca294506729e8f1d728a2ddfd4345/rsatoolbox-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25c83e65688d62c99071e4e5df9c16715dadaf75fca25766b6a7c1145e47a940",
                "md5": "7ca0c884d303730563b01d824832a031",
                "sha256": "43bb398415c83c0658462b2469c0f79da34ea979e768c0053b32897dfb5a4006"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ca0c884d303730563b01d824832a031",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 248724,
            "upload_time": "2024-08-04T21:02:36",
            "upload_time_iso_8601": "2024-08-04T21:02:36.000265Z",
            "url": "https://files.pythonhosted.org/packages/25/c8/3e65688d62c99071e4e5df9c16715dadaf75fca25766b6a7c1145e47a940/rsatoolbox-0.2.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f2735fd96656d8b83a5de409a7c8a70c1ac6dbcccf6353e03ed336d66727328",
                "md5": "83aa34b041214cd070fa4040798f0bad",
                "sha256": "c5247da967677d46bad70df4cdf4c6a7bb1b551830cfb825e4b26adec303e978"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "83aa34b041214cd070fa4040798f0bad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 249344,
            "upload_time": "2024-08-04T21:02:37",
            "upload_time_iso_8601": "2024-08-04T21:02:37.278982Z",
            "url": "https://files.pythonhosted.org/packages/9f/27/35fd96656d8b83a5de409a7c8a70c1ac6dbcccf6353e03ed336d66727328/rsatoolbox-0.2.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "624934ef32a41f7d00e4ecbed25c0369097e547b02f2720b444da8496821a63a",
                "md5": "944e67c0ec09ea26a24aeb0c47030aaa",
                "sha256": "9b6388800565daff052fa20185e01c25265058372e17d4a4612247f87d2f58cd"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "944e67c0ec09ea26a24aeb0c47030aaa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 676724,
            "upload_time": "2024-08-04T21:02:39",
            "upload_time_iso_8601": "2024-08-04T21:02:39.697333Z",
            "url": "https://files.pythonhosted.org/packages/62/49/34ef32a41f7d00e4ecbed25c0369097e547b02f2720b444da8496821a63a/rsatoolbox-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2da8ca4b1e5d285a8189d2df734f6da09695e2ef8cb098b91caa6d089cf1ced",
                "md5": "aec5d039d672038ce011827939827ea7",
                "sha256": "13977730e0420032dd0bbbf6c1ed407ccf30f3e85984d445ceb0d0bfd2a4b56b"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aec5d039d672038ce011827939827ea7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 248490,
            "upload_time": "2024-08-04T21:02:45",
            "upload_time_iso_8601": "2024-08-04T21:02:45.668426Z",
            "url": "https://files.pythonhosted.org/packages/c2/da/8ca4b1e5d285a8189d2df734f6da09695e2ef8cb098b91caa6d089cf1ced/rsatoolbox-0.2.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf610cdde8548747d12de898d2fdab422e1f1cbd70c8db732636e4ad3e2d2d95",
                "md5": "a762c29ef095badf68548e228c403c42",
                "sha256": "ecdcb50387c4b6330077ec2a3a221696078071319b8a0c32ed8128cd38da6863"
            },
            "downloads": -1,
            "filename": "rsatoolbox-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a762c29ef095badf68548e228c403c42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 141138,
            "upload_time": "2024-08-04T21:02:47",
            "upload_time_iso_8601": "2024-08-04T21:02:47.137824Z",
            "url": "https://files.pythonhosted.org/packages/bf/61/0cdde8548747d12de898d2fdab422e1f1cbd70c8db732636e4ad3e2d2d95/rsatoolbox-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-04 21:02:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rsagroup",
    "github_project": "rsatoolbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "rsatoolbox"
}
        
Elapsed time: 0.30082s