Name | imgmarker JSON |
Version |
0.6.0
JSON |
| download |
home_page | None |
Summary | A package for marking objects in a series of images |
upload_time | 2025-02-10 21:04:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | MIT License
Copyright (c) 2024 Andi Kisare, Ryan Walker, and Lindsey Bleem
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. |docs| image:: https://readthedocs.org/projects/imgmarker/badge/?version=latest
:target: https://imgmarker.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |github| image:: https://img.shields.io/badge/GitHub-Image%20Marker-red
:target: https://github.com/andikisare/imgmarker
.. |pyqt| image:: https://img.shields.io/badge/powered%20by-PyQt-blue.svg?style=flat
:target: https://www.riverbankcomputing.com/static/Docs/PyQt6/
.. |icon| image:: https://raw.githubusercontent.com/andikisare/imgmarker/main/imgmarker/icon.ico
:width: 40
.. |license| image:: https://img.shields.io/github/license/andikisare/imgmarker
:target: https://github.com/andikisare/imgmarker/blob/main/LICENSE
.. |CI| image:: https://github.com/andikisare/imgmarker/actions/workflows/python-app.yml/badge.svg
:target: https://github.com/andikisare/imgmarker/actions/workflows/python-app.yml
|icon| Image Marker
#####################
|github| |license| |pyqt| |docs| |CI|
Image Marker is a tool for marking, categorizing, and annotating TIFF, FITS, PNG, and JPEG files.
Image Marker does not modify the image itself, it only displays it and creates text files containing
the information that you mark. Image Marker uses `PyQt <https://pypi.org/project/PyQt6/>`_
to build the GUI application, `Pillow <https://pypi.org/project/pillow/>`_ to handle images, and `astropy <https://www.astropy.org/>`_ to load FITS data and convert coordinates.
For tutorials, instructions, and details on functionality, visit the `online documentation <https://imgmarker.readthedocs.io/en/latest/>`_.
Citation
*********************
(coming soon)
Raw data
{
"_id": null,
"home_page": null,
"name": "imgmarker",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Andi Kisare <akisare@outlook.com>, Ryan Walker <astrorya@umich.edu>",
"download_url": "https://files.pythonhosted.org/packages/92/3f/dab7eee555f091ab2a96e9d7f0f34dc37d30c5d90382f8886d705d212826/imgmarker-0.6.0.tar.gz",
"platform": null,
"description": "\n\n.. |docs| image:: https://readthedocs.org/projects/imgmarker/badge/?version=latest\n :target: https://imgmarker.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n.. |github| image:: https://img.shields.io/badge/GitHub-Image%20Marker-red\n :target: https://github.com/andikisare/imgmarker\n\n.. |pyqt| image:: https://img.shields.io/badge/powered%20by-PyQt-blue.svg?style=flat\n :target: https://www.riverbankcomputing.com/static/Docs/PyQt6/\n\n.. |icon| image:: https://raw.githubusercontent.com/andikisare/imgmarker/main/imgmarker/icon.ico\n :width: 40\n\n.. |license| image:: https://img.shields.io/github/license/andikisare/imgmarker\n :target: https://github.com/andikisare/imgmarker/blob/main/LICENSE\n\n.. |CI| image:: https://github.com/andikisare/imgmarker/actions/workflows/python-app.yml/badge.svg\n :target: https://github.com/andikisare/imgmarker/actions/workflows/python-app.yml\n\n|icon| Image Marker\n#####################\n\n|github| |license| |pyqt| |docs| |CI|\n\nImage Marker is a tool for marking, categorizing, and annotating TIFF, FITS, PNG, and JPEG files.\nImage Marker does not modify the image itself, it only displays it and creates text files containing \nthe information that you mark. Image Marker uses `PyQt <https://pypi.org/project/PyQt6/>`_ \nto build the GUI application, `Pillow <https://pypi.org/project/pillow/>`_ to handle images, and `astropy <https://www.astropy.org/>`_ to load FITS data and convert coordinates.\nFor tutorials, instructions, and details on functionality, visit the `online documentation <https://imgmarker.readthedocs.io/en/latest/>`_.\n\nCitation\n*********************\n\n(coming soon)\n\n \n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 Andi Kisare, Ryan Walker, and Lindsey Bleem\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "A package for marking objects in a series of images",
"version": "0.6.0",
"project_urls": {
"Homepage": "https://github.com/andikisare/imgmarker",
"Issues": "https://github.com/andikisare/imgmarker/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4c69b134ac86bb0fa976aea787f5e6a0709077d7befc7ae20c8a06b14e48fd36",
"md5": "e2a20b14a9b932adc4331be9fb609f45",
"sha256": "36dd8b51e74f1abe55da2ef3cce39cc5c59f19745a8b7ef5d2fab9d40dc15709"
},
"downloads": -1,
"filename": "imgmarker-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e2a20b14a9b932adc4331be9fb609f45",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 48660,
"upload_time": "2025-02-10T21:04:02",
"upload_time_iso_8601": "2025-02-10T21:04:02.612023Z",
"url": "https://files.pythonhosted.org/packages/4c/69/b134ac86bb0fa976aea787f5e6a0709077d7befc7ae20c8a06b14e48fd36/imgmarker-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "923fdab7eee555f091ab2a96e9d7f0f34dc37d30c5d90382f8886d705d212826",
"md5": "957ab5ef8f4ef0bab53ec8c51713365c",
"sha256": "9899d85ab8af11143a9cf518d382bf6d34220e8f9ea50dfaeef698a8bdaf50ca"
},
"downloads": -1,
"filename": "imgmarker-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "957ab5ef8f4ef0bab53ec8c51713365c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49651,
"upload_time": "2025-02-10T21:04:04",
"upload_time_iso_8601": "2025-02-10T21:04:04.471457Z",
"url": "https://files.pythonhosted.org/packages/92/3f/dab7eee555f091ab2a96e9d7f0f34dc37d30c5d90382f8886d705d212826/imgmarker-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-10 21:04:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "andikisare",
"github_project": "imgmarker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "imgmarker"
}