{ "info": { "author": "PsypherPunk", "author_email": "psypherpunk@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "================\ndjango-annotator\n================\n\n.. image:: https://travis-ci.com/PsypherPunk/django-annotator.png?branch=master\n :target: https://travis-ci.com/PsypherPunk/django-annotator\n\n2.1.0\n=====\n\nDjango implementation of `annotatorjs Storage `_.\n\n\nImplements most of the methods as per the `Core Storage/Search API `_ documentation (``root``, ``index``, ``create``, ``read``, ``update``, ``delete`` and ``search``).\n\nTo see a working demo:\n\n.. code:: bash\n\n virtualenv annotatorjs\n cd annotatorjs\n source bin/activate\n git clone https://github.com/PsypherPunk/django-annotator.git\n cd django-annotator\n ./demo.py\n\nThis will run the tests, after which a demo. page will be available at ``/demo``.\n\n\nInstallation\n============\n\nThe package can be installed via ``pip``:\n\n.. code::\n\n pip install django-annotator\n\nFollowing installation it can be added to any Django project by updating the ``INSTALLED_APPS``:\n\n.. code::\n\n INSTALLED_APPS = (\n ...\n \"annotator\",\n ...\n )\n\nThen run ``migrate`` to include the new tables from ``django-annotator``:\n\n\n.. code::\n\n ./manage.py migrate\n\nAnnotator\n---------\n\nThe package relies on *Annotator* being installed in your project\u2014see the `documentation `_ for details of its inclusion.\n\nSettings\n--------\n\nAs per Annotator's documentation, the `root `_ endpoint will return information in the format:\n\n.. code::\n\n {\n \"name\": \"django-annotator-store\",\n \"version\": \"2.1.0\"\n }\n\nThe ``name`` returned can be configured by setting ``ANNOTATOR_NAME`` in your ``settings`` (defaulting to the above).\n\ndjango-cors-headers\n+++++++++++++++++++\n\nIf you have any issues with *Cross-origin resource sharing (CORS)*, consider installing the ``django-cors-headers`` `package `_.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PsypherPunk/django-annotator", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-annotator", "package_url": "https://pypi.org/project/django-annotator/", "platform": "", "project_url": "https://pypi.org/project/django-annotator/", "project_urls": { "Homepage": "https://github.com/PsypherPunk/django-annotator" }, "release_url": "https://pypi.org/project/django-annotator/2.1.0/", "requires_dist": null, "requires_python": "", "summary": "Implementation of annotatorjs's Storage/Search API.", "version": "2.1.0" }, "last_serial": 5982249, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "271d7c54416bee21c41a6a66756fe0ed", "sha256": "c05e6ef197f6391ebba8142b2f0e97713e8521a171a15221f6db976a741060da" }, "downloads": -1, "filename": "django-annotator-1.0.0.tar.gz", "has_sig": false, "md5_digest": "271d7c54416bee21c41a6a66756fe0ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5262, "upload_time": "2017-02-21T14:12:12", "url": "https://files.pythonhosted.org/packages/b7/db/776cff51cf6f0a1426af03d135f629b72b3ed22431082dcb84f5cbea66dd/django-annotator-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d8da73b5f77446a61fd182ca23ee1942", "sha256": "5e4a1183bbd27bc0455a206f71900309ad0265e73ec6b5078952e0bb30b1f374" }, "downloads": -1, "filename": "django-annotator-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d8da73b5f77446a61fd182ca23ee1942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5257, "upload_time": "2017-03-07T09:16:11", "url": "https://files.pythonhosted.org/packages/22/e5/08668fae7ccbdf49caa4bdb9ab7199faaaff76fea8177aa1f9ca1568110b/django-annotator-1.0.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "de59f081f8a415032ec7da0babe43d6d", "sha256": "8eaf666b30caf80d0924cb214701852e8dafd7ba41bbdb2c81581509732816a5" }, "downloads": -1, "filename": "django-annotator-2.0.0.tar.gz", "has_sig": false, "md5_digest": "de59f081f8a415032ec7da0babe43d6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6683, "upload_time": "2017-08-08T15:28:34", "url": "https://files.pythonhosted.org/packages/dd/68/d13433b602d1172dd8e6c2fa8614d59d801470b1978e779a689b5b59283e/django-annotator-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "fa2ea0ec3da898e82d0c643cc89c3b59", "sha256": "5372ae987ce0bd0760e97fc06e53abb4d248c8dbc756e9bc1a083867b8e7a6a6" }, "downloads": -1, "filename": "django-annotator-2.1.0.tar.gz", "has_sig": false, "md5_digest": "fa2ea0ec3da898e82d0c643cc89c3b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10508, "upload_time": "2019-10-16T09:41:30", "url": "https://files.pythonhosted.org/packages/29/8a/ef351c236d07164189367b561c3fcf038052000b115aa294c1a5ccc34d11/django-annotator-2.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa2ea0ec3da898e82d0c643cc89c3b59", "sha256": "5372ae987ce0bd0760e97fc06e53abb4d248c8dbc756e9bc1a083867b8e7a6a6" }, "downloads": -1, "filename": "django-annotator-2.1.0.tar.gz", "has_sig": false, "md5_digest": "fa2ea0ec3da898e82d0c643cc89c3b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10508, "upload_time": "2019-10-16T09:41:30", "url": "https://files.pythonhosted.org/packages/29/8a/ef351c236d07164189367b561c3fcf038052000b115aa294c1a5ccc34d11/django-annotator-2.1.0.tar.gz" } ] }