simple-image-annotator


Namesimple-image-annotator JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryA simple annotation-tool for image data.
upload_time2024-11-19 17:51:37
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/b2/81/1626f8f828de6abef59e3f73d6016481b65441f8455eeed2055ecc60510e/simple_image_annotator-0.1.5.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.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ae16333476e8ddeb65c65363bd9be44ffeca9188a3ee0afed0429f9b1483b24",
                "md5": "67c20e32a1a666004a8332f2c9237e43",
                "sha256": "f4d0a7d418ec03062d459406dc7cc480eb79479012123ad2818ab5cd7bb2954f"
            },
            "downloads": -1,
            "filename": "simple_image_annotator-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67c20e32a1a666004a8332f2c9237e43",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 29168,
            "upload_time": "2024-11-19T17:51:35",
            "upload_time_iso_8601": "2024-11-19T17:51:35.462099Z",
            "url": "https://files.pythonhosted.org/packages/2a/e1/6333476e8ddeb65c65363bd9be44ffeca9188a3ee0afed0429f9b1483b24/simple_image_annotator-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2811626f8f828de6abef59e3f73d6016481b65441f8455eeed2055ecc60510e",
                "md5": "25d258a91588f38a6cdc41dd8f57036e",
                "sha256": "0ff0776dc22e18531dcda49228ca32a8168c956aec3a6960e89490b67280016d"
            },
            "downloads": -1,
            "filename": "simple_image_annotator-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "25d258a91588f38a6cdc41dd8f57036e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 25210,
            "upload_time": "2024-11-19T17:51:37",
            "upload_time_iso_8601": "2024-11-19T17:51:37.751097Z",
            "url": "https://files.pythonhosted.org/packages/b2/81/1626f8f828de6abef59e3f73d6016481b65441f8455eeed2055ecc60510e/simple_image_annotator-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 17:51:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simple-image-annotator"
}
        
Elapsed time: 0.46364s