xorbits


Namexorbits JSON
Version 0.7.2 PyPI version JSON
download
home_pagehttp://github.com/xorbitsai/xorbits
SummaryScalable Python data science, in an API compatible & lightning fast way.
upload_time2024-01-05 09:32:18
maintainerQin Xuye
docs_urlNone
authorQin Xuye
requires_python
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img width="77%" alt="" src="https://doc.xorbits.io/en/latest/_static/xorbits.svg"><br>
</div>

[![PyPI Latest Release](https://img.shields.io/pypi/v/xorbits.svg?style=for-the-badge)](https://pypi.org/project/xorbits/)
[![License](https://img.shields.io/pypi/l/xorbits.svg?style=for-the-badge)](https://github.com/xorbitsai/xorbits/blob/main/LICENSE)
[![Coverage](https://img.shields.io/codecov/c/github/xorbitsai/xorbits?style=for-the-badge)](https://codecov.io/gh/xorbitsai/xorbits)
[![Build Status](https://img.shields.io/github/actions/workflow/status/xorbitsai/xorbits/python.yaml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://actions-badge.atrox.dev/xorbitsai/xorbits/goto?ref=main)
[![Doc](https://readthedocs.org/projects/xorbits/badge/?version=latest&style=for-the-badge)](https://doc.xorbits.io)
[![Slack](https://img.shields.io/badge/join_Slack-781FF5.svg?logo=slack&style=for-the-badge)](https://join.slack.com/t/xorbitsio/shared_invite/zt-1o3z9ucdh-RbfhbPVpx7prOVdM1CAuxg)
[![Twitter](https://img.shields.io/twitter/follow/xorbitsio?logo=twitter&style=for-the-badge)](https://twitter.com/xorbitsio)

## What is Xorbits?

Xorbits is an open-source computing framework that makes it easy to scale data science and machine learning workloads —
from data preprocessing to tuning, training, and model serving. Xorbits can leverage multi-cores or GPUs to accelerate
computation on a single machine or scale out up to thousands of machines to support processing terabytes of data and training or serving large models.

Xorbits provides a suite of best-in-class [libraries](https://doc.xorbits.io/en/latest/libraries/index.html) for data
scientists and machine learning practitioners. Xorbits provides the capability to scale tasks without the necessity for
extensive knowledge of infrastructure.

Xorbits features a familiar Python API that supports a variety of libraries, including pandas, NumPy, PyTorch,
XGBoost, etc. With a simple modification of just one line of code, your pandas workflow can be seamlessly scaled
using Xorbits:

<div align="center">
  <img width="70%" alt="" src="https://raw.githubusercontent.com/xorbitsai/xorbits/main/doc/source/_static/pandas_vs_xorbits.gif"><br>
</div>

## Why Xorbits?

As ML and AI workloads continue to grow in complexity, the computational demands soar high. Even though single-node development
environments like your laptop provide convenience, but they fall short when it comes to accommodating these scaling demands. 

### Seamlessly scale your workflow from laptop to cluster

To use Xorbits, you do not need to specify how to distribute the data or even know how many cores your system has.
You can keep using your existing notebooks and still enjoy a significant speed boost from Xorbits, even on your laptop.

### Process large datasets that pandas can't

Xorbits can [leverage all of your computational cores](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/pandas.html#boosting-performance-and-scalability-with-xorbits). 
It is especially beneficial for handling [larger datasets](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/pandas.html#overcoming-memory-limitations-in-large-datasets-with-xorbits),
where pandas may slow down or run out of memory.

### Lightning-fast speed

According to our benchmark tests, Xorbits surpasses other popular pandas API frameworks in speed and scalability. 
See our [performance comparison](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/comparisons.html#performance-comparison)
and [explanation](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/fast.html).

### Leverage the Python ecosystem with native integrations

Xorbits aims to take full advantage of the entire ML ecosystem, offering native integration with pandas and other libraries.

## Where to get it?
The source code is currently hosted on GitHub at: https://github.com/xorbitsai/xorbits

Binary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/xorbits).

```shell
# PyPI
pip install xorbits
```

## Other resources
* [Documentation](https://doc.xorbits.io)
* [Examples and Tutorials](https://doc.xorbits.io/en/latest/getting_started/examples.html)
* [Performance Benchmarks](https://xorbits.io/benchmark)
* [Development Guide](https://doc.xorbits.io/en/latest/development/index.html)
* [Research Paper on Xorbits' Internals](https://arxiv.org/abs/2401.00865)

## License
[Apache 2](LICENSE)

## Roadmaps
The main goals we want to achieve in the future include the following:

* Transitioning from pandas native to arrow native for data storage  
  will reduce the memory cost substantially and is more friendly for compute engine.
* Introducing native engines that leverage technologies like vectorization and codegen 
  to accelerate computations.
* Scale as many libraries and algorithms as possible!

More detailed roadmaps will be revealed soon. Stay tuned!

## Relationship with Mars
The creators of Xorbits are mainly those of Mars, and we currently built Xorbits on Mars 
to reduce duplicated work, but the vision of Xorbits suggests that it's not 
appropriate to put everything on Mars. Instead, we need a new project 
to support the roadmaps better. In the future, we will replace some core internal components 
with other upcoming ones we will propose. Stay tuned!

## Getting involved

| Platform                                                                                      | Purpose                                            |
|-----------------------------------------------------------------------------------------------|----------------------------------------------------|
| [Discourse Forum](https://discuss.xorbits.io)                                                 | Asking usage questions and discussing development. |
| [Github Issues](https://github.com/xorbitsai/xorbits/issues)                                  | Reporting bugs and filing feature requests.        |
| [Slack](https://join.slack.com/t/xorbitsio/shared_invite/zt-1o3z9ucdh-RbfhbPVpx7prOVdM1CAuxg) | Collaborating with other Xorbits users.            |
| [StackOverflow](https://stackoverflow.com/questions/tagged/xorbits)                           | Asking questions about how to use Xorbits.         |
| [Twitter](https://twitter.com/xorbitsio)                                                      | Staying up-to-date on new features.                |

## Citing Xorbits

If Xorbits could help you, please cite our paper which is accepted by ICDE 2024 Industry and Applications Track:

```
@article{lu2023xorbits,
  title={Xorbits: Automating Operator Tiling for Distributed Data Science}, 
  author={Weizheng Lu and Kaisheng He and Xuye Qin and Chengjie Li and Zhong Wang and Tao Yuan and Feng Zhang and Yueguo Chen and Xiaoyong Du},
  year={2023},
  archivePrefix={arXiv},
  url={https://doi.org/10.48550/arXiv.2401.00865},
  eprinttype={arXiv},
  eprint={2401.00865},
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/xorbitsai/xorbits",
    "name": "xorbits",
    "maintainer": "Qin Xuye",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "qinxuye@xprobe.io",
    "keywords": "",
    "author": "Qin Xuye",
    "author_email": "qinxuye@xprobe.io",
    "download_url": "https://files.pythonhosted.org/packages/2a/38/09bd64fab309d6061bdeb323a83aaf2f1a54400db814856eab818ae5a954/xorbits-0.7.2.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img width=\"77%\" alt=\"\" src=\"https://doc.xorbits.io/en/latest/_static/xorbits.svg\"><br>\n</div>\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/xorbits.svg?style=for-the-badge)](https://pypi.org/project/xorbits/)\n[![License](https://img.shields.io/pypi/l/xorbits.svg?style=for-the-badge)](https://github.com/xorbitsai/xorbits/blob/main/LICENSE)\n[![Coverage](https://img.shields.io/codecov/c/github/xorbitsai/xorbits?style=for-the-badge)](https://codecov.io/gh/xorbitsai/xorbits)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/xorbitsai/xorbits/python.yaml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://actions-badge.atrox.dev/xorbitsai/xorbits/goto?ref=main)\n[![Doc](https://readthedocs.org/projects/xorbits/badge/?version=latest&style=for-the-badge)](https://doc.xorbits.io)\n[![Slack](https://img.shields.io/badge/join_Slack-781FF5.svg?logo=slack&style=for-the-badge)](https://join.slack.com/t/xorbitsio/shared_invite/zt-1o3z9ucdh-RbfhbPVpx7prOVdM1CAuxg)\n[![Twitter](https://img.shields.io/twitter/follow/xorbitsio?logo=twitter&style=for-the-badge)](https://twitter.com/xorbitsio)\n\n## What is Xorbits?\n\nXorbits is an open-source computing framework that makes it easy to scale data science and machine learning workloads \u2014\nfrom data preprocessing to tuning, training, and model serving. Xorbits can leverage multi-cores or GPUs to accelerate\ncomputation on a single machine or scale out up to thousands of machines to support processing terabytes of data and training or serving large models.\n\nXorbits provides a suite of best-in-class [libraries](https://doc.xorbits.io/en/latest/libraries/index.html) for data\nscientists and machine learning practitioners. Xorbits provides the capability to scale tasks without the necessity for\nextensive knowledge of infrastructure.\n\nXorbits features a familiar Python API that supports a variety of libraries, including pandas, NumPy, PyTorch,\nXGBoost, etc. With a simple modification of just one line of code, your pandas workflow can be seamlessly scaled\nusing Xorbits:\n\n<div align=\"center\">\n  <img width=\"70%\" alt=\"\" src=\"https://raw.githubusercontent.com/xorbitsai/xorbits/main/doc/source/_static/pandas_vs_xorbits.gif\"><br>\n</div>\n\n## Why Xorbits?\n\nAs ML and AI workloads continue to grow in complexity, the computational demands soar high. Even though single-node development\nenvironments like your laptop provide convenience, but they fall short when it comes to accommodating these scaling demands. \n\n### Seamlessly scale your workflow from laptop to cluster\n\nTo use Xorbits, you do not need to specify how to distribute the data or even know how many cores your system has.\nYou can keep using your existing notebooks and still enjoy a significant speed boost from Xorbits, even on your laptop.\n\n### Process large datasets that pandas can't\n\nXorbits can [leverage all of your computational cores](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/pandas.html#boosting-performance-and-scalability-with-xorbits). \nIt is especially beneficial for handling [larger datasets](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/pandas.html#overcoming-memory-limitations-in-large-datasets-with-xorbits),\nwhere pandas may slow down or run out of memory.\n\n### Lightning-fast speed\n\nAccording to our benchmark tests, Xorbits surpasses other popular pandas API frameworks in speed and scalability. \nSee our [performance comparison](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/comparisons.html#performance-comparison)\nand [explanation](https://doc.xorbits.io/en/latest/getting_started/why_xorbits/fast.html).\n\n### Leverage the Python ecosystem with native integrations\n\nXorbits aims to take full advantage of the entire ML ecosystem, offering native integration with pandas and other libraries.\n\n## Where to get it?\nThe source code is currently hosted on GitHub at: https://github.com/xorbitsai/xorbits\n\nBinary installers for the latest released version are available at the [Python\nPackage Index (PyPI)](https://pypi.org/project/xorbits).\n\n```shell\n# PyPI\npip install xorbits\n```\n\n## Other resources\n* [Documentation](https://doc.xorbits.io)\n* [Examples and Tutorials](https://doc.xorbits.io/en/latest/getting_started/examples.html)\n* [Performance Benchmarks](https://xorbits.io/benchmark)\n* [Development Guide](https://doc.xorbits.io/en/latest/development/index.html)\n* [Research Paper on Xorbits' Internals](https://arxiv.org/abs/2401.00865)\n\n## License\n[Apache 2](LICENSE)\n\n## Roadmaps\nThe main goals we want to achieve in the future include the following:\n\n* Transitioning from pandas native to arrow native for data storage  \n  will reduce the memory cost substantially and is more friendly for compute engine.\n* Introducing native engines that leverage technologies like vectorization and codegen \n  to accelerate computations.\n* Scale as many libraries and algorithms as possible!\n\nMore detailed roadmaps will be revealed soon. Stay tuned!\n\n## Relationship with Mars\nThe creators of Xorbits are mainly those of Mars, and we currently built Xorbits on Mars \nto reduce duplicated work, but the vision of Xorbits suggests that it's not \nappropriate to put everything on Mars. Instead, we need a new project \nto support the roadmaps better. In the future, we will replace some core internal components \nwith other upcoming ones we will propose. Stay tuned!\n\n## Getting involved\n\n| Platform                                                                                      | Purpose                                            |\n|-----------------------------------------------------------------------------------------------|----------------------------------------------------|\n| [Discourse Forum](https://discuss.xorbits.io)                                                 | Asking usage questions and discussing development. |\n| [Github Issues](https://github.com/xorbitsai/xorbits/issues)                                  | Reporting bugs and filing feature requests.        |\n| [Slack](https://join.slack.com/t/xorbitsio/shared_invite/zt-1o3z9ucdh-RbfhbPVpx7prOVdM1CAuxg) | Collaborating with other Xorbits users.            |\n| [StackOverflow](https://stackoverflow.com/questions/tagged/xorbits)                           | Asking questions about how to use Xorbits.         |\n| [Twitter](https://twitter.com/xorbitsio)                                                      | Staying up-to-date on new features.                |\n\n## Citing Xorbits\n\nIf Xorbits could help you, please cite our paper which is accepted by ICDE 2024 Industry and Applications Track:\n\n```\n@article{lu2023xorbits,\n  title={Xorbits: Automating Operator Tiling for Distributed Data Science}, \n  author={Weizheng Lu and Kaisheng He and Xuye Qin and Chengjie Li and Zhong Wang and Tao Yuan and Feng Zhang and Yueguo Chen and Xiaoyong Du},\n  year={2023},\n  archivePrefix={arXiv},\n  url={https://doi.org/10.48550/arXiv.2401.00865},\n  eprinttype={arXiv}\uff0c\n  eprint={2401.00865},\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Scalable Python data science, in an API compatible & lightning fast way.",
    "version": "0.7.2",
    "project_urls": {
        "Homepage": "http://github.com/xorbitsai/xorbits"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "569141b58473790dfa60bc88adc1019e962795717492cb4a0607c8f5bf4728c4",
                "md5": "166967f3f0b0780bf73cfeb108fc5124",
                "sha256": "2a8674e2ac4a03b50e4aeea93b29405607fe867a2f201db681e2452578121fe0"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "166967f3f0b0780bf73cfeb108fc5124",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4581474,
            "upload_time": "2024-01-05T09:31:36",
            "upload_time_iso_8601": "2024-01-05T09:31:36.730132Z",
            "url": "https://files.pythonhosted.org/packages/56/91/41b58473790dfa60bc88adc1019e962795717492cb4a0607c8f5bf4728c4/xorbits-0.7.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3ee92a80820e8cf74bcc7d1ff029bd62c510f00dfc3e1905a4ebd38303099ab",
                "md5": "fd237b489a28c39ec44f0813a8167df0",
                "sha256": "1a78c992211669c6c077652d9fb0742f6740148a32ce0c5c73064565d827c9e8"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd237b489a28c39ec44f0813a8167df0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3721066,
            "upload_time": "2024-01-05T09:31:39",
            "upload_time_iso_8601": "2024-01-05T09:31:39.451462Z",
            "url": "https://files.pythonhosted.org/packages/d3/ee/92a80820e8cf74bcc7d1ff029bd62c510f00dfc3e1905a4ebd38303099ab/xorbits-0.7.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "331aa5d5ae9cf4a897483528b19f830e13e8b9b71d20b6631e5c5554968acd49",
                "md5": "7f834afd21db96f0652b3a873a2fc291",
                "sha256": "8414c328c43ac9c0a0d31a4a102a59b90d177d78e9464db47be26bf7ec485746"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7f834afd21db96f0652b3a873a2fc291",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 7997155,
            "upload_time": "2024-01-05T09:31:41",
            "upload_time_iso_8601": "2024-01-05T09:31:41.523485Z",
            "url": "https://files.pythonhosted.org/packages/33/1a/a5d5ae9cf4a897483528b19f830e13e8b9b71d20b6631e5c5554968acd49/xorbits-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff10bb75238223b2d5560c4de1855ffb9f071176d2727dc09ef140f1907fd47a",
                "md5": "1118bb4c8d5ed50144e5ac3bd5cea643",
                "sha256": "ec62ad010ce1c4ddde98ada8cceea91f9f5881f9c4a11f8d782ab49ca54c2b86"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1118bb4c8d5ed50144e5ac3bd5cea643",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 8060307,
            "upload_time": "2024-01-05T09:31:43",
            "upload_time_iso_8601": "2024-01-05T09:31:43.418356Z",
            "url": "https://files.pythonhosted.org/packages/ff/10/bb75238223b2d5560c4de1855ffb9f071176d2727dc09ef140f1907fd47a/xorbits-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa1f4d642b25b7d2e093a4bb7fede2f09c8cb0cc45308b9ec2197387dc167c26",
                "md5": "f485449efa97d8fd57abd6f3d343315e",
                "sha256": "867cc13754e8964a900d4e15c0fe7b323455882e4d46924d51bc1b3ff32dcae8"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f485449efa97d8fd57abd6f3d343315e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3592305,
            "upload_time": "2024-01-05T09:31:46",
            "upload_time_iso_8601": "2024-01-05T09:31:46.029285Z",
            "url": "https://files.pythonhosted.org/packages/aa/1f/4d642b25b7d2e093a4bb7fede2f09c8cb0cc45308b9ec2197387dc167c26/xorbits-0.7.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f08885e7e12426d1673b758fc55070f04f61be4094569d0ae8b8ae4039a5cae3",
                "md5": "f936880336e3cd152a22443efba815b0",
                "sha256": "561a3a99dae05999374a8ff30841449aad7b74c9a956c972a713baa44da80c4c"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "f936880336e3cd152a22443efba815b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 4573565,
            "upload_time": "2024-01-05T09:31:47",
            "upload_time_iso_8601": "2024-01-05T09:31:47.758358Z",
            "url": "https://files.pythonhosted.org/packages/f0/88/85e7e12426d1673b758fc55070f04f61be4094569d0ae8b8ae4039a5cae3/xorbits-0.7.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ec49ccac43d28b18124e81d52b3c1c85f3e4d0bc89be12754f70e4756530ab8",
                "md5": "e26a70a1e8bac02b4dcaafd6bc2881ea",
                "sha256": "d512ea093ee7be5f123fb3d59067788d116c7e096534eb7097f2be1a9358c8fd"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e26a70a1e8bac02b4dcaafd6bc2881ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3716464,
            "upload_time": "2024-01-05T09:31:49",
            "upload_time_iso_8601": "2024-01-05T09:31:49.749710Z",
            "url": "https://files.pythonhosted.org/packages/0e/c4/9ccac43d28b18124e81d52b3c1c85f3e4d0bc89be12754f70e4756530ab8/xorbits-0.7.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4548da4ec13f550c5b52517af76b4cf61de04bc0f137582757039d9938bb4584",
                "md5": "ef5ca7fd83dc009db355204003d7f399",
                "sha256": "f909742cccb5b4c8ec790cc4896a5ace09a969147cdefdb96b0958302b223bb4"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ef5ca7fd83dc009db355204003d7f399",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 8315774,
            "upload_time": "2024-01-05T09:31:52",
            "upload_time_iso_8601": "2024-01-05T09:31:52.330341Z",
            "url": "https://files.pythonhosted.org/packages/45/48/da4ec13f550c5b52517af76b4cf61de04bc0f137582757039d9938bb4584/xorbits-0.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e19e38cdad9054675d3cdb38c876782a37e448a4bb04f92f841e31e15d600eef",
                "md5": "92467f958c123df382b0afaeb72ee8c7",
                "sha256": "298ad5b1ee33f662420652ccdf65e721ebff1ca8329da3f5b4af2a91810510d7"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "92467f958c123df382b0afaeb72ee8c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 8389539,
            "upload_time": "2024-01-05T09:31:54",
            "upload_time_iso_8601": "2024-01-05T09:31:54.411340Z",
            "url": "https://files.pythonhosted.org/packages/e1/9e/38cdad9054675d3cdb38c876782a37e448a4bb04f92f841e31e15d600eef/xorbits-0.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aad796d741ded79ad8ba20d0e0ae19ebc0bdadefb4b0e9874e875180fc452c30",
                "md5": "6c5df85b96215859d8954293627f1ce5",
                "sha256": "78991254b4d7f681dbdef646d8982d4915bc68cabe36555c8d725c18c9faf2c4"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6c5df85b96215859d8954293627f1ce5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3585124,
            "upload_time": "2024-01-05T09:31:56",
            "upload_time_iso_8601": "2024-01-05T09:31:56.648807Z",
            "url": "https://files.pythonhosted.org/packages/aa/d7/96d741ded79ad8ba20d0e0ae19ebc0bdadefb4b0e9874e875180fc452c30/xorbits-0.7.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d521bdd7f5c490644402c59eaa2bd133af8fa4aae65ae3ee44fd09793d233b3",
                "md5": "83668185979e618ee898675ae94688f5",
                "sha256": "1666454d1d40566adba0b72fc48c571a70750f572e29a2a8c6404f23ec5e85f8"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "83668185979e618ee898675ae94688f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4580432,
            "upload_time": "2024-01-05T09:31:58",
            "upload_time_iso_8601": "2024-01-05T09:31:58.210250Z",
            "url": "https://files.pythonhosted.org/packages/7d/52/1bdd7f5c490644402c59eaa2bd133af8fa4aae65ae3ee44fd09793d233b3/xorbits-0.7.2-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc295dde1ae049c5de4f2dd7577995e4a5256e25178e613a336c72db5e2d0bd0",
                "md5": "2d2e99a2d366e5ba1d8e11d4d2aee5b0",
                "sha256": "02f4ce35c72ffd1ac25bd93c9debd15a3f4e56f24295c9b57c07bd171a4dab09"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d2e99a2d366e5ba1d8e11d4d2aee5b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3719870,
            "upload_time": "2024-01-05T09:32:00",
            "upload_time_iso_8601": "2024-01-05T09:32:00.475555Z",
            "url": "https://files.pythonhosted.org/packages/fc/29/5dde1ae049c5de4f2dd7577995e4a5256e25178e613a336c72db5e2d0bd0/xorbits-0.7.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43ca671921132e722b0fbddc62959cd5efa4f501b90dcc69524cf3342f629040",
                "md5": "8dbc7e7acc8bb23d74c64eb48ec28802",
                "sha256": "a4243c2f6eb5250c4a4e53a3d2785ea0e42d48629e2b521817fed24544cc3c88"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8dbc7e7acc8bb23d74c64eb48ec28802",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 8147231,
            "upload_time": "2024-01-05T09:32:02",
            "upload_time_iso_8601": "2024-01-05T09:32:02.396197Z",
            "url": "https://files.pythonhosted.org/packages/43/ca/671921132e722b0fbddc62959cd5efa4f501b90dcc69524cf3342f629040/xorbits-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77ac178a379967fa9ca01f1560029c1647119bec095f54c19819a64cf21012d9",
                "md5": "49a64d19bc7c67ba21af0a78066e7ccb",
                "sha256": "ad8c8e88b7da6fc4bf7f26e5c35cd2e310de4c1745a2cfd0625edb2893f7cb65"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49a64d19bc7c67ba21af0a78066e7ccb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 8220072,
            "upload_time": "2024-01-05T09:32:05",
            "upload_time_iso_8601": "2024-01-05T09:32:05.025615Z",
            "url": "https://files.pythonhosted.org/packages/77/ac/178a379967fa9ca01f1560029c1647119bec095f54c19819a64cf21012d9/xorbits-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "868f966bd6dc587d00eb5ac2376af390b20388e93a941dace8e81c73100c0862",
                "md5": "1b86f2e8f200ecc8925c8e041c9ed7ab",
                "sha256": "d6b213cf072d0102793037fea40ac061fc96122a870f09db0a5c08e11bc260c9"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1b86f2e8f200ecc8925c8e041c9ed7ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3599648,
            "upload_time": "2024-01-05T09:32:06",
            "upload_time_iso_8601": "2024-01-05T09:32:06.724658Z",
            "url": "https://files.pythonhosted.org/packages/86/8f/966bd6dc587d00eb5ac2376af390b20388e93a941dace8e81c73100c0862/xorbits-0.7.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61de4cda7ba5493f9bc2d7f9d4d1696d58b3e3cc0b74adcfa6bc6d7971fb6d0a",
                "md5": "55db069b473234a7c6b7c684e3d0e678",
                "sha256": "930f9ef8c1f3be5bbdd01c5fafaccefaacc0dfe8b70989923cc6802dd57e18a7"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "55db069b473234a7c6b7c684e3d0e678",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4591931,
            "upload_time": "2024-01-05T09:32:08",
            "upload_time_iso_8601": "2024-01-05T09:32:08.468147Z",
            "url": "https://files.pythonhosted.org/packages/61/de/4cda7ba5493f9bc2d7f9d4d1696d58b3e3cc0b74adcfa6bc6d7971fb6d0a/xorbits-0.7.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eee544c7c63a00fb85cb1efdb3a1294d77c74c362a1f27786755a14ea5d82fd4",
                "md5": "7135eaa464bfb8c83ae51bba0b4b6012",
                "sha256": "5cffddde9e00c293d6265b459b5376daa2f08ea45e495dd2b976a136c35433c1"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7135eaa464bfb8c83ae51bba0b4b6012",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3726135,
            "upload_time": "2024-01-05T09:32:10",
            "upload_time_iso_8601": "2024-01-05T09:32:10.195649Z",
            "url": "https://files.pythonhosted.org/packages/ee/e5/44c7c63a00fb85cb1efdb3a1294d77c74c362a1f27786755a14ea5d82fd4/xorbits-0.7.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5be18f6d889c843c7dcec0df5d3312afa47aa55842ac7fd8e862a058c70cce85",
                "md5": "129196aaa523ad2a7b25386d57a89936",
                "sha256": "6b5d8b7375909d396a8d3584484cb9d312b00e2c0ba660b813ff06afaa985a61"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "129196aaa523ad2a7b25386d57a89936",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 8022535,
            "upload_time": "2024-01-05T09:32:12",
            "upload_time_iso_8601": "2024-01-05T09:32:12.356235Z",
            "url": "https://files.pythonhosted.org/packages/5b/e1/8f6d889c843c7dcec0df5d3312afa47aa55842ac7fd8e862a058c70cce85/xorbits-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55fa3bb0d7dc5cfd025210fda1e53f37b1fec329147c5ac2d74d3c711570f06d",
                "md5": "a301b7f8373cb2b43f4a02e8007d2466",
                "sha256": "14fbffe3afe351ecf6bba2b9a0ba24ce7b86169e92afc8d0e9ef65b0583b9dfa"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a301b7f8373cb2b43f4a02e8007d2466",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 8083410,
            "upload_time": "2024-01-05T09:32:14",
            "upload_time_iso_8601": "2024-01-05T09:32:14.237605Z",
            "url": "https://files.pythonhosted.org/packages/55/fa/3bb0d7dc5cfd025210fda1e53f37b1fec329147c5ac2d74d3c711570f06d/xorbits-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77ea63eaef76e87a60b71b53ba9941142c426e5f74f286c7bd6200985dee0932",
                "md5": "0b8d261e7444e3a99bb6947ef31aa914",
                "sha256": "95f9ef1176485824ff3341f0e4f0e50478353d678543d83bc20eb5855ab2187a"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0b8d261e7444e3a99bb6947ef31aa914",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3595868,
            "upload_time": "2024-01-05T09:32:17",
            "upload_time_iso_8601": "2024-01-05T09:32:17.274837Z",
            "url": "https://files.pythonhosted.org/packages/77/ea/63eaef76e87a60b71b53ba9941142c426e5f74f286c7bd6200985dee0932/xorbits-0.7.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a3809bd64fab309d6061bdeb323a83aaf2f1a54400db814856eab818ae5a954",
                "md5": "90f735b225f7b13773b9ded29f98c444",
                "sha256": "2ed5ab49dda2512881749928a34d63eb43ae137993c2c935771a99bc7e0eadf1"
            },
            "downloads": -1,
            "filename": "xorbits-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "90f735b225f7b13773b9ded29f98c444",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1830396,
            "upload_time": "2024-01-05T09:32:18",
            "upload_time_iso_8601": "2024-01-05T09:32:18.895915Z",
            "url": "https://files.pythonhosted.org/packages/2a/38/09bd64fab309d6061bdeb323a83aaf2f1a54400db814856eab818ae5a954/xorbits-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 09:32:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xorbitsai",
    "github_project": "xorbits",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xorbits"
}
        
Elapsed time: 0.17495s