Name | napari-splinebox JSON |
Version |
0.0.3a0
JSON |
| download |
home_page | None |
Summary | A plugin to create splines with napari. |
upload_time | 2024-10-17 08:54:41 |
maintainer | None |
docs_url | None |
author | Florian Aymanns |
requires_python | >=3.9 |
license | Copyright (c) 2024, Florian Aymanns All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# napari-splinebox
[![License BSD-3](https://img.shields.io/pypi/l/napari-splinebox.svg?color=green)](https://github.com/EPFL-Center-for-Imaging/napari-splinebox/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-splinebox.svg?color=green)](https://pypi.org/project/napari-splinebox)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-splinebox.svg?color=green)](https://python.org)
[![tests](https://github.com/EPFL-Center-for-Imaging/napari-splinebox/workflows/tests/badge.svg)](https://github.com/EPFL-Center-for-Imaging/napari-splinebox/actions)
[![codecov](https://codecov.io/gh/EPFL-Center-for-Imaging/napari-splinebox/branch/main/graph/badge.svg)](https://codecov.io/gh/EPFL-Center-for-Imaging/napari-splinebox)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-splinebox)](https://napari-hub.org/plugins/napari-splinebox)
A plugin to create splines with napari.
----------------------------------
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-splinebox` via [pip]:
pip install napari-splinebox
To install latest development version :
pip install git+https://github.com/EPFL-Center-for-Imaging/napari-splinebox.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-splinebox" 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/EPFL-Center-for-Imaging/napari-splinebox/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": null,
"name": "napari-splinebox",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Florian Aymanns",
"author_email": "florian.aymanns@epfl.ch",
"download_url": "https://files.pythonhosted.org/packages/b3/14/4e677376deb18616703b91f60247240773c6ff12e5527902f5eea253ec92/napari_splinebox-0.0.3a0.tar.gz",
"platform": null,
"description": "# napari-splinebox\n\n[![License BSD-3](https://img.shields.io/pypi/l/napari-splinebox.svg?color=green)](https://github.com/EPFL-Center-for-Imaging/napari-splinebox/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-splinebox.svg?color=green)](https://pypi.org/project/napari-splinebox)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-splinebox.svg?color=green)](https://python.org)\n[![tests](https://github.com/EPFL-Center-for-Imaging/napari-splinebox/workflows/tests/badge.svg)](https://github.com/EPFL-Center-for-Imaging/napari-splinebox/actions)\n[![codecov](https://codecov.io/gh/EPFL-Center-for-Imaging/napari-splinebox/branch/main/graph/badge.svg)](https://codecov.io/gh/EPFL-Center-for-Imaging/napari-splinebox)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-splinebox)](https://napari-hub.org/plugins/napari-splinebox)\n\nA plugin to create splines with napari.\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/stable/plugins/index.html\n-->\n\n## Installation\n\nYou can install `napari-splinebox` via [pip]:\n\n pip install napari-splinebox\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/EPFL-Center-for-Imaging/napari-splinebox.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-splinebox\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/EPFL-Center-for-Imaging/napari-splinebox/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
"bugtrack_url": null,
"license": " Copyright (c) 2024, Florian Aymanns All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "A plugin to create splines with napari.",
"version": "0.0.3a0",
"project_urls": {
"Bug Tracker": "https://github.com/EPFL-Center-for-Imaging/napari-splinebox/issues",
"Documentation": "https://github.com/EPFL-Center-for-Imaging/napari-splinebox#README.md",
"Source Code": "https://github.com/EPFL-Center-for-Imaging/napari-splinebox",
"User Support": "https://github.com/EPFL-Center-for-Imaging/napari-splinebox/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "703d076025ff8deac89d69197e08be0c63676ed36bff5da0f677ceefe97e4cba",
"md5": "f4f407791a24aad2eb33cacb711abf5a",
"sha256": "c851e82b0e433bda640af068aa39919f07544357dd484b137468a96bb5c8e328"
},
"downloads": -1,
"filename": "napari_splinebox-0.0.3a0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f4f407791a24aad2eb33cacb711abf5a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 12650,
"upload_time": "2024-10-17T08:54:41",
"upload_time_iso_8601": "2024-10-17T08:54:41.033028Z",
"url": "https://files.pythonhosted.org/packages/70/3d/076025ff8deac89d69197e08be0c63676ed36bff5da0f677ceefe97e4cba/napari_splinebox-0.0.3a0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3144e677376deb18616703b91f60247240773c6ff12e5527902f5eea253ec92",
"md5": "93f7f85db9e29b7bf02e9d5f37af7526",
"sha256": "7e5852bfe592896594b7c5d9761266f98abab2cd9fceb69c814470a8fbc66e06"
},
"downloads": -1,
"filename": "napari_splinebox-0.0.3a0.tar.gz",
"has_sig": false,
"md5_digest": "93f7f85db9e29b7bf02e9d5f37af7526",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 14843,
"upload_time": "2024-10-17T08:54:41",
"upload_time_iso_8601": "2024-10-17T08:54:41.867038Z",
"url": "https://files.pythonhosted.org/packages/b3/14/4e677376deb18616703b91f60247240773c6ff12e5527902f5eea253ec92/napari_splinebox-0.0.3a0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 08:54:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "EPFL-Center-for-Imaging",
"github_project": "napari-splinebox",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "napari-splinebox"
}