Metadata-Version: 1.1
Name: dandelion-eu
Version: 0.3.2
Summary: Connect to the dandelion.eu API in a very pythonic way!
Home-page: https://github.com/giacbrd/python-dandelion-eu
Author: SpazioDati s.r.l.
Author-email: berardi@spaziodati.eu
License: UNKNOWN
Download-URL: https://github.com/giacbrd/python-dandelion-eu/tarball/0.3.2
Description: .. 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_.
        
Keywords: api,dandelion
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Natural Language :: English
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Portuguese
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
