Metadata-Version: 2.1
Name: cs.rfc2047
Version: 20200524
Summary: unrfc2047: a decoder for RFC2047 (MIME Part 3) encoded text.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@cskk.id.au
License: GNU General Public License v3 or later (GPLv3+)
Description: unrfc2047: a decoder for RFC2047 (MIME Part 3) encoded text.
        
        *Latest release 20200524*:
        Handle unknown charsets (parochially and abitrarily) and other decode failures.
        
        ## Function `unrfc2047(s)`
        
        Accept a string `s` containing RFC2047 text encodings (or the whitespace
        littered varieties that come from some low quality mail clients) and
        decode them into flat Unicode.
        
        See http://tools.ietf.org/html/rfc2047 for the specification.
        
        # Release Log
        
        
        
        *Release 20200524*:
        Handle unknown charsets (parochially and abitrarily) and other decode failures.
        
        *Release 20171231*:
        Change final .decode to use "replace". Fix a bunch of warning format strings.
        
        *Release 20170904*:
        Initial PyPI release.
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
