Metadata-Version: 2.4
Name: pandoc-beamer-arrow
Version: 1.1.0.0
Summary: A pandoc filter for adding arrows in Beamer/LaTeX
Project-URL: Homepage, https://github.com/chdemko/pandoc-beamer-arrow
Project-URL: Documentation, https://pandoc-beamer-arrow.readthedocs.io/
Project-URL: Repository, https://github.com/chdemko/pandoc-beamer-arrow
Project-URL: Issues, https://github.com/chdemko/pandoc-beamer-arrow/issues
Author-email: Christophe Demko <chdemko@gmail.com>
Maintainer-email: Christophe Demko <chdemko@gmail.com>
License: BSD-3-Clause
License-File: LICENSE
Keywords: arrows,beamer,filters,pandoc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Filters
Requires-Python: <3.14,>=3.10
Requires-Dist: panflute~=2.3
Description-Content-Type: text/markdown

Installation
============

[![Python package](https://img.shields.io/github/actions/workflow/status/chdemko/pandoc-beamer-arrow/python-package.yml?logo=github&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://img.shields.io/codeclimate/maintainability/chdemko/pandoc-beamer-arrow?logo=codeclimate&barnch=develop)](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-3.0%20..%203.6-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

Contribute
==========

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

Install `hatch`, then run

~~~shell-session
$ hatch run pip install pre-commit
$ hatch run pre-commit install
~~~

to install `pre-commit` before working on your changes.

Tests
-----

When your changes are ready, run

~~~shell-session
$ hatch test
$ hatch fmt --check
$ hatch run lint:check
$ hatch run docs:build
$ hatch build -t wheel
~~~

for running the tests, checking the style, building the documentation
and building the wheel.
