Name | calamine-tablib JSON |
Version |
0.1.4
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2023-07-04 02:37:55 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# `calamine-tablib`
A fast excel format for tablib.
Based on [`calamine`](https://github.com/tafia/calamine) and [`pyexcelerate`](https://github.com/kz26/PyExcelerate).
Code referenced from [`python-calamine`](https://github.com/dimastbk/python-calamine)
## Usage
Register the new format `fast_xlsx` importing this monkeypatch
```python
# __init__.py
from calamine_tablib import monkeypatches # noqa This module does patching for tablib
```
And then use the format as usual:
```python
dataset = Dataset()
# to import via calamine
dataset.load(file, format="fast_xlsx")
```
Raw data
{
"_id": null,
"home_page": null,
"name": "calamine-tablib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/dc/95/564bb088f7235daa7e7f48334983d042c84d321d8196cf9b6763284cae5b/calamine_tablib-0.1.4.tar.gz",
"platform": null,
"description": "# `calamine-tablib`\n\nA fast excel format for tablib.\n\nBased on [`calamine`](https://github.com/tafia/calamine) and [`pyexcelerate`](https://github.com/kz26/PyExcelerate).\n\nCode referenced from [`python-calamine`](https://github.com/dimastbk/python-calamine)\n\n## Usage\n\nRegister the new format `fast_xlsx` importing this monkeypatch\n\n```python\n# __init__.py\n\nfrom calamine_tablib import monkeypatches # noqa This module does patching for tablib\n```\n\nAnd then use the format as usual:\n\n```python\ndataset = Dataset()\n\n# to import via calamine\ndataset.load(file, format=\"fast_xlsx\")\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.1.4",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5d9b4c74d70f9fd56016217a1643a0f7e0941d03eab6526815ae23837e2844c9",
"md5": "ba95396889bdbcf522db32244da2630a",
"sha256": "be17f9e7c5683c896dec8454ff6a4ea60f7dde9b7bd882b7487ec2ea09536d8c"
},
"downloads": -1,
"filename": "calamine_tablib-0.1.4-cp311-cp311-manylinux_2_34_x86_64.whl",
"has_sig": false,
"md5_digest": "ba95396889bdbcf522db32244da2630a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 665828,
"upload_time": "2023-07-04T02:37:54",
"upload_time_iso_8601": "2023-07-04T02:37:54.031122Z",
"url": "https://files.pythonhosted.org/packages/5d/9b/4c74d70f9fd56016217a1643a0f7e0941d03eab6526815ae23837e2844c9/calamine_tablib-0.1.4-cp311-cp311-manylinux_2_34_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc95564bb088f7235daa7e7f48334983d042c84d321d8196cf9b6763284cae5b",
"md5": "b3b8b57412d5aa64dc06b21f1436b91c",
"sha256": "e4460d314f750029f630a34a58589a043f799daafbc62aa3abbe9df473e2c53e"
},
"downloads": -1,
"filename": "calamine_tablib-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "b3b8b57412d5aa64dc06b21f1436b91c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 21158,
"upload_time": "2023-07-04T02:37:55",
"upload_time_iso_8601": "2023-07-04T02:37:55.761810Z",
"url": "https://files.pythonhosted.org/packages/dc/95/564bb088f7235daa7e7f48334983d042c84d321d8196cf9b6763284cae5b/calamine_tablib-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-04 02:37:55",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "calamine-tablib"
}