Metadata-Version: 2.1
Name: spacytextblob
Version: 0.1.0
Summary: A TextBlob sentiment analysis pipeline compponent for spaCy.
License: MIT
Author: SamEdwardes
Author-email: edwardes.s@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: spacy (>=2.3.2,<3.0.0)
Requires-Dist: textblob (>=0.15.3,<0.16.0)
