Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpieters/formatflowed
RFC 3676 format=flowed text processing
https://github.com/mjpieters/formatflowed
Last synced: about 1 month ago
JSON representation
RFC 3676 format=flowed text processing
- Host: GitHub
- URL: https://github.com/mjpieters/formatflowed
- Owner: mjpieters
- Created: 2012-03-14T21:57:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T23:34:44.000Z (about 8 years ago)
- Last Synced: 2024-12-06T14:21:24.317Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
===============
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 `_.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/formatflowedRequirements
------------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.