mpl-simple-svg-parser


Namempl-simple-svg-parser JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/leejjoon/mpl-simple-svg-parser
Summary
upload_time2024-01-10 15:26:55
maintainer
docs_urlNone
authorJae-Joon Lee
requires_python
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mpl-simple-svg-parser

A simple SVG parser for matplotlib. It read the svg file as a vector path for
Matplotlib. It utilizes cairosvg and picosvg to convert the input svg to more
manageable svg, and read it using svgpath2mpl.

It is meant to be good enough, not 100% compatible. We support gradient, but no filtes etc.

Please check out the [sample
page](https://leejjoon.github.io/mpl-simple-svg-parser/gallery/), were we
compare the rendering result of mpl-simple-svg-parser to to other renderer,
including inkscape.

## Installation

You can install using `pip`:

```bash
pip install mpl_simple_svg_parser
```

## Development Installation


```bash
pip install -e ".[dev]"
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/leejjoon/mpl-simple-svg-parser",
    "name": "mpl-simple-svg-parser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jae-Joon Lee",
    "author_email": "lee.j.joon@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# mpl-simple-svg-parser\n\nA simple SVG parser for matplotlib. It read the svg file as a vector path for\nMatplotlib. It utilizes cairosvg and picosvg to convert the input svg to more\nmanageable svg, and read it using svgpath2mpl.\n\nIt is meant to be good enough, not 100% compatible. We support gradient, but no filtes etc.\n\nPlease check out the [sample\npage](https://leejjoon.github.io/mpl-simple-svg-parser/gallery/), were we\ncompare the rendering result of mpl-simple-svg-parser to to other renderer,\nincluding inkscape.\n\n## Installation\n\nYou can install using `pip`:\n\n```bash\npip install mpl_simple_svg_parser\n```\n\n## Development Installation\n\n\n```bash\npip install -e \".[dev]\"\n```\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/leejjoon/mpl-simple-svg-parser"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c1904183a51da3e6f0349f3ff1fbf9b2f8427cc6f6b4c285d8327c2b1edcdc0",
                "md5": "7c0c042d806ae4616e5df1670ea80651",
                "sha256": "57266abe7e1431692dc102aef513ed635243e8201fb2ff20ca1a8cd3637a8f75"
            },
            "downloads": -1,
            "filename": "mpl_simple_svg_parser-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c0c042d806ae4616e5df1670ea80651",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13295,
            "upload_time": "2024-01-10T15:26:55",
            "upload_time_iso_8601": "2024-01-10T15:26:55.704210Z",
            "url": "https://files.pythonhosted.org/packages/1c/19/04183a51da3e6f0349f3ff1fbf9b2f8427cc6f6b4c285d8327c2b1edcdc0/mpl_simple_svg_parser-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-10 15:26:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leejjoon",
    "github_project": "mpl-simple-svg-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mpl-simple-svg-parser"
}
        
Elapsed time: 0.16521s