icplot


Nameicplot JSON
Version 0.0.13 PyPI version JSON
download
home_pageNone
SummaryUtilities for generating plots and graphics for technical reports.
upload_time2024-10-09 09:03:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords publishing technical reports graphics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # icplot

This project is a utility library used at ICHEC for generating plots and graphics for use in technical documents.

# Installation #

The package is available on PyPI. For a minimal installation you can do:

``` shell
pip install icplot
```

For full functionality, particularly for conversion of image formats `imagemagick` and `cairo` are required. On Mac you can install them with:

``` shell
brew install imagemagick cairo
```

# Features #

The project has support for:

* Coverting image formats between pdf, svg and png
* Building pdf output from tex files, including tikz.

There is a command line interface included, mainly for testing, which may be heplful in getting to know available features.

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
```

# 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/87/c0/e9dd7fef76eb40d32690bf2c1cbfd66f2328ee311e56184da3052f084a48/icplot-0.0.13.tar.gz",
    "platform": null,
    "description": "# icplot\n\nThis project is a utility library used at ICHEC for generating plots and graphics for use in technical documents.\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 for 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# 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\nThere is a command line interface included, mainly for testing, which may be heplful in getting to know available features.\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\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.0.13",
    "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": "f45d10b4b25225c2a12e29b8317af36bd3f28d35a6bbc3da67ded17770ee666b",
                "md5": "0c324deba3a30e4c7db92c4b669c1e01",
                "sha256": "6e1442d266f436d2fd9a2fdf979d2d117a25fa85129f8b0e7fe5d18b7943b951"
            },
            "downloads": -1,
            "filename": "icplot-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c324deba3a30e4c7db92c4b669c1e01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25094,
            "upload_time": "2024-10-09T09:03:11",
            "upload_time_iso_8601": "2024-10-09T09:03:11.932204Z",
            "url": "https://files.pythonhosted.org/packages/f4/5d/10b4b25225c2a12e29b8317af36bd3f28d35a6bbc3da67ded17770ee666b/icplot-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87c0e9dd7fef76eb40d32690bf2c1cbfd66f2328ee311e56184da3052f084a48",
                "md5": "a190e90b8af5b031a61b8c6620d87c08",
                "sha256": "feb7fd41bea4bae24e0af5e06beacd05571670496096949c03c23e63cd4e89a8"
            },
            "downloads": -1,
            "filename": "icplot-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "a190e90b8af5b031a61b8c6620d87c08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23895,
            "upload_time": "2024-10-09T09:03:12",
            "upload_time_iso_8601": "2024-10-09T09:03:12.988759Z",
            "url": "https://files.pythonhosted.org/packages/87/c0/e9dd7fef76eb40d32690bf2c1cbfd66f2328ee311e56184da3052f084a48/icplot-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 09:03:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icplot"
}
        
Elapsed time: 1.21739s