# napari-spreadsheet
[![License BSD-3](https://img.shields.io/pypi/l/napari-spreadsheet.svg?color=green)](https://github.com/hanjinliu/napari-spreadsheet/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-spreadsheet.svg?color=green)](https://pypi.org/project/napari-spreadsheet)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-spreadsheet.svg?color=green)](https://python.org)
[![tests](https://github.com/hanjinliu/napari-spreadsheet/workflows/tests/badge.svg)](https://github.com/hanjinliu/napari-spreadsheet/actions)
[![codecov](https://codecov.io/gh/hanjinliu/napari-spreadsheet/branch/main/graph/badge.svg)](https://codecov.io/gh/hanjinliu/napari-spreadsheet)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-spreadsheet)](https://napari-hub.org/plugins/napari-spreadsheet)
Let's replace Microsoft Excel or Google Spreadsheet with `napari-spreadsheet` for your daily image analysis.
### Highlights
- Convert layer features to a spreadsheet.
- Update layer features from a spreadsheet.
- Send spreadsheet data to the namespace of napari's console directly.
![](https://github.com/hanjinliu/napari-spreadsheet/blob/main/images/image.png)
This plugin is largely dependent on [tabulous](https://github.com/hanjinliu/tabulous). To know more about the user interface, please see the [documentation](https://hanjinliu.github.io/tabulous/main/user_interface.html).
----------------------------------
This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.
<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started
and review the napari docs for plugin developers:
https://napari.org/stable/plugins/index.html
-->
## Installation
You can install `napari-spreadsheet` via [pip]:
pip install napari-spreadsheet
To install latest development version :
pip install git+https://github.com/hanjinliu/napari-spreadsheet.git
## Contributing
Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.
## License
Distributed under the terms of the [BSD-3] license,
"napari-spreadsheet" is free and open source software
## Issues
If you encounter any problems, please [file an issue] along with a detailed description.
[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/hanjinliu/napari-spreadsheet/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
Raw data
{
"_id": null,
"home_page": "https://github.com/hanjinliu/napari-spreadsheet",
"name": "napari-spreadsheet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Hanjin Liu",
"author_email": "liuhanjin-sc@g.ecc.u-tokyo.ac.jp",
"download_url": "https://files.pythonhosted.org/packages/2d/88/b7acd788b99355c5286b1875ffa4e6343b60e99a431d0ee57257cc7560f0/napari_spreadsheet-0.0.4.tar.gz",
"platform": null,
"description": "# napari-spreadsheet\r\n\r\n[![License BSD-3](https://img.shields.io/pypi/l/napari-spreadsheet.svg?color=green)](https://github.com/hanjinliu/napari-spreadsheet/raw/main/LICENSE)\r\n[![PyPI](https://img.shields.io/pypi/v/napari-spreadsheet.svg?color=green)](https://pypi.org/project/napari-spreadsheet)\r\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-spreadsheet.svg?color=green)](https://python.org)\r\n[![tests](https://github.com/hanjinliu/napari-spreadsheet/workflows/tests/badge.svg)](https://github.com/hanjinliu/napari-spreadsheet/actions)\r\n[![codecov](https://codecov.io/gh/hanjinliu/napari-spreadsheet/branch/main/graph/badge.svg)](https://codecov.io/gh/hanjinliu/napari-spreadsheet)\r\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-spreadsheet)](https://napari-hub.org/plugins/napari-spreadsheet)\r\n\r\nLet's replace Microsoft Excel or Google Spreadsheet with `napari-spreadsheet` for your daily image analysis.\r\n\r\n### Highlights\r\n\r\n- Convert layer features to a spreadsheet.\r\n- Update layer features from a spreadsheet.\r\n- Send spreadsheet data to the namespace of napari's console directly.\r\n\r\n![](https://github.com/hanjinliu/napari-spreadsheet/blob/main/images/image.png)\r\n\r\nThis plugin is largely dependent on [tabulous](https://github.com/hanjinliu/tabulous). To know more about the user interface, please see the [documentation](https://hanjinliu.github.io/tabulous/main/user_interface.html).\r\n\r\n----------------------------------\r\n\r\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\r\n\r\n<!--\r\nDon't miss the full getting started guide to set up your new package:\r\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\r\n\r\nand review the napari docs for plugin developers:\r\nhttps://napari.org/stable/plugins/index.html\r\n-->\r\n\r\n## Installation\r\n\r\nYou can install `napari-spreadsheet` via [pip]:\r\n\r\n pip install napari-spreadsheet\r\n\r\n\r\n\r\nTo install latest development version :\r\n\r\n pip install git+https://github.com/hanjinliu/napari-spreadsheet.git\r\n\r\n\r\n## Contributing\r\n\r\nContributions are very welcome. Tests can be run with [tox], please ensure\r\nthe coverage at least stays the same before you submit a pull request.\r\n\r\n## License\r\n\r\nDistributed under the terms of the [BSD-3] license,\r\n\"napari-spreadsheet\" is free and open source software\r\n\r\n## Issues\r\n\r\nIf you encounter any problems, please [file an issue] along with a detailed description.\r\n\r\n[napari]: https://github.com/napari/napari\r\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\r\n[@napari]: https://github.com/napari\r\n[MIT]: http://opensource.org/licenses/MIT\r\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\r\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\r\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\r\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\r\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\r\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\r\n\r\n[file an issue]: https://github.com/hanjinliu/napari-spreadsheet/issues\r\n\r\n[napari]: https://github.com/napari/napari\r\n[tox]: https://tox.readthedocs.io/en/latest/\r\n[pip]: https://pypi.org/project/pip/\r\n[PyPI]: https://pypi.org/\r\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A spreadsheet widget for napari",
"version": "0.0.4",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e69ce81b8c2c1092461979f0ca4dab46198dc66fa2e8b3f931e687ebb25a842c",
"md5": "7d08b0284349a55585cf982ef0294087",
"sha256": "8a945d13db9fbded556e234b880352805a07e6144da0b7f72e930ffe86954137"
},
"downloads": -1,
"filename": "napari_spreadsheet-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7d08b0284349a55585cf982ef0294087",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 14443,
"upload_time": "2023-04-16T03:19:08",
"upload_time_iso_8601": "2023-04-16T03:19:08.725158Z",
"url": "https://files.pythonhosted.org/packages/e6/9c/e81b8c2c1092461979f0ca4dab46198dc66fa2e8b3f931e687ebb25a842c/napari_spreadsheet-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d88b7acd788b99355c5286b1875ffa4e6343b60e99a431d0ee57257cc7560f0",
"md5": "215c4dc594088365c5a838acb7c3e519",
"sha256": "674bdb8eacd2b65af95133303046fac7d9cfef20a5888a675ff98397bcea04e2"
},
"downloads": -1,
"filename": "napari_spreadsheet-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "215c4dc594088365c5a838acb7c3e519",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 13029,
"upload_time": "2023-04-16T03:19:11",
"upload_time_iso_8601": "2023-04-16T03:19:11.154949Z",
"url": "https://files.pythonhosted.org/packages/2d/88/b7acd788b99355c5286b1875ffa4e6343b60e99a431d0ee57257cc7560f0/napari_spreadsheet-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-16 03:19:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hanjinliu",
"github_project": "napari-spreadsheet",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "napari-spreadsheet"
}