trame-annotations


Nametrame-annotations JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryTrame widgets for image/video annotations
upload_time2025-09-12 01:43:06
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords python trame widget
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # trame-annotations

This trame package aims to gather widgets that help make image/video annotations easier with your trame application.

## Installing

Install it from pypi:

```bash
pip install trame-annotations
```

## Contribute to trame-annotations

```bash
git clone https://github.com/Kitware/trame-annotations.git
cd trame-annotations
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e '.[dev]'
pip install pre-commit
pre-commit install
pytest .
python examples/image_detection.py
```

### To continually rebuild JS bundle

```bash
cd vue-components
npm run dev
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "trame-annotations",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python, trame, widget",
    "author": null,
    "author_email": "Alessandro Genova <alessandro.genova@kitware.com>, Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>, Paul Elliott <paul.elliott@kitware.com>",
    "download_url": "https://files.pythonhosted.org/packages/3e/13/b0162d918fc19607a50a22a530d80cd684f37aa7818f46b3c63e680f76a6/trame_annotations-0.5.0.tar.gz",
    "platform": null,
    "description": "# trame-annotations\n\nThis trame package aims to gather widgets that help make image/video annotations easier with your trame application.\n\n## Installing\n\nInstall it from pypi:\n\n```bash\npip install trame-annotations\n```\n\n## Contribute to trame-annotations\n\n```bash\ngit clone https://github.com/Kitware/trame-annotations.git\ncd trame-annotations\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -U pip\npip install -e '.[dev]'\npip install pre-commit\npre-commit install\npytest .\npython examples/image_detection.py\n```\n\n### To continually rebuild JS bundle\n\n```bash\ncd vue-components\nnpm run dev\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Trame widgets for image/video annotations",
    "version": "0.5.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        " trame",
        " widget"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c291441c247dfdd9ec07c9768b00edcc0dca32b150027dfbcdce1c3d714d502d",
                "md5": "a44f70c1d09936f7903440d9c6f30aef",
                "sha256": "a7a4b3846ca5bc305dc3a7bba113f49d1cdf5fb6c1236560ed3843a8c72ccc0b"
            },
            "downloads": -1,
            "filename": "trame_annotations-0.5.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a44f70c1d09936f7903440d9c6f30aef",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 28319,
            "upload_time": "2025-09-12T01:43:05",
            "upload_time_iso_8601": "2025-09-12T01:43:05.000126Z",
            "url": "https://files.pythonhosted.org/packages/c2/91/441c247dfdd9ec07c9768b00edcc0dca32b150027dfbcdce1c3d714d502d/trame_annotations-0.5.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e13b0162d918fc19607a50a22a530d80cd684f37aa7818f46b3c63e680f76a6",
                "md5": "cfe04ac02f1f6f3fb5d1fea2ef72a513",
                "sha256": "90da9da3ec069af73fab9cd1a8f6408ff1bf0306d232447063fa06c73c65d4f9"
            },
            "downloads": -1,
            "filename": "trame_annotations-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cfe04ac02f1f6f3fb5d1fea2ef72a513",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 113610,
            "upload_time": "2025-09-12T01:43:06",
            "upload_time_iso_8601": "2025-09-12T01:43:06.400804Z",
            "url": "https://files.pythonhosted.org/packages/3e/13/b0162d918fc19607a50a22a530d80cd684f37aa7818f46b3c63e680f76a6/trame_annotations-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 01:43:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trame-annotations"
}
        
Elapsed time: 1.66712s