simple-image-annotator


Namesimple-image-annotator JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA simple annotation-tool for image data.
upload_time2025-01-15 14:00:21
maintainerNone
docs_urlNone
authorRaphael Spiekermann
requires_python<3.13,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

![PyPI - Version](https://img.shields.io/pypi/v/simple-image-annotator)
![PyPI - Downloads](https://img.shields.io/pypi/dm/simple-image-annotator)
![PyPI - License](https://img.shields.io/pypi/l/simple-image-annotator?color=brightgreen)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/simple-image-annotator)

</div>

# Installation

All stable versions can be installed from [PyPI] by using [pip] or your favorite package manager

    pip install simple-image-annotator

After installation the annotation tool can be run as simple as

    image-annotator

# Development

**Requirements:**
- Python 3.9 or higher
- [poetry] 1.2 or higher
- [make]

For installing the development environment run

```bash
make setup
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "simple-image-annotator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Raphael Spiekermann",
    "author_email": "rs15061998@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/7c/9d80c4237f4a5bcce5ed20a9676e7251f923dbdc48e599eea8d197d4d924/simple_image_annotator-0.2.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n![PyPI - Version](https://img.shields.io/pypi/v/simple-image-annotator)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/simple-image-annotator)\n![PyPI - License](https://img.shields.io/pypi/l/simple-image-annotator?color=brightgreen)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/simple-image-annotator)\n\n</div>\n\n# Installation\n\nAll stable versions can be installed from [PyPI] by using [pip] or your favorite package manager\n\n    pip install simple-image-annotator\n\nAfter installation the annotation tool can be run as simple as\n\n    image-annotator\n\n# Development\n\n**Requirements:**\n- Python 3.9 or higher\n- [poetry] 1.2 or higher\n- [make]\n\nFor installing the development environment run\n\n```bash\nmake setup\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple annotation-tool for image data.",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3935a8cb83d9acb4aafc027b2424a31fe199967d4c6fb5126fdac229e0293cc4",
                "md5": "26b3a1e0da43a00788c801a489758e42",
                "sha256": "ad943eeadc294a53f8275e993965b0dc600c86757045ec0726d1a94d792f7808"
            },
            "downloads": -1,
            "filename": "simple_image_annotator-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26b3a1e0da43a00788c801a489758e42",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 29435,
            "upload_time": "2025-01-15T14:00:19",
            "upload_time_iso_8601": "2025-01-15T14:00:19.800657Z",
            "url": "https://files.pythonhosted.org/packages/39/35/a8cb83d9acb4aafc027b2424a31fe199967d4c6fb5126fdac229e0293cc4/simple_image_annotator-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f7c9d80c4237f4a5bcce5ed20a9676e7251f923dbdc48e599eea8d197d4d924",
                "md5": "55097bfb01a5e14dd7272b2a49ed1131",
                "sha256": "d062d3a94c822f62db5b7556bbdefcb07636b429deac148c7cc029518a774a8c"
            },
            "downloads": -1,
            "filename": "simple_image_annotator-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "55097bfb01a5e14dd7272b2a49ed1131",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 25498,
            "upload_time": "2025-01-15T14:00:21",
            "upload_time_iso_8601": "2025-01-15T14:00:21.180161Z",
            "url": "https://files.pythonhosted.org/packages/5f/7c/9d80c4237f4a5bcce5ed20a9676e7251f923dbdc48e599eea8d197d4d924/simple_image_annotator-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 14:00:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simple-image-annotator"
}
        
Elapsed time: 0.49641s