masht


Namemasht JSON
Version 0.1.dev10 PyPI version JSON
download
home_pageNone
SummaryMarkdown AS HTml: Creates a HTML version of a Markdown file.
upload_time2024-11-16 20:26:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords markdown html converter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # masht

**M**arkdown **as** **HT**ML

Reads a Markdown file and writes a HTML of the same name with a `AS.html` suffix.

PyPI: [masht](https://pypi.org/project/masht/)

```console
USAGE: masht filename.md [filename2.md ...]
```

Uses the [mistune](https://pypi.org/project/mistune/) Markdown parser ([documentation](https://mistune.lepture.com/en/latest/)).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "masht",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "markdown, html, converter",
    "author": null,
    "author_email": "Bill Melvin <bill@sbillmelvin.com>",
    "download_url": "https://files.pythonhosted.org/packages/43/d3/c90234dab608d1d7ae2a64bfbf5d950d5ed2d80b4e3ed5e7ff0da2f7c181/masht-0.1.dev10.tar.gz",
    "platform": null,
    "description": "# masht\n\n**M**arkdown **as** **HT**ML\n\nReads a Markdown file and writes a HTML of the same name with a `AS.html` suffix.\n\nPyPI: [masht](https://pypi.org/project/masht/)\n\n```console\nUSAGE: masht filename.md [filename2.md ...]\n```\n\nUses the [mistune](https://pypi.org/project/mistune/) Markdown parser ([documentation](https://mistune.lepture.com/en/latest/)).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Markdown AS HTml: Creates a HTML version of a Markdown file.",
    "version": "0.1.dev10",
    "project_urls": {
        "Documentation": "https://github.com/wmelvin/masht#readme",
        "Issues": "https://github.com/wmelvin/masht/issues",
        "Source": "https://github.com/wmelvin/masht"
    },
    "split_keywords": [
        "markdown",
        " html",
        " converter"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "438a8f03381bd47c385aed515c8e0bb8e3a0e2d1bc060b44c98697f3bf7cb61e",
                "md5": "4982768d109a6402c005c7e161487bba",
                "sha256": "10379aab0c57871e42c74b8fbb04d5d0cf4e23e4720d5bec1f5363123f7e1ccf"
            },
            "downloads": -1,
            "filename": "masht-0.1.dev10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4982768d109a6402c005c7e161487bba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4464,
            "upload_time": "2024-11-16T20:26:43",
            "upload_time_iso_8601": "2024-11-16T20:26:43.514824Z",
            "url": "https://files.pythonhosted.org/packages/43/8a/8f03381bd47c385aed515c8e0bb8e3a0e2d1bc060b44c98697f3bf7cb61e/masht-0.1.dev10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43d3c90234dab608d1d7ae2a64bfbf5d950d5ed2d80b4e3ed5e7ff0da2f7c181",
                "md5": "17e01bd722dd6c6f78840a296383080a",
                "sha256": "d457086eca6d9e348a70f4b8d2846df6cf3e69df2211e364ffbedec31c0b6ece"
            },
            "downloads": -1,
            "filename": "masht-0.1.dev10.tar.gz",
            "has_sig": false,
            "md5_digest": "17e01bd722dd6c6f78840a296383080a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5113,
            "upload_time": "2024-11-16T20:26:44",
            "upload_time_iso_8601": "2024-11-16T20:26:44.925214Z",
            "url": "https://files.pythonhosted.org/packages/43/d3/c90234dab608d1d7ae2a64bfbf5d950d5ed2d80b4e3ed5e7ff0da2f7c181/masht-0.1.dev10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 20:26:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wmelvin",
    "github_project": "masht#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "masht"
}
        
Elapsed time: 0.75920s