masht


Namemasht JSON
Version 0.1.dev11 PyPI version JSON
download
home_pageNone
SummaryMarkdown AS HTml: Creates a HTML version of a Markdown file.
upload_time2024-11-21 03:35:07
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/ee/36/d977c87be4709b003e37f1f281e988f0860d84e488e7a54c727a23b0bc66/masht-0.1.dev11.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.dev11",
    "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": "28585ebe7590973df7ffb5ded4ce95c3c20f78dab58bf82bed91b5e1ef9babdc",
                "md5": "1866aee736b346d205c7e0cb3df7cbfd",
                "sha256": "65b0886ec49da5f386755a18c40fd18cddd16644e11172fdd44c2ae7e8126584"
            },
            "downloads": -1,
            "filename": "masht-0.1.dev11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1866aee736b346d205c7e0cb3df7cbfd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4458,
            "upload_time": "2024-11-21T03:35:05",
            "upload_time_iso_8601": "2024-11-21T03:35:05.797623Z",
            "url": "https://files.pythonhosted.org/packages/28/58/5ebe7590973df7ffb5ded4ce95c3c20f78dab58bf82bed91b5e1ef9babdc/masht-0.1.dev11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee36d977c87be4709b003e37f1f281e988f0860d84e488e7a54c727a23b0bc66",
                "md5": "80321728cb5ccaf8f6578fe4a843a101",
                "sha256": "9db70e5313cc7288c6f67fbefa3b0be2306df1872eb406311203754fc116a8cc"
            },
            "downloads": -1,
            "filename": "masht-0.1.dev11.tar.gz",
            "has_sig": false,
            "md5_digest": "80321728cb5ccaf8f6578fe4a843a101",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5102,
            "upload_time": "2024-11-21T03:35:07",
            "upload_time_iso_8601": "2024-11-21T03:35:07.913481Z",
            "url": "https://files.pythonhosted.org/packages/ee/36/d977c87be4709b003e37f1f281e988f0860d84e488e7a54c727a23b0bc66/masht-0.1.dev11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 03:35:07",
    "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.45848s