icplot


Nameicplot JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryUtilities for generating plots and graphics for technical reports.
upload_time2024-09-04 13:56:25
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
```

# 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/cb/95/7e9a315c48e5358be90625f240b072ecd6de2adebecf7730ab257ba5b510/icplot-0.0.9.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\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.9",
    "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": "722e9df6c574a37f80bc591ac3bd93e4fbd0050c3b29a65b20bd7fbbe12da876",
                "md5": "47faaef904c1b7c92d0761599c5818f3",
                "sha256": "e16619f5100534cd0053b78d0c79322ce821df9c67fb7b1e7f79bf0684d071c2"
            },
            "downloads": -1,
            "filename": "icplot-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47faaef904c1b7c92d0761599c5818f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23607,
            "upload_time": "2024-09-04T13:56:24",
            "upload_time_iso_8601": "2024-09-04T13:56:24.102122Z",
            "url": "https://files.pythonhosted.org/packages/72/2e/9df6c574a37f80bc591ac3bd93e4fbd0050c3b29a65b20bd7fbbe12da876/icplot-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb957e9a315c48e5358be90625f240b072ecd6de2adebecf7730ab257ba5b510",
                "md5": "a84c4d2348cf7c4e557a148ae59eeb95",
                "sha256": "1d8fc8d800905453530eb01875e43b7f627c98fa660177ce751089edd37c0973"
            },
            "downloads": -1,
            "filename": "icplot-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "a84c4d2348cf7c4e557a148ae59eeb95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22689,
            "upload_time": "2024-09-04T13:56:25",
            "upload_time_iso_8601": "2024-09-04T13:56:25.645485Z",
            "url": "https://files.pythonhosted.org/packages/cb/95/7e9a315c48e5358be90625f240b072ecd6de2adebecf7730ab257ba5b510/icplot-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-04 13:56:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icplot"
}
        
Elapsed time: 0.37792s