pandoc-beamer-multigraphics


Namepandoc-beamer-multigraphics JSON
Version 1.0.1.3 PyPI version JSON
download
home_pageNone
SummaryA pandoc filter for adding muti graphics elements in Beamer
upload_time2024-10-21 14:59:08
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.10
licenseBSD-3-Clause
keywords beamer filters graphics latex 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-multigraphics/workflows/Python%20package/badge.svg?branch=develop)](https://github.com/chdemko/pandoc-beamer-multigraphics/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-multigraphics/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-beamer-multigraphics?branch=develop)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-beamer-multigraphics.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-multigraphics/)
[![Code Climate](https://codeclimate.com/github/chdemko/pandoc-beamer-multigraphics/badges/gpa.svg)](https://codeclimate.com/github/chdemko/pandoc-beamer-multigraphics/)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-beamer-multigraphics/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-multigraphics)
[![Codacy](https://img.shields.io/codacy/grade/1f76fd0c0e784f6ea1d96e40d7927f55.svg?logo=codacy)](https://app.codacy.com/gh/chdemko/pandoc-beamer-multigraphics/dashboard)
[![PyPI version](https://img.shields.io/pypi/v/pandoc-beamer-multigraphics.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)
[![PyPI format](https://img.shields.io/pypi/format/pandoc-beamer-multigraphics.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)
[![License](https://img.shields.io/pypi/l/pandoc-beamer-multigraphics.svg?logo=pypi&logoColor=white)](https://raw.githubusercontent.com/chdemko/pandoc-beamer-multigraphics/develop/LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/pandoc-numbering?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-beamer-multigraphics)
[![Development Status](https://img.shields.io/pypi/status/pandoc-beamer-multigraphics.svg?pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-beamer-multigraphics.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)
[![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-multigraphics.svg?logo=github)](https://github.com/chdemko/pandoc-beamer-multigraphics/releases)
[![Last commit](https://img.shields.io/github/last-commit/chdemko/pandoc-beamer-multigraphics/develop?logo=github)](https://github.com/chdemko/pandoc-beamer-multigraphics/commit/develop/)
[![Repo Size](https://img.shields.io/github/repo-size/chdemko/pandoc-beamer-multigraphics.svg?logo=github)](http://pandoc-beamer-multigraphics.readthedocs.io/en/latest/)
[![Code Size](https://img.shields.io/github/languages/code-size/chdemko/pandoc-beamer-multigraphics.svg?logo=github)](http://pandoc-beamer-multigraphics.readthedocs.io/en/latest/)
[![Source Rank](https://img.shields.io/librariesio/sourcerank/pypi/pandoc-beamer-multigraphics.svg?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/pandoc-beamer-multigraphics)
[![Docs](https://img.shields.io/readthedocs/pandoc-beamer-multigraphics.svg?logo=read-the-docs&logoColor=white)](http://pandoc-beamer-multigraphics.readthedocs.io/en/latest/)

*pandoc-beamer-multigraphics* is a [pandoc] filter for adding beamer ability
to use multi-images.

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

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

*pandoc-beamer-multigraphics* 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-multigraphics* using the bash command

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

To upgrade to the most recent release, use

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

`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/).

[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-multigraphics, please feel
welcome to [file an issue] on github so that we can help.

[file an issue]: https://github.com/chdemko/pandoc-beamer-multigraphics/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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pandoc-beamer-multigraphics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.10",
    "maintainer_email": "Christophe Demko <chdemko@gmail.com>",
    "keywords": "beamer, filters, graphics, latex, 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-multigraphics/workflows/Python%20package/badge.svg?branch=develop)](https://github.com/chdemko/pandoc-beamer-multigraphics/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-multigraphics/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-beamer-multigraphics?branch=develop)\n[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-beamer-multigraphics.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-multigraphics/)\n[![Code Climate](https://codeclimate.com/github/chdemko/pandoc-beamer-multigraphics/badges/gpa.svg)](https://codeclimate.com/github/chdemko/pandoc-beamer-multigraphics/)\n[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-beamer-multigraphics/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-multigraphics)\n[![Codacy](https://img.shields.io/codacy/grade/1f76fd0c0e784f6ea1d96e40d7927f55.svg?logo=codacy)](https://app.codacy.com/gh/chdemko/pandoc-beamer-multigraphics/dashboard)\n[![PyPI version](https://img.shields.io/pypi/v/pandoc-beamer-multigraphics.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)\n[![PyPI format](https://img.shields.io/pypi/format/pandoc-beamer-multigraphics.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)\n[![License](https://img.shields.io/pypi/l/pandoc-beamer-multigraphics.svg?logo=pypi&logoColor=white)](https://raw.githubusercontent.com/chdemko/pandoc-beamer-multigraphics/develop/LICENSE)\n[![Downloads](https://img.shields.io/pypi/dm/pandoc-numbering?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-beamer-multigraphics)\n[![Development Status](https://img.shields.io/pypi/status/pandoc-beamer-multigraphics.svg?pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)\n[![Python version](https://img.shields.io/pypi/pyversions/pandoc-beamer-multigraphics.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-beamer-multigraphics/)\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-multigraphics.svg?logo=github)](https://github.com/chdemko/pandoc-beamer-multigraphics/releases)\n[![Last commit](https://img.shields.io/github/last-commit/chdemko/pandoc-beamer-multigraphics/develop?logo=github)](https://github.com/chdemko/pandoc-beamer-multigraphics/commit/develop/)\n[![Repo Size](https://img.shields.io/github/repo-size/chdemko/pandoc-beamer-multigraphics.svg?logo=github)](http://pandoc-beamer-multigraphics.readthedocs.io/en/latest/)\n[![Code Size](https://img.shields.io/github/languages/code-size/chdemko/pandoc-beamer-multigraphics.svg?logo=github)](http://pandoc-beamer-multigraphics.readthedocs.io/en/latest/)\n[![Source Rank](https://img.shields.io/librariesio/sourcerank/pypi/pandoc-beamer-multigraphics.svg?logo=libraries.io&logoColor=white)](https://libraries.io/pypi/pandoc-beamer-multigraphics)\n[![Docs](https://img.shields.io/readthedocs/pandoc-beamer-multigraphics.svg?logo=read-the-docs&logoColor=white)](http://pandoc-beamer-multigraphics.readthedocs.io/en/latest/)\n\n*pandoc-beamer-multigraphics* is a [pandoc] filter for adding beamer ability\nto use multi-images.\n\n[pandoc]: http://pandoc.org/\n\nInstructions\n------------\n\n*pandoc-beamer-multigraphics* requires [python], a programming language that\ncomes pre-installed on linux and Mac OS X, and which is easily installed\n[on Windows].\n\nInstall *pandoc-beamer-multigraphics* using the bash command\n\n~~~shell-session\n$ pipx install pandoc-beamer-multigraphics\n~~~\n\nTo upgrade to the most recent release, use\n\n~~~shell-session\n$ pipx upgrade pandoc-beamer-multigraphics\n~~~\n\n`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/).\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-multigraphics, please feel\nwelcome to [file an issue] on github so that we can help.\n\n[file an issue]: https://github.com/chdemko/pandoc-beamer-multigraphics/issues\n\nContribute\n==========\n\nInstructions\n------------\n\nInstall `hatch`, then run\n\n~~~shell-session\n$ hatch run pip install pre-commit\n$ hatch run pre-commit install\n~~~\n\nto install `pre-commit` before working on your changes.\n\nTests\n-----\n\nWhen your changes are ready, run\n\n~~~shell-session\n$ hatch test\n$ hatch fmt --check\n$ hatch run lint:check\n$ hatch run docs:build\n$ hatch build -t wheel\n~~~\n\nfor running the tests, checking the style, building the documentation\nand building the wheel.\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A pandoc filter for adding muti graphics elements in Beamer",
    "version": "1.0.1.3",
    "project_urls": {
        "Documentation": "https://pandoc-beamer-multigraphics.readthedocs.io/",
        "Homepage": "https://github.com/chdemko/pandoc-beamer-multigraphics",
        "Issues": "https://github.com/chdemko/pandoc-beamer-multigraphics/issues",
        "Repository": "https://github.com/chdemko/pandoc-beamer-multigraphics"
    },
    "split_keywords": [
        "beamer",
        " filters",
        " graphics",
        " latex",
        " pandoc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25674042956e20b41d494477768991fbad0d38a4ef0881c1dcc3b709da548456",
                "md5": "dc167d6fdcbd8731c343bcc8c154e51c",
                "sha256": "b926fdf52c4a6660e98841874641843abd6757e78659203f2f85263ae9c787b7"
            },
            "downloads": -1,
            "filename": "pandoc_beamer_multigraphics-1.0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc167d6fdcbd8731c343bcc8c154e51c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.10",
            "size": 5717,
            "upload_time": "2024-10-21T14:59:08",
            "upload_time_iso_8601": "2024-10-21T14:59:08.483931Z",
            "url": "https://files.pythonhosted.org/packages/25/67/4042956e20b41d494477768991fbad0d38a4ef0881c1dcc3b709da548456/pandoc_beamer_multigraphics-1.0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 14:59:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chdemko",
    "github_project": "pandoc-beamer-multigraphics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pandoc-beamer-multigraphics"
}
        
Elapsed time: 2.19978s