datar-arrow


Namedatar-arrow JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryThe pyarrow backend for datar
upload_time2023-10-08 03:34:19
maintainer
docs_urlNone
authorpwwang
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # datar-arrow

The pyarrow backend for [datar][1].

Note that only `base` APIs are implemented.

## Installation

```bash
pip install -U datar-arrow
# or
pip install -U datar[arrow]
```

## Usage

```python
from datar.base import ceiling

# without it
ceiling(1.2)  # NotImplementedByCurrentBackendError

# with it
ceiling(1.2)  # 2
```

[1]: https://github.com/pwwang/datar

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "datar-arrow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "pwwang",
    "author_email": "pwwang@pwwang.com",
    "download_url": "https://files.pythonhosted.org/packages/52/ac/04a3fa3c9409f2d88416a19dc517c2ea15f2a732532b9adbc3d03e3474b1/datar_arrow-0.1.1.tar.gz",
    "platform": null,
    "description": "# datar-arrow\n\nThe pyarrow backend for [datar][1].\n\nNote that only `base` APIs are implemented.\n\n## Installation\n\n```bash\npip install -U datar-arrow\n# or\npip install -U datar[arrow]\n```\n\n## Usage\n\n```python\nfrom datar.base import ceiling\n\n# without it\nceiling(1.2)  # NotImplementedByCurrentBackendError\n\n# with it\nceiling(1.2)  # 2\n```\n\n[1]: https://github.com/pwwang/datar\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The pyarrow backend for datar",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aec0a0664528d97660863d183cbd272e6e1cace31e1b8d4c91231eb78feec55",
                "md5": "8fe6faa76f1c89acb68ab13ea5a91cd3",
                "sha256": "6831bc0a2686be5d66723c79f35151f8d40c93447cdccfbe6ee775ae287d1180"
            },
            "downloads": -1,
            "filename": "datar_arrow-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fe6faa76f1c89acb68ab13ea5a91cd3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 21616,
            "upload_time": "2023-10-08T03:34:17",
            "upload_time_iso_8601": "2023-10-08T03:34:17.755844Z",
            "url": "https://files.pythonhosted.org/packages/2a/ec/0a0664528d97660863d183cbd272e6e1cace31e1b8d4c91231eb78feec55/datar_arrow-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52ac04a3fa3c9409f2d88416a19dc517c2ea15f2a732532b9adbc3d03e3474b1",
                "md5": "73e732dd2ee8b83d45009ada1b742e43",
                "sha256": "58dded7c91b3b7cfe623437f9adbe43946e753edf3d6d81b0716012e36b0309e"
            },
            "downloads": -1,
            "filename": "datar_arrow-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "73e732dd2ee8b83d45009ada1b742e43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 15949,
            "upload_time": "2023-10-08T03:34:19",
            "upload_time_iso_8601": "2023-10-08T03:34:19.207812Z",
            "url": "https://files.pythonhosted.org/packages/52/ac/04a3fa3c9409f2d88416a19dc517c2ea15f2a732532b9adbc3d03e3474b1/datar_arrow-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 03:34:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "datar-arrow"
}
        
Elapsed time: 0.13862s