{ "info": { "author": "Alessio Bazzanella", "author_email": "alessio.bazzanella@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": ".. _Dandelion: https://dandelion.eu\n\nDjango Dandelion\n=============================\n\n.. image:: https://badge.fury.io/py/django-dandelion.svg\n :target: https://badge.fury.io/py/django-dandelion\n :alt: Version\n\n.. image:: https://travis-ci.org/AlessioBazzanella/django-dandelion.svg?branch=master\n :target: https://travis-ci.org/AlessioBazzanella/django-dandelion\n :alt: Build\n\n.. image:: https://codecov.io/gh/AlessioBazzanella/django-dandelion/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/AlessioBazzanella/django-dandelion\n :alt: Codecov\n\n.. image:: https://requires.io/github/AlessioBazzanella/django-dandelion/requirements.svg?branch=master\n :target: https://requires.io/github/AlessioBazzanella/django-dandelion/requirements/?branch=master\n :alt: Requirements Status\n \n.. image:: https://img.shields.io/github/issues/AlessioBazzanella/django-dandelion.svg\n :target: https://github.com/AlessioBazzanella/django-dandelion/issues\n :alt: Issues\n \n.. image:: https://img.shields.io/pypi/pyversions/django-dandelion.svg\n :target: https://img.shields.io/pypi/pyversions/django-dandelion.svg\n :alt: Py versions\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/AlessioBazzanella/django-dandelion/master/LICENSE\n :alt: License\n\nUse the Dandelion_ API with Django\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-dandelion.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Dandelion:\n\n.. code-block:: bash\n\n $ pip install django-dandelion\n\nAdd ``django_dandelion`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n # ...\n 'django_dandelion',\n ]\n\nAdd the entry DANDELION_TOKEN. The recommended method is to setup your production keys using environment\nvariables. This helps to keep them more secure. Your test keys can be displayed in your code directly.\n\nThe following entry look for your DANDELION_TOKEN in your environment and, if it can\u2019t find them,uses your test keys\nvalues instead:\n\n.. code-block:: python\n\n DANDELION_TOKEN = os.environ.get(\"DANDELION_TOKEN\", \"\")\n\nRegister on dandelion_ to obtain your authentication keys and enrich your application with our semantic intelligence.\n\nYou can also change the url of the host and decide whether to use the cache:\n\n.. code-block:: python\n\n DANDELION_HOST = 'api.dandelion.eu' # Default 'api.dandelion.eu'\n DANDELION_USE_CACHE = True # Default True\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n.. code-block:: bash\n\n # Add \"export DANDELION_TOKEN=\" to /bin/activate\n $ source /bin/activate\n $ (myenv) $ pip install tox\n $ (myenv) $ tox\n\n\n\n\n.. _KeepAChangelog: http://keepachangelog.com/\n.. _SemanticVersioning: http://semver.org/\n\nChange Log\n----------\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on KeepAChangelog_ and this project adheres to SemanticVersioning_.\n\n\n[0.1.4] - 2017-06-29\n++++++++++++++++++++\n\nAdded\n~~~~~\n* Added ``top_entities`` and ``epsilon`` params to ``EntityExtraction``\n* Added ``nex.top_entities`` and ``nex.epsilon`` params to ``TextSimilarity``\n* Added ``nex.top_entities``, ``nex.min_confidence``, ``nex.min_length``, ``nex.social.hashtag``, ``nex.social.mention``, ``nex.include``,\n``nex.extra_types``, ``nex.country``, ``nex.custom_spots`` and ``nex.epsilon`` params to ``TextSimilarity``\n\n\n[0.1.3] - 2017-03-14\n++++++++++++++++++++\n\nFixed\n~~~~~\n* Merge extra_dict with params in BaseDandelionParamsRequest._do_request\n* Fixed app name in documentation to add to ``INSTALLED_APPS``\n\n\n[0.1.2] - 2017-03-10\n++++++++++++++++++++\n\nAdded\n~~~~~\n* User-defined spots (EntityExtraction.UserDefinedSpots())\n\n\n[0.1.1] - 2017-03-10\n++++++++++++++++++++\n\nFixed\n~~~~~\n* PyPI version release\n\n\n[0.1.0] - 2017-03-10\n++++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AlessioBazzanella/django-dandelion", "keywords": "django-dandelion,dandelion,api,semantic text analytics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-dandelion", "package_url": "https://pypi.org/project/django-dandelion/", "platform": "", "project_url": "https://pypi.org/project/django-dandelion/", "project_urls": { "Homepage": "https://github.com/AlessioBazzanella/django-dandelion" }, "release_url": "https://pypi.org/project/django-dandelion/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Use the Dandelion API with Django", "version": "0.1.4" }, "last_serial": 2988015, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "de77a4b445d127e7c399604e8eef3c46", "sha256": "5560c3797e17fcc0203de7adac3d77da089fcca1792182f428cb08e186bc15e6" }, "downloads": -1, "filename": "django_dandelion-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de77a4b445d127e7c399604e8eef3c46", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13174, "upload_time": "2017-03-10T03:01:05", "url": "https://files.pythonhosted.org/packages/83/96/0c023fcc818ffe6c5269bfb557b2c83e7926317e129eb72bd44c051dae95/django_dandelion-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96b85f053babe201422d221cef2ad8d1", "sha256": "71ca33d27a1d2ab9d2fb80b1dfff68c9f2b786df074e2bf94ea49c44ca6ef919" }, "downloads": -1, "filename": "django-dandelion-0.1.1.tar.gz", "has_sig": false, "md5_digest": "96b85f053babe201422d221cef2ad8d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11821, "upload_time": "2017-03-10T03:01:03", "url": "https://files.pythonhosted.org/packages/7c/73/7c4451884e288abb44b78755fd79201bcf48b7a56d5ee0123af7a8b95615/django-dandelion-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f2001d96d3987df6269230741863ed86", "sha256": "d174418ae393446c1d1ea072dc847f3abcea03af4a3045b245e16da9ce10e9fb" }, "downloads": -1, "filename": "django_dandelion-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2001d96d3987df6269230741863ed86", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14598, "upload_time": "2017-03-10T11:47:24", "url": "https://files.pythonhosted.org/packages/ae/c7/b4ebf34407ec9e81152f51d2fffcba74d94dade9bc3bd284f5617a8a5577/django_dandelion-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2d8152f77d602b9e8a217af62841bb2", "sha256": "df62c19520d1e5e37cb10468dd9d7038df4cf9fe7de9e7a856191d5906916110" }, "downloads": -1, "filename": "django-dandelion-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b2d8152f77d602b9e8a217af62841bb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13137, "upload_time": "2017-03-10T11:47:21", "url": "https://files.pythonhosted.org/packages/1b/89/3dd8d5577c178ac8bb01da61712d4f263ec0b7c4d192e953aba664d9abbc/django-dandelion-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9e227198ba10964191cecf31c0709c80", "sha256": "5e64a2c332ca1e5ae94f120f8b14cbbaaf1157667e1232714535c43838796761" }, "downloads": -1, "filename": "django_dandelion-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e227198ba10964191cecf31c0709c80", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14956, "upload_time": "2017-03-14T14:03:47", "url": "https://files.pythonhosted.org/packages/42/11/e23678532e1f0272be923c0850a806b9fe97506923899abc0e635f5ded51/django_dandelion-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e60191e4e91e9ef8c0fe43801315f203", "sha256": "456e6bb6c149ca952c46630f485a55cebc532d959be28aaaec6cbefac30849e2" }, "downloads": -1, "filename": "django-dandelion-0.1.3.tar.gz", "has_sig": false, "md5_digest": "e60191e4e91e9ef8c0fe43801315f203", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13473, "upload_time": "2017-03-14T14:03:43", "url": "https://files.pythonhosted.org/packages/79/b4/b4dfe0381c0f643882977750999239cd233d30f03838d320d3939d398e49/django-dandelion-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "4469ddbcb178e5bb520c17301a703cfe", "sha256": "0666dd758b97d096cb6c1a67c59388578ec47fb9b695b6979d74179997986504" }, "downloads": -1, "filename": "django-dandelion-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4469ddbcb178e5bb520c17301a703cfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14435, "upload_time": "2017-06-29T17:10:28", "url": "https://files.pythonhosted.org/packages/f3/02/eb11440af5af1ff69bbbc19d0ee672b2ca9c14d0fc10cd709d026950814a/django-dandelion-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4469ddbcb178e5bb520c17301a703cfe", "sha256": "0666dd758b97d096cb6c1a67c59388578ec47fb9b695b6979d74179997986504" }, "downloads": -1, "filename": "django-dandelion-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4469ddbcb178e5bb520c17301a703cfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14435, "upload_time": "2017-06-29T17:10:28", "url": "https://files.pythonhosted.org/packages/f3/02/eb11440af5af1ff69bbbc19d0ee672b2ca9c14d0fc10cd709d026950814a/django-dandelion-0.1.4.tar.gz" } ] }