Name | datar-numpy JSON |
Version |
0.3.4
JSON |
| download |
home_page | |
Summary | The numpy backend for datar |
upload_time | 2024-02-08 23:40:52 |
maintainer | |
docs_url | None |
author | pwwang |
requires_python | >=3.8,<4.0 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# datar-numpy
The numpy backend for [datar][1].
Note that only `base` APIs are implemented.
## Installation
```bash
pip install -U datar-numpy
# or
pip install -U datar[numpy]
```
## 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-numpy",
"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/a8/d7/566cfbee99a7447dc2e80bb9330facef940bf6b0708a78a35a3329d1985d/datar_numpy-0.3.4.tar.gz",
"platform": null,
"description": "# datar-numpy\n\nThe numpy backend for [datar][1].\n\nNote that only `base` APIs are implemented.\n\n## Installation\n\n```bash\npip install -U datar-numpy\n# or\npip install -U datar[numpy]\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 numpy backend for datar",
"version": "0.3.4",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "278d89edc1995125b85150936fd689e4b71f55a559f074b7710cf520c45a6275",
"md5": "3ced75a8d54fe00428e9602fb2f036e8",
"sha256": "14eb8139e892e4c3ca6ee4fe6326fd55857d9695d0432112416d4efdbe70c564"
},
"downloads": -1,
"filename": "datar_numpy-0.3.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3ced75a8d54fe00428e9602fb2f036e8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 17306,
"upload_time": "2024-02-08T23:40:51",
"upload_time_iso_8601": "2024-02-08T23:40:51.236941Z",
"url": "https://files.pythonhosted.org/packages/27/8d/89edc1995125b85150936fd689e4b71f55a559f074b7710cf520c45a6275/datar_numpy-0.3.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a8d7566cfbee99a7447dc2e80bb9330facef940bf6b0708a78a35a3329d1985d",
"md5": "9f3ef9d28058cca16db88dba29e0a7f2",
"sha256": "ce90ffeadf59e461367981b60335fe0d3e6eeec37915f8573033c776dcb8d63e"
},
"downloads": -1,
"filename": "datar_numpy-0.3.4.tar.gz",
"has_sig": false,
"md5_digest": "9f3ef9d28058cca16db88dba29e0a7f2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 12779,
"upload_time": "2024-02-08T23:40:52",
"upload_time_iso_8601": "2024-02-08T23:40:52.849919Z",
"url": "https://files.pythonhosted.org/packages/a8/d7/566cfbee99a7447dc2e80bb9330facef940bf6b0708a78a35a3329d1985d/datar_numpy-0.3.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-08 23:40:52",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "datar-numpy"
}