formbox


Nameformbox JSON
Version 0.4.3 PyPI version JSON
download
home_pageNone
SummaryFormat mbox as HTML/XML
upload_time2023-10-21 06:42:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords email format html mbox template xml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # formbox

This tiny script formats an [mbox] as HTML or XML.  It is intended
for rendering email replies on websites and their [RSS] feed.

## Prerequisites

This Python package depends on [nh3] for HTML sanitization
and [mistune] for rendering Markdown to HTML.  It is, however,
not designed to work with HTML emails with all those CSS and Java scripts.

## Installation

It is recommended to install this package from a downstream repository,
such as [nixpkgs].

## Usage

```console
$ formbox --help
usage: formbox [-h] mbox id template

format mbox as HTML/XML

positional arguments:
  mbox        path to mbox file
  id          root message ID
  template    path to template

optional arguments:
  -h, --help  show this help message and exit
```

## Copying

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

[mbox]: https://en.wikipedia.org/wiki/Mbox
[RSS]: https://www.rssboard.org
[nh3]: https://nh3.readthedocs.io
[mistune]: https://mistune.lepture.com
[nixpkgs]: https://search.nixos.org/packages?query=formbox

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "formbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Nguy\u1ec5n Gia Phong <cnx@loang.net>",
    "keywords": "email,format,html,mbox,template,xml",
    "author": null,
    "author_email": "Nguy\u1ec5n Gia Phong <cnx@loang.net>",
    "download_url": "https://files.pythonhosted.org/packages/50/bc/9ed081510257de4be554b9d649a8b2a94700b97aa1592a202105176b4202/formbox-0.4.3.tar.gz",
    "platform": null,
    "description": "# formbox\n\nThis tiny script formats an [mbox] as HTML or XML.  It is intended\nfor rendering email replies on websites and their [RSS] feed.\n\n## Prerequisites\n\nThis Python package depends on [nh3] for HTML sanitization\nand [mistune] for rendering Markdown to HTML.  It is, however,\nnot designed to work with HTML emails with all those CSS and Java scripts.\n\n## Installation\n\nIt is recommended to install this package from a downstream repository,\nsuch as [nixpkgs].\n\n## Usage\n\n```console\n$ formbox --help\nusage: formbox [-h] mbox id template\n\nformat mbox as HTML/XML\n\npositional arguments:\n  mbox        path to mbox file\n  id          root message ID\n  template    path to template\n\noptional arguments:\n  -h, --help  show this help message and exit\n```\n\n## Copying\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\n[mbox]: https://en.wikipedia.org/wiki/Mbox\n[RSS]: https://www.rssboard.org\n[nh3]: https://nh3.readthedocs.io\n[mistune]: https://mistune.lepture.com\n[nixpkgs]: https://search.nixos.org/packages?query=formbox\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Format mbox as HTML/XML",
    "version": "0.4.3",
    "project_urls": {
        "Source": "https://trong.loang.net/~cnx/formbox"
    },
    "split_keywords": [
        "email",
        "format",
        "html",
        "mbox",
        "template",
        "xml"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1d53918a6cde1857405bf17b2bb38f6f941066003e705f04c139e6db8e6073b",
                "md5": "e93ab843b2d1baf3927dcbe0a689e850",
                "sha256": "263e64cb32141b3f457a3190e709ae794a74cf42faedcb5782e82a35ba82974d"
            },
            "downloads": -1,
            "filename": "formbox-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e93ab843b2d1baf3927dcbe0a689e850",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15711,
            "upload_time": "2023-10-21T06:42:27",
            "upload_time_iso_8601": "2023-10-21T06:42:27.157026Z",
            "url": "https://files.pythonhosted.org/packages/e1/d5/3918a6cde1857405bf17b2bb38f6f941066003e705f04c139e6db8e6073b/formbox-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50bc9ed081510257de4be554b9d649a8b2a94700b97aa1592a202105176b4202",
                "md5": "112f78c0aa42c872a3fc48c6047f1427",
                "sha256": "2030b4f67075d98c8d2e5a5e6ae79c2e21777d294f442de82544dfb248090163"
            },
            "downloads": -1,
            "filename": "formbox-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "112f78c0aa42c872a3fc48c6047f1427",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14517,
            "upload_time": "2023-10-21T06:42:29",
            "upload_time_iso_8601": "2023-10-21T06:42:29.725895Z",
            "url": "https://files.pythonhosted.org/packages/50/bc/9ed081510257de4be554b9d649a8b2a94700b97aa1592a202105176b4202/formbox-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 06:42:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "formbox"
}
        
Elapsed time: 0.13350s