average-color


Nameaverage-color JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryPrints the average hex color of an image.
upload_time2024-08-15 09:52:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Samuel Gunter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords average color image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Average Color

Prints the average hex color of an image.

Usage:

```sh
average-color path/to/image
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "average-color",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "average, color, image",
    "author": null,
    "author_email": "Samuel Gunter <samathingamajig@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ff/07/a3b32a1811f140a30783b4691d95cf4f5111f043c0d40f7abf616f171dec/average_color-0.1.1.tar.gz",
    "platform": null,
    "description": "# Average Color\n\nPrints the average hex color of an image.\n\nUsage:\n\n```sh\naverage-color path/to/image\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Samuel Gunter  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Prints the average hex color of an image.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/Samathingamajig/average-color/issues",
        "Documentation": "https://github.com/Samathingamajig/average-color/blob/master/README.md",
        "Homepage": "https://github.com/Samathingamajig/average-color",
        "Repository": "https://github.com/Samathingamajig/average-color"
    },
    "split_keywords": [
        "average",
        " color",
        " image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9f94f83d57b4f85ed378cb262b3c3ad683fdb3fb2a259d59443b3c0a1765608",
                "md5": "09bf4f98b8d72373ca69eb0af7f1b17d",
                "sha256": "c9e97aa3d14f506bb8e8339270f5a6c0dcd78d42fe3966c63b0af5b927f8dbee"
            },
            "downloads": -1,
            "filename": "average_color-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09bf4f98b8d72373ca69eb0af7f1b17d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3395,
            "upload_time": "2024-08-15T09:52:44",
            "upload_time_iso_8601": "2024-08-15T09:52:44.852658Z",
            "url": "https://files.pythonhosted.org/packages/b9/f9/4f83d57b4f85ed378cb262b3c3ad683fdb3fb2a259d59443b3c0a1765608/average_color-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff07a3b32a1811f140a30783b4691d95cf4f5111f043c0d40f7abf616f171dec",
                "md5": "eca958ac2cb7e29204fb243e83ebb48d",
                "sha256": "d3a83c0a38b86463034cc9bab1b014ff008b997bdfcbcfdc5400f7d76202f165"
            },
            "downloads": -1,
            "filename": "average_color-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eca958ac2cb7e29204fb243e83ebb48d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2052274,
            "upload_time": "2024-08-15T09:52:47",
            "upload_time_iso_8601": "2024-08-15T09:52:47.643157Z",
            "url": "https://files.pythonhosted.org/packages/ff/07/a3b32a1811f140a30783b4691d95cf4f5111f043c0d40f7abf616f171dec/average_color-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 09:52:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Samathingamajig",
    "github_project": "average-color",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "average-color"
}
        
Elapsed time: 0.29742s