Socket
Socket
Sign inDemoInstall

formatflowed

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formatflowed

RFC 3676 format=flowed text processing


Maintainers
1

=============== 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.

.. image:: https://travis-ci.org/mjpieters/formatflowed.svg?branch=master :target: https://travis-ci.org/mjpieters/formatflowed

.. _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 versions 2.6 - 2.7, 3.3 - 3.6 and pypy and pypy3. Installation requires setuptools.

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

2.0.0 (2016-11-29)

  • Dropped support for Python < 2.6
  • Cleaned up bytes vs. unicode handling to be consistent
  • Added official support for Python >= 3.3 and PyPy.

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc