Name | icplot JSON |
Version |
0.1.2
JSON |
| download |
home_page | None |
Summary | Utilities for generating plots and graphics for technical reports. |
upload_time | 2024-12-10 07:47:40 |
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/ad/f3/9668f396aa67264d40c1dac754718b888dc88df5332795597467500833b5/icplot-0.1.2.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.2",
"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": "3f234d6eb19dd2f671cb6d623876fc014e9606294b6e0877d74cc2e438b17f10",
"md5": "ef504e0164a52c99caeca44854734b72",
"sha256": "eca44e5b21c85463148ac233644f98ad8c14aa1539c140953b010f67c9c97d4a"
},
"downloads": -1,
"filename": "icplot-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ef504e0164a52c99caeca44854734b72",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 25641,
"upload_time": "2024-12-10T07:47:39",
"upload_time_iso_8601": "2024-12-10T07:47:39.338698Z",
"url": "https://files.pythonhosted.org/packages/3f/23/4d6eb19dd2f671cb6d623876fc014e9606294b6e0877d74cc2e438b17f10/icplot-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "adf39668f396aa67264d40c1dac754718b888dc88df5332795597467500833b5",
"md5": "86ce279adc4f6b68207f0c518f3766d8",
"sha256": "6c8fe8b578247c718391bdf622b086a2490596ce80cdb18dfab36ea154228f45"
},
"downloads": -1,
"filename": "icplot-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "86ce279adc4f6b68207f0c518f3766d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 24343,
"upload_time": "2024-12-10T07:47:40",
"upload_time_iso_8601": "2024-12-10T07:47:40.644650Z",
"url": "https://files.pythonhosted.org/packages/ad/f3/9668f396aa67264d40c1dac754718b888dc88df5332795597467500833b5/icplot-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 07:47:40",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "icplot"
}