meow-md


Namemeow-md JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryMarkdown renderer with Rich
upload_time2025-09-06 00:23:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.0
licenseNone
keywords markdown cat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # meow
> this is a test blockquote

**meow** is a terminal markdown viewer written in python and inspired by [glow](https://github.com/charmbracelet/glow). it's just a `cat` with [Rich](https://github.com/Textualize/rich), though, no file browsing! (yet?)

## features

- uses `LS_COLORS`
- syntax highlighting in fenced codeblocks
- styled lists, headers, blockquotes, and **bold** and *italics*

### gripes / future

- [ ] make the checkboxes cuter! glow-style `[ ]` / `[-]` / `[x]`
- [ ] tables...

## installation

install directly from [pypi](https://pypi.org/project/meow-md):

```bash
pip install --user meow-md  # if you use pip
pipx install meow-md        # if you use pipx
```

or build from source:

```bash
git clone https://codeberg.org/sailorfe/meow.git
cd meow
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
```

## usage

```bash
meow README.md
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "meow-md",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "markdown, cat",
    "author": null,
    "author_email": "sailorfe <sailorf@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/97/e9/afd85c98c2f08e5eaac775b5ed8d921ee5cfd15c945f75f5848512ce1126/meow_md-0.1.5.tar.gz",
    "platform": null,
    "description": "# meow\n> this is a test blockquote\n\n**meow** is a terminal markdown viewer written in python and inspired by [glow](https://github.com/charmbracelet/glow). it's just a `cat` with [Rich](https://github.com/Textualize/rich), though, no file browsing! (yet?)\n\n## features\n\n- uses `LS_COLORS`\n- syntax highlighting in fenced codeblocks\n- styled lists, headers, blockquotes, and **bold** and *italics*\n\n### gripes / future\n\n- [ ] make the checkboxes cuter! glow-style `[ ]` / `[-]` / `[x]`\n- [ ] tables...\n\n## installation\n\ninstall directly from [pypi](https://pypi.org/project/meow-md):\n\n```bash\npip install --user meow-md  # if you use pip\npipx install meow-md        # if you use pipx\n```\n\nor build from source:\n\n```bash\ngit clone https://codeberg.org/sailorfe/meow.git\ncd meow\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\npip install -e .\n```\n\n## usage\n\n```bash\nmeow README.md\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Markdown renderer with Rich",
    "version": "0.1.5",
    "project_urls": {
        "Repository": "https://codeberg.org/sailorfe/meow"
    },
    "split_keywords": [
        "markdown",
        " cat"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a75e403d3f374ecb93a580f31501d04f75c5bf92148961743911162596388d35",
                "md5": "0a9b46d9153c38da6140cc8dd969f5a4",
                "sha256": "650c1372bbe8610831c5c534c9a75c5fe7a281a9d0064cf3c9ce8a30f5ee1674"
            },
            "downloads": -1,
            "filename": "meow_md-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a9b46d9153c38da6140cc8dd969f5a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 5530,
            "upload_time": "2025-09-06T00:23:05",
            "upload_time_iso_8601": "2025-09-06T00:23:05.564927Z",
            "url": "https://files.pythonhosted.org/packages/a7/5e/403d3f374ecb93a580f31501d04f75c5bf92148961743911162596388d35/meow_md-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97e9afd85c98c2f08e5eaac775b5ed8d921ee5cfd15c945f75f5848512ce1126",
                "md5": "fde06c72f2d84f3a62e8285de178ce79",
                "sha256": "3a514b166d47bfe918e2eeb948f05101f4ba17b6177309f956ef7d987e01a3fa"
            },
            "downloads": -1,
            "filename": "meow_md-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fde06c72f2d84f3a62e8285de178ce79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 6126,
            "upload_time": "2025-09-06T00:23:06",
            "upload_time_iso_8601": "2025-09-06T00:23:06.648991Z",
            "url": "https://files.pythonhosted.org/packages/97/e9/afd85c98c2f08e5eaac775b5ed8d921ee5cfd15c945f75f5848512ce1126/meow_md-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-06 00:23:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "sailorfe",
    "codeberg_project": "meow",
    "lcname": "meow-md"
}
        
Elapsed time: 1.55667s