Metadata-Version: 1.0
Name: scrubber
Version: 1.5.0
Summary: A whitelisting HTML sanitizer
Home-page: http://github.com/samuel/python-scrubber/tree/master
Author: Samuel Stauffer
Author-email: samuel@lefora.com
License: UNKNOWN
Description: Description
        ===========
        
        Scrubber is a white-listing HTML sanitizer. It uses BeautifulSoup to parse an
        HTML document and removes any tags and attributes that are not specifically
        allowed.
        
        Status
        ======
        
        Scrubber is stable and usable in production.
        
        Links
        =====
        
        * `home page <http://samuel.github.com/python-scrubber/>`_
        * `documentation <http://samuel.github.com/python-scrubber/docs/>`_
        * `source <http://github.com/samuel/python-scrubber/>`_
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
