{ "info": { "author": "Takeflight", "author_email": "developers@takeflight.com.au", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Wagtail Annotated Image\n=======================\n\nAllows users to combine a Wagtail image with custom annotation data. Annotations are entered on the backend by\nclicking points on an image, annotation data is then stored with relative x,y coordinates with custom form data.\n\n.. image:: https://giant.gfycat.com/SpeedyHospitableHornet.gif\n :width: 728 px\n\nRequirements\n------------\n\n- Wagtail >= 1.5\n- Django >= 1.9\n\n\nInstalling\n----------\n\nInstall using pypi\n\n.. code:: bash\n\n pip install wagtailannotatedimage\n\nUsing\n-----\n\nExtend the BaseAnnotationForm to define what data should be stored with annotations.\nAnnotationsField stores the annotations data as a Map with id for the annotation being the key.\n\n.. code:: python\n\n from django.db import models\n from wagtail.wagtailcore.models import Page\n from wagtailannotatedimage.edit_handlers import AnnotatedImagePanel\n from wagtailannotatedimage.fields import AnnotationsField\n from wagtailannotatedimage.forms import BaseAnnotationForm\n\n class AnnotationForm(BaseAnnotationForm):\n text = forms.CharField(widget=forms.TextInput)\n\n\n class TestPage(Page):\n image = models.ForeignKey('wagtailimages.Image', blank=True, null=True,\n on_delete=models.SET_NULL, related_name=\"+\")\n annotations = AnnotationsField(blank=True)\n\n content_panels = Page.content_panels + [\n AnnotatedImagePanel(\n 'image', 'annotations',\n annotation_form=AnnotationForm(), heading='Annotated Image'\n )\n ]\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/takeflight/wagtailannotatedimage", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "wagtailannotatedimage", "package_url": "https://pypi.org/project/wagtailannotatedimage/", "platform": "", "project_url": "https://pypi.org/project/wagtailannotatedimage/", "project_urls": { "Homepage": "https://github.com/takeflight/wagtailannotatedimage" }, "release_url": "https://pypi.org/project/wagtailannotatedimage/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "A wagtail module for creating an image field with annotation metadata", "version": "0.0.5" }, "last_serial": 3308238, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3d4854de71b38893a4eb0997b555fd2c", "sha256": "b7830dc5c9cac6fcfbf6039b8c0372a9be47007e3755ea5d3a45ae6df922c274" }, "downloads": -1, "filename": "wagtailannotatedimage-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3d4854de71b38893a4eb0997b555fd2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10542, "upload_time": "2016-10-25T05:04:50", "url": "https://files.pythonhosted.org/packages/09/64/357732a39b8448dad4c0387143b61989f8477363b7fbfc1176feb286de41/wagtailannotatedimage-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "73e9fa2dbc9ada5035a730e43d2d9650", "sha256": "d4cf13fcfd4b4893ffefcf42cf22afbee20147d07eb0d91e81c7f461012e8245" }, "downloads": -1, "filename": "wagtailannotatedimage-0.0.3.tar.gz", "has_sig": false, "md5_digest": "73e9fa2dbc9ada5035a730e43d2d9650", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10636, "upload_time": "2016-10-31T03:06:15", "url": "https://files.pythonhosted.org/packages/ab/bd/efa9ea72cc73256de0ee49b75f9892ec1b2ab86f780f6e8182188a3f391b/wagtailannotatedimage-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "4c05fab49bd2d1b778babb59c5069a31", "sha256": "920e39017921cca5f7e5fdcc059135911dfe0d4f27b557e2f7256e5d296f7217" }, "downloads": -1, "filename": "wagtailannotatedimage-0.0.4.tar.gz", "has_sig": false, "md5_digest": "4c05fab49bd2d1b778babb59c5069a31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10722, "upload_time": "2016-12-07T03:05:02", "url": "https://files.pythonhosted.org/packages/2e/4b/7d7f517f52adafdb8f96f17c0a3bf3ab769b18b7c7a31a963f319393b088/wagtailannotatedimage-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "f839716284744371e2da59d5f90a6341", "sha256": "7ef0379d5623cd412831ba25561c2cafc909b879740336a53648f953f5cdf890" }, "downloads": -1, "filename": "wagtailannotatedimage-0.0.5.tar.gz", "has_sig": false, "md5_digest": "f839716284744371e2da59d5f90a6341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10652, "upload_time": "2017-11-06T02:40:13", "url": "https://files.pythonhosted.org/packages/22/19/8337df69826e971e74a97c3fae08eb5d2f1b5fc23dcf89daa3e18575f81c/wagtailannotatedimage-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f839716284744371e2da59d5f90a6341", "sha256": "7ef0379d5623cd412831ba25561c2cafc909b879740336a53648f953f5cdf890" }, "downloads": -1, "filename": "wagtailannotatedimage-0.0.5.tar.gz", "has_sig": false, "md5_digest": "f839716284744371e2da59d5f90a6341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10652, "upload_time": "2017-11-06T02:40:13", "url": "https://files.pythonhosted.org/packages/22/19/8337df69826e971e74a97c3fae08eb5d2f1b5fc23dcf89daa3e18575f81c/wagtailannotatedimage-0.0.5.tar.gz" } ] }