Metadata-Version: 2.1
Name: begentle
Version: 0.1.0
Summary: A module for filtering text with profanity using Google's Perspective API.
License: MIT
Author: Rahul Wavare
Author-email: rahulrakida@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: google-api-python-client (>=2.18.0,<3.0.0)
Description-Content-Type: text/x-rst

begentle
========
begentle is a package for detecting toxic language using 
the Perspective API (more info at `PerspectiveAPI.com <https://perspectiveapi.com/>`_).
Google already has a Python module for this, but I think it's 
too complex, so I created my own.


