dandelion-eu


Namedandelion-eu JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/giacbrd/python-dandelion-eu
SummaryConnect to the dandelion.eu API in a very pythonic way!
upload_time2023-08-07 10:59:31
maintainer
docs_urlNone
authorSpazioDati s.r.l.
requires_python
license
keywords api dandelion
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            .. image:: https://travis-ci.org/giacbrd/python-dandelion-eu.svg?branch=master
  :target: https://travis-ci.org/giacbrd/python-dandelion-eu

.. image:: https://coveralls.io/repos/SpazioDati/python-dandelion-eu/badge.png?branch=master
  :target: https://coveralls.io/r/SpazioDati/python-dandelion-eu?branch=master

.. image:: https://img.shields.io/pypi/v/dandelion-eu
    :target: https://pypi.python.org/pypi/dandelion-eu/
    :alt: Latest PyPI version

.. _PyPI: https://pypi.python.org/pypi/dandelion-eu/
.. _ReadTheDocs: http://python-dandelion-eu.readthedocs.org/
.. _dandelion: https://dandelion.eu/accounts/register/?next=/
.. _dandelion.eu: http://dandelion.eu/

python-dandelion-eu
===================

Bring the power of the dandelion.eu_ semantic to your python applications and scripts!
Semantic in python couldn't be easier.


.. code-block:: py

    >>> from dandelion import DataTXT
    >>> datatxt = DataTXT(token='YOUR_TOKEN')
    >>> response = datatxt.nex('The doctor says an apple is better than an orange')
    >>> for annotation in response.annotations:
          print(annotation)
    ...

Register on dandelion_ to obtain your authentication token and enrich your application with our semantic intelligence.

Installation
------------

``dandelion-eu`` is available on PyPI_ install it simply with::

    pip install dandelion-eu


Documentation
-------------

Documentation is available on ReadTheDocs_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/giacbrd/python-dandelion-eu",
    "name": "dandelion-eu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "api,dandelion",
    "author": "SpazioDati s.r.l.",
    "author_email": "berardi@spaziodati.eu",
    "download_url": "https://files.pythonhosted.org/packages/45/cc/439ad4926e1e6e44f64c8e211140065e0ff3ed80d8d2a8c20d3e0859bcb7/dandelion-eu-0.3.3.tar.gz",
    "platform": null,
    "description": ".. image:: https://travis-ci.org/giacbrd/python-dandelion-eu.svg?branch=master\n  :target: https://travis-ci.org/giacbrd/python-dandelion-eu\n\n.. image:: https://coveralls.io/repos/SpazioDati/python-dandelion-eu/badge.png?branch=master\n  :target: https://coveralls.io/r/SpazioDati/python-dandelion-eu?branch=master\n\n.. image:: https://img.shields.io/pypi/v/dandelion-eu\n    :target: https://pypi.python.org/pypi/dandelion-eu/\n    :alt: Latest PyPI version\n\n.. _PyPI: https://pypi.python.org/pypi/dandelion-eu/\n.. _ReadTheDocs: http://python-dandelion-eu.readthedocs.org/\n.. _dandelion: https://dandelion.eu/accounts/register/?next=/\n.. _dandelion.eu: http://dandelion.eu/\n\npython-dandelion-eu\n===================\n\nBring the power of the dandelion.eu_ semantic to your python applications and scripts!\nSemantic in python couldn't be easier.\n\n\n.. code-block:: py\n\n    >>> from dandelion import DataTXT\n    >>> datatxt = DataTXT(token='YOUR_TOKEN')\n    >>> response = datatxt.nex('The doctor says an apple is better than an orange')\n    >>> for annotation in response.annotations:\n          print(annotation)\n    ...\n\nRegister on dandelion_ to obtain your authentication token and enrich your application with our semantic intelligence.\n\nInstallation\n------------\n\n``dandelion-eu`` is available on PyPI_ install it simply with::\n\n    pip install dandelion-eu\n\n\nDocumentation\n-------------\n\nDocumentation is available on ReadTheDocs_.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Connect to the dandelion.eu API in a very pythonic way!",
    "version": "0.3.3",
    "project_urls": {
        "Download": "https://github.com/giacbrd/python-dandelion-eu/tarball/0.3.3",
        "Homepage": "https://github.com/giacbrd/python-dandelion-eu"
    },
    "split_keywords": [
        "api",
        "dandelion"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45cc439ad4926e1e6e44f64c8e211140065e0ff3ed80d8d2a8c20d3e0859bcb7",
                "md5": "9edd88a3850c30a5f72363d7ae4e9031",
                "sha256": "73b2a931d5cda95de489bbccd288e89077bf48997008046c37f60d3d75cc5c50"
            },
            "downloads": -1,
            "filename": "dandelion-eu-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9edd88a3850c30a5f72363d7ae4e9031",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13771,
            "upload_time": "2023-08-07T10:59:31",
            "upload_time_iso_8601": "2023-08-07T10:59:31.454402Z",
            "url": "https://files.pythonhosted.org/packages/45/cc/439ad4926e1e6e44f64c8e211140065e0ff3ed80d8d2a8c20d3e0859bcb7/dandelion-eu-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 10:59:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "giacbrd",
    "github_project": "python-dandelion-eu",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dandelion-eu"
}
        
Elapsed time: 0.09922s