Metadata-Version: 1.0
Name: formatflowed
Version: 1.1.0
Summary: RFC 3676 format=flowed text processing
Home-page: http://pypi.python.org/pypi/formatflowed
Author: Martijn Pieters
Author-email: mj@zopatista.com
License: Python Software Foundation License
Download-URL: http://www.zopatista.com/projects/formatflowed/releases/1.0.0/formatflowed-1.0.0.tar.gz
Description: ===============
        formatflowed.py
        ===============
        
        Introduction
        ------------
        
        The formatflowed.py python library provides en- and decoding functionality for 
        `RFC 2646`_ and `RFC 3676`_ text, also called format=flowed text. The 
        development of this library was generously sponsored by `Logicalware`_, and
        was written by `Martijn Pieters <mj@zopatista.com>`_.
        
        The latest version can be downloaded from the `pypi page`_; the code repository 
        is hosted `GitHub`_.
        
        .. _RFC 2646: http://www.faqs.org/rfcs/rfc2646.html
        .. _RFC 3676: http://www.faqs.org/rfcs/rfc3676.html
        .. _Logicalware: http://www.logicalware.com/
        .. _pypi page: http://pypi.python.org/pypi/formatflowed
        .. _GitHub: https://github.com/mjpieters/formatflowed
        
        
        Requirements
        ------------
        
        formatflowed.py has been tested with python 2.3 and up. Installation requires
        either the setuptools or distutils libraries.
        
        
        Installation
        ------------
        
        Use the standard setuptools installation script provided::
        
         python setup.py install
        
        or install the package as an egg::
        
         pip install formatflowed 
         
        
        Usage
        -----
        
        Further documentation is embedded in the docstrings of the module.
        
        
        Change History
        ==============
        
        1.1.0 (2012-03-15)
        ------------------
        
        * Made unicode exception handling configurable.
          [mj]
        
        * Updated project URLs, and cleaned up setup.py. The project is now hosted on
          GitHub.
          [mj]
        
        1.0.0 (2005-09-17)
        ------------------
        
        * Added release metadata and a README.
          [mj]
        
        0.9.0 (2005-09-11)
        ------------------
        
        * Initial release.
          [mj]
        
Keywords: email,mime,format,flowed,rfc2646,rfc3676
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
