Name | icplot JSON |
Version |
0.1.3
JSON |
| download |
home_page | None |
Summary | Utilities for generating plots and graphics for technical reports. |
upload_time | 2025-01-09 12:21:13 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
publishing
technical reports
graphics
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# icplot
This is a library used at [The Irish Centre for High End Computing (ICHEC)](https://www.ichec.ie) for generating plots and graphics for technical documents.
# Features #
The project has support for:
* Coverting image formats between pdf, svg and png
* Building pdf output from tex files, including tikz.
* Generating plots based on a serializable data model to support reproducible research
To covert between image formats you can do:
``` shell
icplot convert --source my_image.svg --target my_image.png
```
To render a Tex tikz image as pdf and png you can do:
``` shell
icplot convert --source my_tikz.tex
```
To generate a plot or collection of plots from a yaml description you can do:
``` shell
icplot plot --config my_plot.yml
```
# Installation #
The package is available on PyPI. For a minimal installation you can do:
``` shell
pip install icplot
```
For full functionality, particularly conversion of image formats, `imagemagick` and `cairo` are required. On Mac you can install them with:
``` shell
brew install imagemagick cairo
```
# Copyright #
Copyright 2024 Irish Centre for High End Computing
The software in this repository can be used under the conditions of the GPLv3+ license, which is available for reading in the accompanying LICENSE file.
Raw data
{
"_id": null,
"home_page": null,
"name": "icplot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Publishing, Technical Reports, Graphics",
"author": null,
"author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
"download_url": "https://files.pythonhosted.org/packages/21/e6/54868523a9dd360ff9c50594e669a03507d039e8463b315b568618dbdae7/icplot-0.1.3.tar.gz",
"platform": null,
"description": "# icplot\n\nThis is a library used at [The Irish Centre for High End Computing (ICHEC)](https://www.ichec.ie) for generating plots and graphics for technical documents.\n\n# Features #\n\nThe project has support for:\n\n* Coverting image formats between pdf, svg and png\n* Building pdf output from tex files, including tikz.\n* Generating plots based on a serializable data model to support reproducible research\n\nTo covert between image formats you can do:\n\n``` shell\nicplot convert --source my_image.svg --target my_image.png\n```\n\nTo render a Tex tikz image as pdf and png you can do:\n\n``` shell\nicplot convert --source my_tikz.tex\n```\n\nTo generate a plot or collection of plots from a yaml description you can do:\n\n``` shell\nicplot plot --config my_plot.yml\n```\n\n# Installation #\n\nThe package is available on PyPI. For a minimal installation you can do:\n\n``` shell\npip install icplot\n```\n\nFor full functionality, particularly conversion of image formats, `imagemagick` and `cairo` are required. On Mac you can install them with:\n\n``` shell\nbrew install imagemagick cairo\n```\n\n# Copyright #\n\nCopyright 2024 Irish Centre for High End Computing\n\nThe software in this repository can be used under the conditions of the GPLv3+ license, which is available for reading in the accompanying LICENSE file.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Utilities for generating plots and graphics for technical reports.",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://git.ichec.ie/performance/toolshed/icplot",
"Repository": "https://git.ichec.ie/performance/toolshed/icplot"
},
"split_keywords": [
"publishing",
" technical reports",
" graphics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "001e9a0c9871dc29f95bbf3ca661ae2968b08eaf1bfdd621220c21d44ddb8c8f",
"md5": "c1222667d70c5c994fd82721c61391f5",
"sha256": "f940a3f0f5b98b664e8bf10e1cb0dadd4b20f5932c105993cbc12fdb3ea0e8d2"
},
"downloads": -1,
"filename": "icplot-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1222667d70c5c994fd82721c61391f5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 25745,
"upload_time": "2025-01-09T12:21:11",
"upload_time_iso_8601": "2025-01-09T12:21:11.649244Z",
"url": "https://files.pythonhosted.org/packages/00/1e/9a0c9871dc29f95bbf3ca661ae2968b08eaf1bfdd621220c21d44ddb8c8f/icplot-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "21e654868523a9dd360ff9c50594e669a03507d039e8463b315b568618dbdae7",
"md5": "568b7e8a72c50334df8f1744879fac9a",
"sha256": "b85c4a76110a90c2fb73c4523e209c3af50b3ad6765ff7a78a04b62a70b20ab1"
},
"downloads": -1,
"filename": "icplot-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "568b7e8a72c50334df8f1744879fac9a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 24423,
"upload_time": "2025-01-09T12:21:13",
"upload_time_iso_8601": "2025-01-09T12:21:13.923010Z",
"url": "https://files.pythonhosted.org/packages/21/e6/54868523a9dd360ff9c50594e669a03507d039e8463b315b568618dbdae7/icplot-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-09 12:21:13",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "icplot"
}