Metadata-Version: 1.1
Name: webpurify-cli
Version: 1.0.0
Summary: 
webpurify-cli
=============

https://www.webpurify.com/

Profanity Check for text and image along with Content Moderation

Getting it
~~~~~~~~~~

To download, either fork this github repo or simply use Pypi via pip.

.. code:: sh

   $ pip install webpurify-cli

Using it
~~~~~~~~

::

   Usage: webpurify-cli [OPTIONS] COMMAND [ARGS]...

   Options:
     --help  Show this message and exit.

   Commands:
     addwordtoblacklist       This function is used to add a word to the set
                              of...

     addwordtowhitelist       This function adds a word to an 'allowed' list...
     checkimage               This fuction submits an image to the checked for...
     checkimagestatus         This fuction should be used to poll the
                              webPurify...

     checknudityinimage       This function checks the % of nudity in an image
     checktext                This function should be used to check a string
                              or...

     removewordfromblacklist  This fuction removes a word added either through...
     removewordfromwhitelist  This function removes a word to an 'allowed'
                              list...

     replacetext              This function is used to replace profanity in
                              the...

    
Home-page: https://github.com/rrajaravi/webpurify-cli.git
Author: Raja Ravi
Author-email: r.rajaravi@gmail.com
License: MIT
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
