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.
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]
Release files for formatflowed 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| formatflowed-2.0.0.tar.gz | 12.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| formatflowed-2.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 24.5 kB
Release files / formatflowed-2.0.0.tar.gz
| Download URL | formatflowed-2.0.0.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cdb32322df49ccc9d232446fa8a56e4206b568f96dd711900756c35baa17c4d0
|
|
BLAKE2b-256 checksum How to use checksums |
4b7b1372ea8f790b6defc2efd515ea0ab5a6cfbe70fffad36a5a14abcf238a8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / formatflowed-2.0.0-py2.py3-none-any.whl
| Download URL | formatflowed-2.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
8bcd42c20df8a0b7d949cc355b70cc390b0cb88b6aea3643f278300dbf529e29
|
|
BLAKE2b-256 checksum How to use checksums |
1834ac9cda57301904c65af398d8ec1a86bbb776b9fba6a12002c1b51da390c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |