trame-annotations


Nametrame-annotations JSON
Version 0.4.2 PyPI version JSON
download
home_pageNone
SummaryTrame widgets for image/video annotations
upload_time2024-12-12 22:21:28
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/73/d8/d2936eb9578b4ad8827dc14493bf23a8147a4013d48616b71468e5c588bb/trame_annotations-0.4.2.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.4.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        " trame",
        " widget"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc49214c9b6ec3c8dc1c71d351ffc20268a80f9e5d1cc01bb5ef0c11885003e8",
                "md5": "fcd3423e962324eeceadda13827b7ef4",
                "sha256": "2a1d20076faa31963f8feefe3fda2cd610fb13260b10a719d665b9b9686268eb"
            },
            "downloads": -1,
            "filename": "trame_annotations-0.4.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fcd3423e962324eeceadda13827b7ef4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 24604,
            "upload_time": "2024-12-12T22:21:26",
            "upload_time_iso_8601": "2024-12-12T22:21:26.695895Z",
            "url": "https://files.pythonhosted.org/packages/bc/49/214c9b6ec3c8dc1c71d351ffc20268a80f9e5d1cc01bb5ef0c11885003e8/trame_annotations-0.4.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73d8d2936eb9578b4ad8827dc14493bf23a8147a4013d48616b71468e5c588bb",
                "md5": "729105e22ffeb0285752bf9e397cef7e",
                "sha256": "d28082df1c6fc76b32f1f346aa89be42290a33bc5c7a6a7fe2db32ef1c6aa4e7"
            },
            "downloads": -1,
            "filename": "trame_annotations-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "729105e22ffeb0285752bf9e397cef7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 107882,
            "upload_time": "2024-12-12T22:21:28",
            "upload_time_iso_8601": "2024-12-12T22:21:28.741215Z",
            "url": "https://files.pythonhosted.org/packages/73/d8/d2936eb9578b4ad8827dc14493bf23a8147a4013d48616b71468e5c588bb/trame_annotations-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 22:21:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trame-annotations"
}
        
Elapsed time: 0.91320s