Source: vadersentiment
Section: python
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/cjhutto/vaderSentiment
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-vadersentiment
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: lexicon and rule-based sentiment analysis tool (Python 3)
 This package contains VADER (Valence Aware Dictionary and sEntiment Reasoner).
 It is a lexicon and rule-based sentiment analysis tool that is specifically
 attuned to sentiments expressed in social media.
 .
 This package installs the library for Python 3.
