scour


Namescour JSON
Version 0.38.2 PyPI version JSON
download
home_pagehttps://github.com/scour-project/scour
SummaryScour SVG Optimizer
upload_time2020-11-22 14:05:55
maintainer
docs_urlNone
authorJeff Schiller
requires_python
licenseApache License 2.0
keywords svg optimizer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
Scour is an SVG optimizer/cleaner that reduces the size of scalable
vector graphics by optimizing structure and removing unnecessary data.

It can be used to create streamlined vector graphics suitable for web
deployment, publishing/sharing or further processing.

The goal of Scour is to output a file that renderes identically at a
fraction of the size by removing a lot of redundant information created
by most SVG editors. Optimization options are typically lossless but can
be tweaked for more agressive cleaning.

Website
  - http://www.codedread.com/scour/ (original website)
  - https://github.com/scour-project/scour (today)

Authors:
  - Jeff Schiller, Louis Simard (original authors)
  - Tobias Oberstein (maintainer)
  - Patrick Storz (maintainer)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scour-project/scour",
    "name": "scour",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "svg optimizer",
    "author": "Jeff Schiller",
    "author_email": "codedread@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/75/19/f519ef8aa2f379935a44212c5744e2b3a46173bf04e0110fb7f4af4028c9/scour-0.38.2.tar.gz",
    "platform": "Any",
    "description": "\nScour is an SVG optimizer/cleaner that reduces the size of scalable\nvector graphics by optimizing structure and removing unnecessary data.\n\nIt can be used to create streamlined vector graphics suitable for web\ndeployment, publishing/sharing or further processing.\n\nThe goal of Scour is to output a file that renderes identically at a\nfraction of the size by removing a lot of redundant information created\nby most SVG editors. Optimization options are typically lossless but can\nbe tweaked for more agressive cleaning.\n\nWebsite\n  - http://www.codedread.com/scour/ (original website)\n  - https://github.com/scour-project/scour (today)\n\nAuthors:\n  - Jeff Schiller, Louis Simard (original authors)\n  - Tobias Oberstein (maintainer)\n  - Patrick Storz (maintainer)\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Scour SVG Optimizer",
    "version": "0.38.2",
    "split_keywords": [
        "svg",
        "optimizer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0cf7372afe486ee6d802b274eda2857b",
                "sha256": "6881ec26660c130c5ecd996ac6f6b03939dd574198f50773f2508b81a68e0daf"
            },
            "downloads": -1,
            "filename": "scour-0.38.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0cf7372afe486ee6d802b274eda2857b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 52947,
            "upload_time": "2020-11-22T14:05:55",
            "upload_time_iso_8601": "2020-11-22T14:05:55.677671Z",
            "url": "https://files.pythonhosted.org/packages/75/19/f519ef8aa2f379935a44212c5744e2b3a46173bf04e0110fb7f4af4028c9/scour-0.38.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-11-22 14:05:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "scour-project",
    "github_project": "scour",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "scour"
}
        
Elapsed time: 0.02076s