inkscape-layer-utils


Nameinkscape-layer-utils JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/twyleg/inkscape_layer_utils
SummarySimple library to extract and manipulate layers in inkscape SVGs
upload_time2024-04-24 21:50:45
maintainerNone
docs_urlNone
authorTorsten Wylegala
requires_pythonNone
licenseGPL 3.0
keywords inkscape svg layer utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Inkscape Layer Utils
====================

Simple utils to interact with Inkscape SVG images and their layers.
Typical use case is extracting layers from an input SVG or manipulating attributes of elements in an image
(e.g. coloring certain elements).

Take the following multilayer image as an example:

.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/inkscape_test_image_with_layers.png

The architecture of the image can also be visualized like this:

.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/example_image_stacked.svg

Or as a tree:

.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/example_image_tree.svg

The utilities can be used as a library or command line tool. Take a look at the examples section for further explanation.

Examples
--------

All examples can be found in the `examples/ <https://github.com/twyleg/inkscape_layer_utils/tree/master/examples>`_ directory.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/twyleg/inkscape_layer_utils",
    "name": "inkscape-layer-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "inkscape svg layer utilities",
    "author": "Torsten Wylegala",
    "author_email": "mail@twyleg.de",
    "download_url": "https://files.pythonhosted.org/packages/54/60/25dffc287e098b5f18ea6eea9fcdc467991d38c0e69a308850f46934d35c/inkscape_layer_utils-0.4.0.tar.gz",
    "platform": null,
    "description": "Inkscape Layer Utils\n====================\n\nSimple utils to interact with Inkscape SVG images and their layers.\nTypical use case is extracting layers from an input SVG or manipulating attributes of elements in an image\n(e.g. coloring certain elements).\n\nTake the following multilayer image as an example:\n\n.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/inkscape_test_image_with_layers.png\n\nThe architecture of the image can also be visualized like this:\n\n.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/example_image_stacked.svg\n\nOr as a tree:\n\n.. image:: https://raw.githubusercontent.com/twyleg/inkscape_layer_utils/master/docs/_static/imgs/example_image_tree.svg\n\nThe utilities can be used as a library or command line tool. Take a look at the examples section for further explanation.\n\nExamples\n--------\n\nAll examples can be found in the `examples/ <https://github.com/twyleg/inkscape_layer_utils/tree/master/examples>`_ directory.\n",
    "bugtrack_url": null,
    "license": "GPL 3.0",
    "summary": "Simple library to extract and manipulate layers in inkscape SVGs",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/twyleg/inkscape_layer_utils"
    },
    "split_keywords": [
        "inkscape",
        "svg",
        "layer",
        "utilities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14055e68356f144a8c1a7d3e11cb199876c72991f168953c74a453cb8faf78bd",
                "md5": "fb931817aa3f41440eaafe0a165ea3af",
                "sha256": "999f6e89997177792f08a5b58d656abfd0da6c477350eb6b016960966b96d246"
            },
            "downloads": -1,
            "filename": "inkscape_layer_utils-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb931817aa3f41440eaafe0a165ea3af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23677,
            "upload_time": "2024-04-24T21:50:43",
            "upload_time_iso_8601": "2024-04-24T21:50:43.633333Z",
            "url": "https://files.pythonhosted.org/packages/14/05/5e68356f144a8c1a7d3e11cb199876c72991f168953c74a453cb8faf78bd/inkscape_layer_utils-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "546025dffc287e098b5f18ea6eea9fcdc467991d38c0e69a308850f46934d35c",
                "md5": "42557a12ee3b5f0d2bf2e1693648b173",
                "sha256": "f0581f9303f16b3e4c1f425fdf3e45dc0a3c07747ce439ddb10a7e7929dac293"
            },
            "downloads": -1,
            "filename": "inkscape_layer_utils-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "42557a12ee3b5f0d2bf2e1693648b173",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39909,
            "upload_time": "2024-04-24T21:50:45",
            "upload_time_iso_8601": "2024-04-24T21:50:45.291667Z",
            "url": "https://files.pythonhosted.org/packages/54/60/25dffc287e098b5f18ea6eea9fcdc467991d38c0e69a308850f46934d35c/inkscape_layer_utils-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 21:50:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twyleg",
    "github_project": "inkscape_layer_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "inkscape-layer-utils"
}
        
Elapsed time: 0.25767s