MarkupPy


NameMarkupPy JSON
Version 1.14 PyPI version JSON
download
home_pagehttps://github.com/tylerbakke/MarkupPy
SummaryAn HTML/XML generator
upload_time2017-08-01 22:50:19
maintainer
docs_urlNone
authorDaniel Nogradi
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is MarkupPy - a Python module that attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way. It works with both python 2 and 3.

The code is in the public domain.

Version: 1.14 as of August 1, 2017.

Please send bug reports, feature requests, enhancement ideas or questions to tylerbakke@gmail.com.

Installation: Run 'pip install MarkupPy" from the terminal.

Documentation and further info is at https://tylerbakke.github.io/MarkupPy/

(Migrated from markup.py)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tylerbakke/MarkupPy",
    "name": "MarkupPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daniel Nogradi",
    "author_email": "nogradi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/ca/f43541b41bd17fc945cfae7ea44f1661dc21ea65ecc944a6fa138eead94c/MarkupPy-1.14.tar.gz",
    "platform": "",
    "description": "This is MarkupPy - a Python module that attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way. It works with both python 2 and 3.\n\nThe code is in the public domain.\n\nVersion: 1.14 as of August 1, 2017.\n\nPlease send bug reports, feature requests, enhancement ideas or questions to tylerbakke@gmail.com.\n\nInstallation: Run 'pip install MarkupPy\" from the terminal.\n\nDocumentation and further info is at https://tylerbakke.github.io/MarkupPy/\n\n(Migrated from markup.py)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An HTML/XML generator",
    "version": "1.14",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8c5906f3d6043b981a04bc876c454e31",
                "sha256": "1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f"
            },
            "downloads": -1,
            "filename": "MarkupPy-1.14.tar.gz",
            "has_sig": false,
            "md5_digest": "8c5906f3d6043b981a04bc876c454e31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6815,
            "upload_time": "2017-08-01T22:50:19",
            "upload_time_iso_8601": "2017-08-01T22:50:19.282747Z",
            "url": "https://files.pythonhosted.org/packages/4e/ca/f43541b41bd17fc945cfae7ea44f1661dc21ea65ecc944a6fa138eead94c/MarkupPy-1.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-08-01 22:50:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tylerbakke",
    "github_project": "MarkupPy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "markuppy"
}
        
Elapsed time: 0.01793s