mdmaker


Namemdmaker JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryGenerate Markdown files with Python
upload_time2022-12-25 09:40:53
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 hypersport Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords markdown generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Markdown Generator

This is **not** yet another library to generate HTML from Markdown.

This is a pure python library to generate Markdown. It aims to generate Markdown files in a modular way with pure python, especially in automated scenarios.

## Installing

Install and update using `pip`:

    pip install -U mdmaker

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mdmaker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Markdown,Generator",
    "author": "",
    "author_email": "Hypersport <boss.yuan@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/46/7b/20cb753638fad9aaa0ba149835b1495d3cc7d5d5439815242dad172e6bd9/mdmaker-0.0.2.tar.gz",
    "platform": null,
    "description": "# Markdown Generator\n\nThis is **not** yet another library to generate HTML from Markdown.\n\nThis is a pure python library to generate Markdown. It aims to generate Markdown files in a modular way with pure python, especially in automated scenarios.\n\n## Installing\n\nInstall and update using `pip`:\n\n    pip install -U mdmaker\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 hypersport  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Generate Markdown files with Python",
    "version": "0.0.2",
    "split_keywords": [
        "markdown",
        "generator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c2fb2d478f5da38607512f0ee06e5bb0",
                "sha256": "5f3a04910a737209a13655e1f394c4ffab6676ab0a6085d5dd615163bc596d6a"
            },
            "downloads": -1,
            "filename": "mdmaker-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2fb2d478f5da38607512f0ee06e5bb0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3919,
            "upload_time": "2022-12-25T09:40:51",
            "upload_time_iso_8601": "2022-12-25T09:40:51.278046Z",
            "url": "https://files.pythonhosted.org/packages/42/02/6f2dc6e071f2fe50f846947f00c61cad176950180d33c67dc70feb05c398/mdmaker-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d8da973b5b5a7833b3907c394198e6b8",
                "sha256": "a370b4b30d3f44c6fd4cb335c5c1db3d7a6cc91e3be4263ad093d22405f24e11"
            },
            "downloads": -1,
            "filename": "mdmaker-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d8da973b5b5a7833b3907c394198e6b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2871,
            "upload_time": "2022-12-25T09:40:53",
            "upload_time_iso_8601": "2022-12-25T09:40:53.029490Z",
            "url": "https://files.pythonhosted.org/packages/46/7b/20cb753638fad9aaa0ba149835b1495d3cc7d5d5439815242dad172e6bd9/mdmaker-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 09:40:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mdmaker"
}
        
Elapsed time: 0.02807s