mkdocs-asciinema-player


Namemkdocs-asciinema-player JSON
Version 0.15.1 PyPI version JSON
download
home_pagehttps://github.com/pa-decarvalho/mkdocs-asciinema-player
SummaryA Mkdocs Plugin to include asciinema player in your documentation.
upload_time2024-11-13 10:59:02
maintainerPhilippe-André De Carvalho
docs_urlNone
authorPhilippe-André De Carvalho
requires_python<4.0,>=3.9
licenseMIT
keywords mkdocs documentation asciinema asciinema-player
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mkdocs-asciinema-player

[![gitpod-ready-to-code](https://img.shields.io/badge/gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pa-decarvalho/mkdocs-asciinema-player)
[![test](https://github.com/pa-decarvalho/mkdocs-asciinema-player/workflows/test/badge.svg)](https://github.com/pa-decarvalho/mkdocs-asciinema-player/actions)
[![pypi](https://img.shields.io/pypi/v/mkdocs-asciinema-player.svg)](https://pypi.org/project/mkdocs-asciinema-player/)
[![pyversions](https://img.shields.io/pypi/pyversions/mkdocs-asciinema-player.svg)](https://pypi.python.org/pypi/mkdocs-asciinema-player)
[![downloads](https://img.shields.io/pypi/dm/mkdocs-asciinema-player.svg)](https://pypi.org/project/mkdocs-asciinema-player/)
[![license](https://img.shields.io/pypi/l/mkdocs-asciinema-player.svg)](https://pypi.python.org/pypi/mkdocs-asciinema-player)

A Mkdocs Plugin to include asciinema player in your documentation.

## Related Projects

| Name                                                                                            | Description                                                            |
|-------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| [98.css](https://github.com/jdan/98.css)                                                        | 98.css from [jdan](https://github.com/jdan)                            |

## Quick Setup

### Installation

Install the plugin via pip :

```sh
pip install mkdocs-asciinema-player
```

### Configure

In your `mkdocs.yml`, add `asciinema-player` to the `plugins` section :

```yaml
plugins:
  - search
  - asciinema-player
```

### Usage

In your MkDocs docs folder, add any [asciinema](https://asciinema.org/) `.cast` file and add this to any markdown page :

````markdown
```asciinema-player
{
    "file": "assets/asciinema/bootstrap.cast"
}
```
````

### More

For more information on the plugin, you can visit the the following [website](https://pa-decarvalho.github.io/mkdocs-asciinema-player/)

You will find the complete documentation of the plugin, examples of use, installation and configuration instructions.

## Contributing

See [CONTRIBUTING.md](https://github.com/pa-decarvalho/mkdocs-asciinema-player/blob/main/CONTRIBUTING.md) file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pa-decarvalho/mkdocs-asciinema-player",
    "name": "mkdocs-asciinema-player",
    "maintainer": "Philippe-Andr\u00e9 De Carvalho",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "philippe.andre.decarvalho@gmail.com",
    "keywords": "mkdocs, documentation, asciinema, asciinema-player",
    "author": "Philippe-Andr\u00e9 De Carvalho",
    "author_email": "philippe.andre.decarvalho@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/60/7e/8474e020bd995888d487bf90a2db3d72f926e1597317be53976a1e17f92f/mkdocs_asciinema_player-0.15.1.tar.gz",
    "platform": null,
    "description": "# mkdocs-asciinema-player\n\n[![gitpod-ready-to-code](https://img.shields.io/badge/gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pa-decarvalho/mkdocs-asciinema-player)\n[![test](https://github.com/pa-decarvalho/mkdocs-asciinema-player/workflows/test/badge.svg)](https://github.com/pa-decarvalho/mkdocs-asciinema-player/actions)\n[![pypi](https://img.shields.io/pypi/v/mkdocs-asciinema-player.svg)](https://pypi.org/project/mkdocs-asciinema-player/)\n[![pyversions](https://img.shields.io/pypi/pyversions/mkdocs-asciinema-player.svg)](https://pypi.python.org/pypi/mkdocs-asciinema-player)\n[![downloads](https://img.shields.io/pypi/dm/mkdocs-asciinema-player.svg)](https://pypi.org/project/mkdocs-asciinema-player/)\n[![license](https://img.shields.io/pypi/l/mkdocs-asciinema-player.svg)](https://pypi.python.org/pypi/mkdocs-asciinema-player)\n\nA Mkdocs Plugin to include asciinema player in your documentation.\n\n## Related Projects\n\n| Name                                                                                            | Description                                                            |\n|-------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|\n| [98.css](https://github.com/jdan/98.css)                                                        | 98.css from [jdan](https://github.com/jdan)                            |\n\n## Quick Setup\n\n### Installation\n\nInstall the plugin via pip :\n\n```sh\npip install mkdocs-asciinema-player\n```\n\n### Configure\n\nIn your `mkdocs.yml`, add `asciinema-player` to the `plugins` section :\n\n```yaml\nplugins:\n  - search\n  - asciinema-player\n```\n\n### Usage\n\nIn your MkDocs docs folder, add any [asciinema](https://asciinema.org/) `.cast` file and add this to any markdown page :\n\n````markdown\n```asciinema-player\n{\n    \"file\": \"assets/asciinema/bootstrap.cast\"\n}\n```\n````\n\n### More\n\nFor more information on the plugin, you can visit the the following [website](https://pa-decarvalho.github.io/mkdocs-asciinema-player/)\n\nYou will find the complete documentation of the plugin, examples of use, installation and configuration instructions.\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/pa-decarvalho/mkdocs-asciinema-player/blob/main/CONTRIBUTING.md) file.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Mkdocs Plugin to include asciinema player in your documentation.",
    "version": "0.15.1",
    "project_urls": {
        "Documentation": "https://pa-decarvalho.github.io/mkdocs-asciinema-player/",
        "Homepage": "https://github.com/pa-decarvalho/mkdocs-asciinema-player",
        "Issues": "https://github.com/pa-decarvalho/mkdocs-asciinema-player/issues",
        "Repository": "https://github.com/pa-decarvalho/mkdocs-asciinema-player"
    },
    "split_keywords": [
        "mkdocs",
        " documentation",
        " asciinema",
        " asciinema-player"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a5f735afe93a9e32a0747cee7c227e548c1126190fe7e064d9e177f564fb5dc",
                "md5": "7aaaecc7a52fc763ced9ac729dd633e0",
                "sha256": "6137b22a9d8f423866531bf9acfc57728dbd244135af738aef745bbc872e15c5"
            },
            "downloads": -1,
            "filename": "mkdocs_asciinema_player-0.15.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7aaaecc7a52fc763ced9ac729dd633e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 91557,
            "upload_time": "2024-11-13T10:59:00",
            "upload_time_iso_8601": "2024-11-13T10:59:00.426905Z",
            "url": "https://files.pythonhosted.org/packages/2a/5f/735afe93a9e32a0747cee7c227e548c1126190fe7e064d9e177f564fb5dc/mkdocs_asciinema_player-0.15.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "607e8474e020bd995888d487bf90a2db3d72f926e1597317be53976a1e17f92f",
                "md5": "e5e0b5793570e643dc9bd142181406b2",
                "sha256": "534cd1d3d354dccb33a54891465bb393c9ff655227f4662c996cc975a3f7eaea"
            },
            "downloads": -1,
            "filename": "mkdocs_asciinema_player-0.15.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e5e0b5793570e643dc9bd142181406b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 89214,
            "upload_time": "2024-11-13T10:59:02",
            "upload_time_iso_8601": "2024-11-13T10:59:02.191370Z",
            "url": "https://files.pythonhosted.org/packages/60/7e/8474e020bd995888d487bf90a2db3d72f926e1597317be53976a1e17f92f/mkdocs_asciinema_player-0.15.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 10:59:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pa-decarvalho",
    "github_project": "mkdocs-asciinema-player",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mkdocs-asciinema-player"
}
        
Elapsed time: 5.86069s