Installation
============
[](https://github.com/chdemko/pandoc-latex-absolute-image/actions/workflows/python-package.yml)
[](https://github.com/pypa/hatch)
[](https://github.com/pre-commit/pre-commit)
[](https://pypi.org/project/black/)
[](https://coveralls.io/github/chdemko/pandoc-latex-absolute-image?branch=develop)
[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-absolute-image/)
[](https://codeclimate.com/github/chdemko/pandoc-latex-absolute-image/)
[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-absolute-image)
[](https://app.codacy.com/gh/chdemko/pandoc-latex-absolute-image/dashboard)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://raw.githubusercontent.com/chdemko/pandoc-latex-absolute-image/develop/LICENSE)
[](https://pepy.tech/project/pandoc-latex-absolute-image)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://pypi.org/project/pandoc-latex-absolute-image/)
[](https://pandoc.org/)
[](https://github.com/chdemko/pandoc-latex-absolute-image/releases)
[](https://github.com/chdemko/pandoc-latex-absolute-image/commit/develop/)
[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)
[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)
[](https://libraries.io/pypi/pandoc-latex-absolute-image)
[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)
*pandoc-latex-absolute-image*,
is a [pandoc] filter for adding image at absolute position in the pages.
[pandoc]: http://pandoc.org/
Instructions
------------
*pandoc-latex-absolute-image* requires [python],
a programming language that comes pre-installed on linux and Mac OS X,
and which is easily installed [on Windows].
Install *pandoc-latex-absolute-image* using the bash command
~~~shell-session
$ pipx install pandoc-latex-absolute-image
~~~
To upgrade to the most recent release, use
~~~shell-session
$ pipx upgrade pandoc-latex-absolute-image
~~~
`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-latex-absolute-image,
please feel welcome to [file an issue] on github so that we can help.
[file an issue]: https://github.com/chdemko/pandoc-latex-absolute-image/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-latex-absolute-image",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.10",
"maintainer_email": "Christophe Demko <chdemko@gmail.com>",
"keywords": "absolute, filters, images, latex, pandoc",
"author": null,
"author_email": "Christophe Demko <chdemko@gmail.com>",
"download_url": null,
"platform": null,
"description": "Installation\n============\n\n[](https://github.com/chdemko/pandoc-latex-absolute-image/actions/workflows/python-package.yml)\n[](https://github.com/pypa/hatch)\n[](https://github.com/pre-commit/pre-commit)\n[](https://pypi.org/project/black/)\n[](https://coveralls.io/github/chdemko/pandoc-latex-absolute-image?branch=develop)\n[](https://scrutinizer-ci.com/g/chdemko/pandoc-latex-absolute-image/)\n[](https://codeclimate.com/github/chdemko/pandoc-latex-absolute-image/)\n[](https://www.codefactor.io/repository/github/chdemko/pandoc-latex-absolute-image)\n[](https://app.codacy.com/gh/chdemko/pandoc-latex-absolute-image/dashboard)\n[](https://pypi.org/project/pandoc-latex-absolute-image/)\n[](https://pypi.org/project/pandoc-latex-absolute-image/)\n[](https://raw.githubusercontent.com/chdemko/pandoc-latex-absolute-image/develop/LICENSE)\n[](https://pepy.tech/project/pandoc-latex-absolute-image)\n[](https://pypi.org/project/pandoc-latex-absolute-image/)\n[](https://pypi.org/project/pandoc-latex-absolute-image/)\n[](https://pandoc.org/)\n[](https://github.com/chdemko/pandoc-latex-absolute-image/releases)\n[](https://github.com/chdemko/pandoc-latex-absolute-image/commit/develop/)\n[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)\n[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)\n[](https://libraries.io/pypi/pandoc-latex-absolute-image)\n[](http://pandoc-latex-absolute-image.readthedocs.io/en/latest/)\n\n*pandoc-latex-absolute-image*,\nis a [pandoc] filter for adding image at absolute position in the pages.\n\n[pandoc]: http://pandoc.org/\n\nInstructions\n------------\n\n*pandoc-latex-absolute-image* requires [python],\na programming language that comes pre-installed on linux and Mac OS X,\nand which is easily installed [on Windows].\n\nInstall *pandoc-latex-absolute-image* using the bash command\n\n~~~shell-session\n$ pipx install pandoc-latex-absolute-image\n~~~\n\nTo upgrade to the most recent release, use\n\n~~~shell-session\n$ pipx upgrade pandoc-latex-absolute-image\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\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-latex-absolute-image,\nplease feel welcome to [file an issue] on github so that we can help.\n\n[file an issue]: https://github.com/chdemko/pandoc-latex-absolute-image/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",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A pandoc filter for adding images at absolute position in the pages",
"version": "0.2.0.1",
"project_urls": {
"Coverage": "https://coveralls.io/github/chdemko/pandoc-latex-absolute-image",
"Documentation": "https://pandoc-latex-absolute-image.readthedocs.io/",
"Homepage": "https://github.com/chdemko/pandoc-latex-absolute-image",
"Issues": "https://github.com/chdemko/pandoc-latex-absolute-image/issues",
"Repository": "https://github.com/chdemko/pandoc-latex-absolute-image"
},
"split_keywords": [
"absolute",
" filters",
" images",
" latex",
" pandoc"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "21c38b21e23b581db5efbea84d10cc2037516c7643a4a3fc66b19652fddf6210",
"md5": "f5c3f87e0e8891d55a9425bd7c9576f3",
"sha256": "06f07a443a0755d227a8f3323c88d27784ec029e55b172cd421dc10f2228069c"
},
"downloads": -1,
"filename": "pandoc_latex_absolute_image-0.2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f5c3f87e0e8891d55a9425bd7c9576f3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.10",
"size": 7605,
"upload_time": "2024-12-17T13:16:23",
"upload_time_iso_8601": "2024-12-17T13:16:23.162224Z",
"url": "https://files.pythonhosted.org/packages/21/c3/8b21e23b581db5efbea84d10cc2037516c7643a4a3fc66b19652fddf6210/pandoc_latex_absolute_image-0.2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 13:16:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chdemko",
"github_project": "pandoc-latex-absolute-image",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pandoc-latex-absolute-image"
}