mdsnake


Namemdsnake JSON
Version 0.4.4 PyPI version JSON
download
home_pageNone
SummaryViews markdown text inside of the terminal
upload_time2025-09-02 07:06:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords app macos windows linux flatpak
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![pylint rated 10.00/10](https://img.shields.io/badge/pylint-10.00-green)
![version 0.4.4](https://img.shields.io/badge/version-v0.4.4-green)

# mdsnake

A library with a cli, that can view markdown files, without having to commit to github. If you forget markdown syntax as well, it will help you with that!

# Compatibility

Works on Linux, macOS, and Windows which requires Python **3.10** and above

# Installing

```
pip install mdsnake
```

# Commands

Views the markdown file in your console

```
mdsnake view README.md
```

Views the markdown file on a localhost

```
mdsnake view README.md --web
```

Converts markdown files to html/pdf

**Note:** Setting a name is optional

```
mdsnake view README.md html --name output.pdf
mdsnake view README.md html --name output.pdf
```

Creates a table of markdown syntax so you don't forget

```
mdsnake syntax
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mdsnake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "devs_des1re <arjunbrij8811@gmail.com>, Eivind Teig <eivind.teig@gmail.com>",
    "keywords": "app, macOS, windows, linux, flatpak",
    "author": null,
    "author_email": "devs_des1re <arjunbrij8811@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/40/ed/4ca17fab2a20f1604cacb0f2d987325aa4d29da5f82ee38746b74fa5b241/mdsnake-0.4.4.tar.gz",
    "platform": null,
    "description": "![pylint rated 10.00/10](https://img.shields.io/badge/pylint-10.00-green)\n![version 0.4.4](https://img.shields.io/badge/version-v0.4.4-green)\n\n# mdsnake\n\nA library with a cli, that can view markdown files, without having to commit to github. If you forget markdown syntax as well, it will help you with that!\n\n# Compatibility\n\nWorks on Linux, macOS, and Windows which requires Python **3.10** and above\n\n# Installing\n\n```\npip install mdsnake\n```\n\n# Commands\n\nViews the markdown file in your console\n\n```\nmdsnake view README.md\n```\n\nViews the markdown file on a localhost\n\n```\nmdsnake view README.md --web\n```\n\nConverts markdown files to html/pdf\n\n**Note:** Setting a name is optional\n\n```\nmdsnake view README.md html --name output.pdf\nmdsnake view README.md html --name output.pdf\n```\n\nCreates a table of markdown syntax so you don't forget\n\n```\nmdsnake syntax\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Views markdown text inside of the terminal",
    "version": "0.4.4",
    "project_urls": {
        "Homepage": "https://github.com/devs-des1re/mdsnake"
    },
    "split_keywords": [
        "app",
        " macos",
        " windows",
        " linux",
        " flatpak"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fc2d67ad5ac6a94763196436f614affce84d0aa845821bc8ebb58f854d82737",
                "md5": "8eaeae1f54029a8abdd1ce7bb4c166cc",
                "sha256": "68b959aac28fefff0caed3666d05ccd2653fa2176e1ef4476c3afd207df35375"
            },
            "downloads": -1,
            "filename": "mdsnake-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8eaeae1f54029a8abdd1ce7bb4c166cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6550,
            "upload_time": "2025-09-02T07:06:12",
            "upload_time_iso_8601": "2025-09-02T07:06:12.757022Z",
            "url": "https://files.pythonhosted.org/packages/7f/c2/d67ad5ac6a94763196436f614affce84d0aa845821bc8ebb58f854d82737/mdsnake-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40ed4ca17fab2a20f1604cacb0f2d987325aa4d29da5f82ee38746b74fa5b241",
                "md5": "6214553512f7ffeae56e879760e3d185",
                "sha256": "d7e94bcbd0631347e519dbe942e80a03ea6d3e8a8e326c02dac7b181e9a4ae55"
            },
            "downloads": -1,
            "filename": "mdsnake-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6214553512f7ffeae56e879760e3d185",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14733,
            "upload_time": "2025-09-02T07:06:14",
            "upload_time_iso_8601": "2025-09-02T07:06:14.192429Z",
            "url": "https://files.pythonhosted.org/packages/40/ed/4ca17fab2a20f1604cacb0f2d987325aa4d29da5f82ee38746b74fa5b241/mdsnake-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 07:06:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "devs-des1re",
    "github_project": "mdsnake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mdsnake"
}
        
Elapsed time: 2.02232s