pandoc-beamer-arrow


Namepandoc-beamer-arrow JSON
Version 1.0.0.6 PyPI version JSON
download
home_pageNone
SummaryA pandoc filter for adding arrows in Beamer/LaTeX
upload_time2024-10-21 14:45:03
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.10
licenseBSD-3-Clause
keywords arrows beamer filters pandoc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Installation
============

[![Python package](https://github.com/chdemko/pandoc-beamer-arrow/workflows/Python%20package/badge.svg?branch=develop)](https://github.com/chdemko/pandoc-beamer-arrow/actions/workflows/python-package.yml)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-beamer-arrow/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-beamer-arrow?branch=develop)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-beamer-arrow.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-arrow/)
[![Code Climate](https://codeclimate.com/github/chdemko/pandoc-beamer-arrow/badges/gpa.svg)](https://codeclimate.com/github/chdemko/pandoc-beamer-arrow/)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-beamer-arrow/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-arrow)
[![Codacy](https://img.shields.io/codacy/grade/5e04e80fe4124ea18911026086fdafe9.svg?logo=codacy)](https://app.codacy.com/gh/chdemko/pandoc-beamer-arrow/)
[![PyPI version](https://img.shields.io/pypi/v/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)
[![PyPI format](https://img.shields.io/pypi/format/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)
[![License](https://img.shields.io/pypi/l/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://raw.githubusercontent.com/chdemko/pandoc-beamer-arrow/develop/LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/pandoc-beamer-arrow?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-beamer-arrow)
[![Development Status](https://img.shields.io/pypi/status/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-beamer-arrow.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)
[![Pandoc version](https://img.shields.io/badge/pandoc-2.11%20|%202.12%20|%202.13%20|%202.14%20|%202.15%20|%202.16%20|%202.17%20|%202.18%20|%202.19%20|%203.0%20|%203.1%20|%203.2%20|%203.3%20|%203.4%20|%203.5-blue.svg?logo=markdown)](https://pandoc.org/)
[![Latest release](https://img.shields.io/github/release-date/chdemko/pandoc-beamer-arrow.svg?logo=github)](https://github.com/chdemko/pandoc-beamer-arrow/releases)
[![Last commit](https://img.shields.io/github/last-commit/chdemko/pandoc-beamer-arrow/develop?logo=github)](https://github.com/chdemko/pandoc-beamer-arrow/commit/develop/)
[![Repo Size](https://img.shields.io/github/repo-size/chdemko/pandoc-beamer-arrow.svg?logo=github)](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)
[![Code Size](https://img.shields.io/github/languages/code-size/chdemko/pandoc-beamer-arrow.svg?logo=github)](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)
[![Source Rank](https://img.shields.io/librariesio/sourcerank/pypi/pandoc-beamer-arrow.svg?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/pandoc-beamer-arrow)
[![Docs](https://img.shields.io/readthedocs/pandoc-beamer-arrow.svg?logo=read-the-docs&logoColor=white)](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)

*pandoc-beamer-arrow* is a [pandoc] filter for creating arrows between text
elements for beamer presentation.

[pandoc]: http://pandoc.org/

Instructions
------------

*pandoc-beamer-arrow* requires [python], a programming language that comes
pre-installed on linux and Mac OS X, and which is easily installed
[on Windows].

Install *pandoc-beamer-arrow* using the bash command

~~~shell-session
$ pipx install pandoc-beamer-arrow
~~~

To upgrade to the most recent release, use

~~~shell-session
$ pipx upgrade pandoc-beamer-arrow
~~~

`pipx` is a script to install and run python applications in isolated
environments from the Python Package Index, [PyPI]. It can be installed
using instructions given [here](https://pipx.pypa.io/stable/).

Make sure you have the

* *xcolor*

LaTeX packages. On linux you have to install some extra libraries **before**
*pandoc-beamer-arrow*. On a Debian-based system (including Ubuntu), you can
install it as root using

~~~shell-session
$ sudo apt-get texlive-latex-extra
~~~

[python]: https://www.python.org
[on Windows]: https://www.python.org/downloads/windows
[PyPI]: https://pypi.org


Getting Help
------------

If you have any difficulties with pandoc-beamer-arrow, please feel welcome to
[file an issue] on github so that we can help.

[file an issue]: https://github.com/chdemko/pandoc-beamer-arrow/issues


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pandoc-beamer-arrow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.10",
    "maintainer_email": "Christophe Demko <chdemko@gmail.com>",
    "keywords": "arrows, beamer, filters, pandoc",
    "author": null,
    "author_email": "Christophe Demko <chdemko@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "Installation\n============\n\n[![Python package](https://github.com/chdemko/pandoc-beamer-arrow/workflows/Python%20package/badge.svg?branch=develop)](https://github.com/chdemko/pandoc-beamer-arrow/actions/workflows/python-package.yml)\n[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)\n[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-beamer-arrow/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-beamer-arrow?branch=develop)\n[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-beamer-arrow.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-arrow/)\n[![Code Climate](https://codeclimate.com/github/chdemko/pandoc-beamer-arrow/badges/gpa.svg)](https://codeclimate.com/github/chdemko/pandoc-beamer-arrow/)\n[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-beamer-arrow/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-arrow)\n[![Codacy](https://img.shields.io/codacy/grade/5e04e80fe4124ea18911026086fdafe9.svg?logo=codacy)](https://app.codacy.com/gh/chdemko/pandoc-beamer-arrow/)\n[![PyPI version](https://img.shields.io/pypi/v/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)\n[![PyPI format](https://img.shields.io/pypi/format/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)\n[![License](https://img.shields.io/pypi/l/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://raw.githubusercontent.com/chdemko/pandoc-beamer-arrow/develop/LICENSE)\n[![Downloads](https://img.shields.io/pypi/dm/pandoc-beamer-arrow?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-beamer-arrow)\n[![Development Status](https://img.shields.io/pypi/status/pandoc-beamer-arrow.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)\n[![Python version](https://img.shields.io/pypi/pyversions/pandoc-beamer-arrow.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-beamer-arrow/)\n[![Pandoc version](https://img.shields.io/badge/pandoc-2.11%20|%202.12%20|%202.13%20|%202.14%20|%202.15%20|%202.16%20|%202.17%20|%202.18%20|%202.19%20|%203.0%20|%203.1%20|%203.2%20|%203.3%20|%203.4%20|%203.5-blue.svg?logo=markdown)](https://pandoc.org/)\n[![Latest release](https://img.shields.io/github/release-date/chdemko/pandoc-beamer-arrow.svg?logo=github)](https://github.com/chdemko/pandoc-beamer-arrow/releases)\n[![Last commit](https://img.shields.io/github/last-commit/chdemko/pandoc-beamer-arrow/develop?logo=github)](https://github.com/chdemko/pandoc-beamer-arrow/commit/develop/)\n[![Repo Size](https://img.shields.io/github/repo-size/chdemko/pandoc-beamer-arrow.svg?logo=github)](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)\n[![Code Size](https://img.shields.io/github/languages/code-size/chdemko/pandoc-beamer-arrow.svg?logo=github)](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)\n[![Source Rank](https://img.shields.io/librariesio/sourcerank/pypi/pandoc-beamer-arrow.svg?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/pandoc-beamer-arrow)\n[![Docs](https://img.shields.io/readthedocs/pandoc-beamer-arrow.svg?logo=read-the-docs&logoColor=white)](http://pandoc-beamer-arrow.readthedocs.io/en/latest/)\n\n*pandoc-beamer-arrow* is a [pandoc] filter for creating arrows between text\nelements for beamer presentation.\n\n[pandoc]: http://pandoc.org/\n\nInstructions\n------------\n\n*pandoc-beamer-arrow* requires [python], a programming language that comes\npre-installed on linux and Mac OS X, and which is easily installed\n[on Windows].\n\nInstall *pandoc-beamer-arrow* using the bash command\n\n~~~shell-session\n$ pipx install pandoc-beamer-arrow\n~~~\n\nTo upgrade to the most recent release, use\n\n~~~shell-session\n$ pipx upgrade pandoc-beamer-arrow\n~~~\n\n`pipx` is a script to install and run python applications in isolated\nenvironments from the Python Package Index, [PyPI]. It can be installed\nusing instructions given [here](https://pipx.pypa.io/stable/).\n\nMake sure you have the\n\n* *xcolor*\n\nLaTeX packages. On linux you have to install some extra libraries **before**\n*pandoc-beamer-arrow*. On a Debian-based system (including Ubuntu), you can\ninstall it as root using\n\n~~~shell-session\n$ sudo apt-get texlive-latex-extra\n~~~\n\n[python]: https://www.python.org\n[on Windows]: https://www.python.org/downloads/windows\n[PyPI]: https://pypi.org\n\n\nGetting Help\n------------\n\nIf you have any difficulties with pandoc-beamer-arrow, please feel welcome to\n[file an issue] on github so that we can help.\n\n[file an issue]: https://github.com/chdemko/pandoc-beamer-arrow/issues\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A pandoc filter for adding arrows in Beamer/LaTeX",
    "version": "1.0.0.6",
    "project_urls": {
        "Documentation": "https://pandoc-beamer-arrow.readthedocs.io/",
        "Homepage": "https://github.com/chdemko/pandoc-beamer-arrow",
        "Issues": "https://github.com/chdemko/pandoc-beamer-arrow/issues",
        "Repository": "https://github.com/chdemko/pandoc-beamer-arrow"
    },
    "split_keywords": [
        "arrows",
        " beamer",
        " filters",
        " pandoc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ffcfbb1e430329efeb1493202d8977d5d14698d23a1b9ddce628c5e57fdd2f75",
                "md5": "9afd555339c12e9d9d413a5765260fa9",
                "sha256": "f095307264d230382ab231f57b099594738cc5aed870a6a16287ee796fb1749d"
            },
            "downloads": -1,
            "filename": "pandoc_beamer_arrow-1.0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9afd555339c12e9d9d413a5765260fa9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.10",
            "size": 7772,
            "upload_time": "2024-10-21T14:45:03",
            "upload_time_iso_8601": "2024-10-21T14:45:03.733416Z",
            "url": "https://files.pythonhosted.org/packages/ff/cf/bb1e430329efeb1493202d8977d5d14698d23a1b9ddce628c5e57fdd2f75/pandoc_beamer_arrow-1.0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 14:45:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chdemko",
    "github_project": "pandoc-beamer-arrow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pandoc-beamer-arrow"
}
        
Elapsed time: 0.39884s