tensorstore


Nametensorstore JSON
Version 0.1.57 PyPI version JSON
download
home_pagehttps://github.com/google/tensorstore
SummaryRead and write large, multi-dimensional arrays
upload_time2024-04-25 21:19:30
maintainerNone
docs_urlNone
authorGoogle Inc.
requires_python>=3.9
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TensorStore

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![PyPI](https://img.shields.io/pypi/v/tensorstore)](https://pypi.org/project/tensorstore)
[![Build](https://github.com/google/tensorstore/workflows/Build/badge.svg)](https://github.com/google/tensorstore/actions?query=workflow%3ABuild)
[![Docs](https://github.com/google/tensorstore/workflows/Docs/badge.svg)](https://google.github.io/tensorstore)


TensorStore is an open-source C++ and Python software library designed for
storage and manipulation of large multi-dimensional arrays that:

* Provides advanced, fully composable indexing operations and virtual views.

* Provides a uniform API for reading and writing multiple array formats, including
  [zarr](https://zarr.dev/) and [N5](https://github.com/saalfeldlab/n5).

* Natively supports multiple storage systems, such as local and network
  filesystems, [Google Cloud Storage](https://cloud.google.com/storage),
  Amazon S3-compatible object stores, HTTP servers, and in-memory storage.

* Offers an asynchronous API to enable high-throughput access even to
  high-latency remote storage.

* Supports read caching and transactions, with strong atomicity,
  isolation, consistency, and durability (ACID) guarantees.

* Supports safe, efficient access from multiple processes and machines via
  optimistic concurrency.

Documentation and installation instructions are at
<https://google.github.io/tensorstore>.


## Getting Started

To get started using the TensorStore Python API, you can install the tensorstore
PyPI package using:

```
pip install tensorstore
```

Refer to the [tutorials](https://google.github.io/tensorstore/python/tutorial.html)
and [API documentation](https://google.github.io/tensorstore/python/api/index.html),
or the announcement on the [Google Research Blog](https://ai.googleblog.com/2022/09/tensorstore-for-high-performance.html)
for more details.


This is not an officially supported Google product.

# License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/tensorstore",
    "name": "tensorstore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Google Inc.",
    "author_email": "jbms@google.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/e6/a201a651b58984a1a707557e0e1244d7ba6e971f2c64975ad8c606b464de/tensorstore-0.1.57.tar.gz",
    "platform": null,
    "description": "# TensorStore\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PyPI](https://img.shields.io/pypi/v/tensorstore)](https://pypi.org/project/tensorstore)\n[![Build](https://github.com/google/tensorstore/workflows/Build/badge.svg)](https://github.com/google/tensorstore/actions?query=workflow%3ABuild)\n[![Docs](https://github.com/google/tensorstore/workflows/Docs/badge.svg)](https://google.github.io/tensorstore)\n\n\nTensorStore is an open-source C++ and Python software library designed for\nstorage and manipulation of large multi-dimensional arrays that:\n\n* Provides advanced, fully composable indexing operations and virtual views.\n\n* Provides a uniform API for reading and writing multiple array formats, including\n  [zarr](https://zarr.dev/) and [N5](https://github.com/saalfeldlab/n5).\n\n* Natively supports multiple storage systems, such as local and network\n  filesystems, [Google Cloud Storage](https://cloud.google.com/storage),\n  Amazon S3-compatible object stores, HTTP servers, and in-memory storage.\n\n* Offers an asynchronous API to enable high-throughput access even to\n  high-latency remote storage.\n\n* Supports read caching and transactions, with strong atomicity,\n  isolation, consistency, and durability (ACID) guarantees.\n\n* Supports safe, efficient access from multiple processes and machines via\n  optimistic concurrency.\n\nDocumentation and installation instructions are at\n<https://google.github.io/tensorstore>.\n\n\n## Getting Started\n\nTo get started using the TensorStore Python API, you can install the tensorstore\nPyPI package using:\n\n```\npip install tensorstore\n```\n\nRefer to the [tutorials](https://google.github.io/tensorstore/python/tutorial.html)\nand [API documentation](https://google.github.io/tensorstore/python/api/index.html),\nor the announcement on the [Google Research Blog](https://ai.googleblog.com/2022/09/tensorstore-for-high-performance.html)\nfor more details.\n\n\nThis is not an officially supported Google product.\n\n# License\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this software except in compliance with the License.\nYou may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Read and write large, multi-dimensional arrays",
    "version": "0.1.57",
    "project_urls": {
        "Homepage": "https://github.com/google/tensorstore"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b47359f1ad275b15050e055a7c4af5e2e638f321036ab0717fe649ea9f5fd12",
                "md5": "34f5f742f8739211ccd05e2ded1f4993",
                "sha256": "582055ee5a522ce612f5b2a848ceeb3ecd63208bbe56e4da91b675c692f37366"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34f5f742f8739211ccd05e2ded1f4993",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 14844361,
            "upload_time": "2024-04-25T21:18:35",
            "upload_time_iso_8601": "2024-04-25T21:18:35.428529Z",
            "url": "https://files.pythonhosted.org/packages/6b/47/359f1ad275b15050e055a7c4af5e2e638f321036ab0717fe649ea9f5fd12/tensorstore-0.1.57-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80225d347def94f469d2ba41099d8c3ecf3224903641b9a7ba99d4a83f0e3dee",
                "md5": "115230c12a3c3dbe642ff2504f73c92e",
                "sha256": "b3c7ca2b93631ec5cf60433f3709f0bd9486468a116a3d5a19acb4a612b98f23"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "115230c12a3c3dbe642ff2504f73c92e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 13081693,
            "upload_time": "2024-04-25T21:18:40",
            "upload_time_iso_8601": "2024-04-25T21:18:40.316069Z",
            "url": "https://files.pythonhosted.org/packages/80/22/5d347def94f469d2ba41099d8c3ecf3224903641b9a7ba99d4a83f0e3dee/tensorstore-0.1.57-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72e2665f1802d31118a3f69282e50411437d20a418a3b5b7b2dc13ecf774e6a7",
                "md5": "b6d66bc61d3bd2108e19cf604e2f3de7",
                "sha256": "6f1c9aefb55798d9bf734a050f5a833eba40d662f2e8d588869109379d1f2420"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b6d66bc61d3bd2108e19cf604e2f3de7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 14412725,
            "upload_time": "2024-04-25T21:18:43",
            "upload_time_iso_8601": "2024-04-25T21:18:43.400095Z",
            "url": "https://files.pythonhosted.org/packages/72/e2/665f1802d31118a3f69282e50411437d20a418a3b5b7b2dc13ecf774e6a7/tensorstore-0.1.57-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1254acddf76ef789488f7d8d529ef9507fe62f193940c6fdae90409c994d201e",
                "md5": "aae33bae7f7215ce0c0d51eeefa5d096",
                "sha256": "ea0048fb3ca36dc281b44ceb28cf375e1291bcc53153ca0e915ea48d3854a5b7"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aae33bae7f7215ce0c0d51eeefa5d096",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 11177809,
            "upload_time": "2024-04-25T21:18:46",
            "upload_time_iso_8601": "2024-04-25T21:18:46.239778Z",
            "url": "https://files.pythonhosted.org/packages/12/54/acddf76ef789488f7d8d529ef9507fe62f193940c6fdae90409c994d201e/tensorstore-0.1.57-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d7cb3797471f2ce8f0602c8cbe7b986c588a8a8b15abf0f20e1d51e963defa9",
                "md5": "b0f64212f1cf1160d448640e5eac2483",
                "sha256": "62893023e07c1ac8d08e900dde2bc2637cc665978b4ca9b05d6f5a31d1ec01ff"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b0f64212f1cf1160d448640e5eac2483",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 14843939,
            "upload_time": "2024-04-25T21:18:50",
            "upload_time_iso_8601": "2024-04-25T21:18:50.769563Z",
            "url": "https://files.pythonhosted.org/packages/7d/7c/b3797471f2ce8f0602c8cbe7b986c588a8a8b15abf0f20e1d51e963defa9/tensorstore-0.1.57-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0d9cfc121f724f3b7aa0b1e3c9c7651144b26a7c97223d905a19fcb7742a4ba",
                "md5": "4eae6cc1d2205303f3f7c245ad67d194",
                "sha256": "ded6d9d0aba8689cfbd0477d3259f814835828d2ad830ccb717712ba76b804ad"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4eae6cc1d2205303f3f7c245ad67d194",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 13081769,
            "upload_time": "2024-04-25T21:18:53",
            "upload_time_iso_8601": "2024-04-25T21:18:53.834764Z",
            "url": "https://files.pythonhosted.org/packages/e0/d9/cfc121f724f3b7aa0b1e3c9c7651144b26a7c97223d905a19fcb7742a4ba/tensorstore-0.1.57-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e43a0345cdc834ae71e56b68cd2d9770c70fb2b195f7c6a0190845b261cec8f",
                "md5": "053cc24d7f0e7ebee71a6a094133130d",
                "sha256": "01541eec0bc2ae39fe7b1034d278edb049afe6cdfaba1bbe1638acfd16da15cc"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "053cc24d7f0e7ebee71a6a094133130d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 14412434,
            "upload_time": "2024-04-25T21:18:57",
            "upload_time_iso_8601": "2024-04-25T21:18:57.001433Z",
            "url": "https://files.pythonhosted.org/packages/7e/43/a0345cdc834ae71e56b68cd2d9770c70fb2b195f7c6a0190845b261cec8f/tensorstore-0.1.57-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "030bac0585a126272ffe43d5abf8dbb0af445429076809549eb6f91cef1bae00",
                "md5": "0a16809709fcf5fc05a6274d79943164",
                "sha256": "1cb1f3feff7fa2c4a393fafa76cb30967ba214614de599c6c0ca79daaaece40f"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0a16809709fcf5fc05a6274d79943164",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 11176957,
            "upload_time": "2024-04-25T21:18:59",
            "upload_time_iso_8601": "2024-04-25T21:18:59.906254Z",
            "url": "https://files.pythonhosted.org/packages/03/0b/ac0585a126272ffe43d5abf8dbb0af445429076809549eb6f91cef1bae00/tensorstore-0.1.57-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "427108f97c6b89a72c3cca61ba1cdde55f78c0f1927f5a4279d2c5f010c15269",
                "md5": "25c9de5261e40aab10b1033c3e81a887",
                "sha256": "33b2dd1ba1d05c3c6fd0818637881ee864ec1945b3097fdf6555e41bbf990c05"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "25c9de5261e40aab10b1033c3e81a887",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 14880402,
            "upload_time": "2024-04-25T21:19:03",
            "upload_time_iso_8601": "2024-04-25T21:19:03.111112Z",
            "url": "https://files.pythonhosted.org/packages/42/71/08f97c6b89a72c3cca61ba1cdde55f78c0f1927f5a4279d2c5f010c15269/tensorstore-0.1.57-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a662c415da3fbb14ff93948cedad4d7f1e3a953c1de6e909b77d17f2cc4579b1",
                "md5": "834a9f79d51a73964d484a0dda71c397",
                "sha256": "5f75a5df8ea26189283a29b97941669e60ddb5f041ac5e00c78bca4235c8de54"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "834a9f79d51a73964d484a0dda71c397",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 13103996,
            "upload_time": "2024-04-25T21:19:06",
            "upload_time_iso_8601": "2024-04-25T21:19:06.727586Z",
            "url": "https://files.pythonhosted.org/packages/a6/62/c415da3fbb14ff93948cedad4d7f1e3a953c1de6e909b77d17f2cc4579b1/tensorstore-0.1.57-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3a0b2a0fa8050ad3b7c7419f6f1eb62e92317e46a30dd6ebc547cb38fb54210",
                "md5": "3067f13138cabbe85d763116653654e4",
                "sha256": "3a39308e4a9785a776b6796a872826284eebac665efaba7a4d4f33290fdb0a02"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3067f13138cabbe85d763116653654e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 14409756,
            "upload_time": "2024-04-25T21:19:10",
            "upload_time_iso_8601": "2024-04-25T21:19:10.921979Z",
            "url": "https://files.pythonhosted.org/packages/d3/a0/b2a0fa8050ad3b7c7419f6f1eb62e92317e46a30dd6ebc547cb38fb54210/tensorstore-0.1.57-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d6e17d2a877d68608de00930b996a6ab0dae0c5e88824af95da68f3c71f437a",
                "md5": "a7a481ab79852b88a74e6287e15c3573",
                "sha256": "1cc9a188970810ea5cdcf4c6881875ef1b5c2c70f00fd2e5ff134b397a200f36"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a7a481ab79852b88a74e6287e15c3573",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 11182470,
            "upload_time": "2024-04-25T21:19:14",
            "upload_time_iso_8601": "2024-04-25T21:19:14.087190Z",
            "url": "https://files.pythonhosted.org/packages/4d/6e/17d2a877d68608de00930b996a6ab0dae0c5e88824af95da68f3c71f437a/tensorstore-0.1.57-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5626d5fb97759cc33c560828e428274c3c9d1ed3ebabe0238f84486442e72aff",
                "md5": "bb795f15518af641f500057b1b08dbcf",
                "sha256": "e7dc945d1561e5788ac8c9bdf6fcc83f0fd8ee1fb6d69c0b5364ed38930cb7f6"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb795f15518af641f500057b1b08dbcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 14844525,
            "upload_time": "2024-04-25T21:19:17",
            "upload_time_iso_8601": "2024-04-25T21:19:17.897260Z",
            "url": "https://files.pythonhosted.org/packages/56/26/d5fb97759cc33c560828e428274c3c9d1ed3ebabe0238f84486442e72aff/tensorstore-0.1.57-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0082f9ccc30fb7cc5260ee89d23b8d2c158791a8233ff093e4335a025615d1b8",
                "md5": "984b4b0195bd5784e02b18f4266059a7",
                "sha256": "2c7a23ab84266421a3a609e4711cea4bf30674222f065fc546913a9ab1eae9b3"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "984b4b0195bd5784e02b18f4266059a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 13081791,
            "upload_time": "2024-04-25T21:19:21",
            "upload_time_iso_8601": "2024-04-25T21:19:21.343170Z",
            "url": "https://files.pythonhosted.org/packages/00/82/f9ccc30fb7cc5260ee89d23b8d2c158791a8233ff093e4335a025615d1b8/tensorstore-0.1.57-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f542ee4891be33a6e543f63f679bb6480104d6b8f8779d010bb0e9828267831f",
                "md5": "3f0f9829e01f272e3659a0f9806a6055",
                "sha256": "3d4641ad725746f668d9444c3f7396256f4377cc58f9d6db544167e0d1bdebf3"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f0f9829e01f272e3659a0f9806a6055",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 14407647,
            "upload_time": "2024-04-25T21:19:24",
            "upload_time_iso_8601": "2024-04-25T21:19:24.439491Z",
            "url": "https://files.pythonhosted.org/packages/f5/42/ee4891be33a6e543f63f679bb6480104d6b8f8779d010bb0e9828267831f/tensorstore-0.1.57-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd4b0dd81448da55287678e44c236326c88c3503f299d1d2b5294e3e10a4d1de",
                "md5": "b8c922fc2646fdac120ffdd94658f0b6",
                "sha256": "2980e04213dd86a38b033103dc5ae940b22a68a6647335b6711350c67431a660"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b8c922fc2646fdac120ffdd94658f0b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 11138699,
            "upload_time": "2024-04-25T21:19:27",
            "upload_time_iso_8601": "2024-04-25T21:19:27.295043Z",
            "url": "https://files.pythonhosted.org/packages/cd/4b/0dd81448da55287678e44c236326c88c3503f299d1d2b5294e3e10a4d1de/tensorstore-0.1.57-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7e6a201a651b58984a1a707557e0e1244d7ba6e971f2c64975ad8c606b464de",
                "md5": "ef6e64bf7750256a7cf1fa6771009920",
                "sha256": "e5886548394f01dcfffb24c353d0b3f56410587756881c3cc43a4d6a831c98c5"
            },
            "downloads": -1,
            "filename": "tensorstore-0.1.57.tar.gz",
            "has_sig": false,
            "md5_digest": "ef6e64bf7750256a7cf1fa6771009920",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6411410,
            "upload_time": "2024-04-25T21:19:30",
            "upload_time_iso_8601": "2024-04-25T21:19:30.003022Z",
            "url": "https://files.pythonhosted.org/packages/d7/e6/a201a651b58984a1a707557e0e1244d7ba6e971f2c64975ad8c606b464de/tensorstore-0.1.57.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 21:19:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "tensorstore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tensorstore"
}
        
Elapsed time: 0.25884s