ConvertColour


NameConvertColour JSON
Version 0.0.1a2 PyPI version JSON
download
home_page
SummaryA simple Python colour converter!
upload_time2023-02-03 02:09:22
maintainer
docs_urlNone
author
requires_python>=3.8
licenseThe MIT License (MIT) Copyright (c) 2023-present Pigeon43 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 rgb ryb color color converter colour colour converter convert converter hex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img width="36" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/ConvertColour/blob/main/assets/logo-purple.png" />ConvertColour</h1>
> *A simple, no fuss Python module for converting between different colour models!*

[<img align="left" style="margin-right: 7px;" src="https://github-readme-stats.vercel.app/api/pin/?username=Pigeon43&repo=ConvertColour&theme=transparent&title_color=ffb000&icon_color=785ef0text_color=bcb6ad&&locale=en" />](https://github.com/Pigeon43/ConvertColour)

<a href="https://pypi.org/project/convertcolour"><img src="https://img.shields.io/pypi/v/ConvertColour?label=Version" /></a> <a href="https://pypi.org/project/convertcolour"><img src="https://img.shields.io/pypi/status/ConvertColour?label=Status" /></a> <a href="http://convertcolour.rtfd.io/"><img src="https://img.shields.io/readthedocs/convertcolour?label=Docs" /></a>

<a href="https://pypi.org/project/convertcolour"><img src="https://img.shields.io/pypi/pyversions/ConvertColour?label=Python" /></a> <a href="https://github.com/Pigeon43/ConvertColour/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/ConvertColour?label=License" /></a> <a href="https://github.com/Pigeon43/ConvertColour"><img src="https://img.shields.io/github/languages/code-size/Pigeon43/ConvertColour?label=Size" /></a>

<a href="https://github.com/Pigeon43/ConvertColour"><img src="https://img.shields.io/github/downloads/Pigeon43/ConvertColour/total?label=GitHub%20Downloads" /></a> <a href="https://pypi.org/project/convertcolour"><img src="https://img.shields.io/pypi/dd/ConvertColour?label=PyPI%20Downloads" /></a> <a href="https://github.com/Pigeon43/ConvertColour"><img src="https://img.shields.io/github/issues-raw/Pigeon43/ConvertColour?label=Issues" /></a>
<!-- <a href="https://github.com/Pigeon43/ConvertColour"><img src="https://img.shields.io/github/checks-status/Pigeon43/ConvertColour/main?label=Checks" /></a> -->

## <img width="24" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/tools-24.svg#gh-light-mode-only" alt="" /><img width="24" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/tools-24.svg#gh-dark-mode-only" alt="" />Features
Supports the following colour models:
* Hex
* RGB
* RYB

### <img width="22" style="vertical-align: bottom; padding-bottom: 0.5px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/clock-24.svg#gh-light-mode-only" alt="" /><img width="22" style="vertical-align: bottom; padding-bottom: 0.5px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/clock-24.svg#gh-dark-mode-only" alt="" />Planned / In Progress
> *If there is a colour model you want added, open a request [here](https://github.com/Pigeon43/ConvertColour/issues/new?assignees=Pigeon43&labels=%F0%9F%8F%97+Enhancement&template=colour-model-request.md&title=Colour+model+request%3A+).*
* CMY, CMYK
* YUV
* CIE colour spaces
* HSL, HSV
* Human colour spaces (RAL, Munsell, PANTONE)
* And more!

## <img width="24" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/link-24.svg#gh-light-mode-only" alt="" /><img width="24" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/link-24.svg#gh-dark-mode-only" alt="" />Links
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/book-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/book-16.svg#gh-dark-mode-only" alt="" />[Documentation](http://convertcolour.rtfd.io/)
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/mark-github-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/mark-github-16.svg#gh-dark-mode-only" alt="" />[Homepage](https://github.com/Pigeon43/ConvertColour)
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/bug-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/bug-16.svg#gh-dark-mode-only" alt="" />[Issues / Bugs](https://github.com/Pigeon43/ConvertColour/issues)
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/package-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/package-16.svg#gh-dark-mode-only" alt="" />[PyPI](https://pypi.org/project/convertcolour/)
#### <img width="18" style="vertical-align: middle; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/Discord-icons/blob/main/light/header-primary/discordMark.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/Discord-icons/blob/main/dark/header-primary/discordMark.svg#gh-dark-mode-only" alt="" />[Support Server](https://discord.gg/MyPTZBH4Q8)

## <img width="24" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/info-24.svg#gh-light-mode-only" alt="" /><img width="24" style="vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/info-24.svg#gh-dark-mode-only" alt="" />Help
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/diff-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/diff-16.svg#gh-dark-mode-only" alt="" />[Changelog](https://github.com/Pigeon43/ConvertColour/blob/main/CHANGELOG.md)
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/people-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/people-16.svg#gh-dark-mode-only" alt="" />[Contributing guidelines](https://github.com/Pigeon43/ConvertColour/blob/main/CONTRIBUTING)
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/download-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/download-16.svg#gh-dark-mode-only" alt="" />[Installation](https://github.com/Pigeon43/ConvertColour/blob/main/INSTALL.md)
#### <img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/law-16.svg#gh-light-mode-only" alt="" /><img width="18" style="vertical-align: bottom; margin-right: 7px;" src="https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/law-16.svg#gh-dark-mode-only" alt="" />[License](https://github.com/Pigeon43/ConvertColour/blob/main/LICENSE)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ConvertColour",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "RGB,RYB,color,color converter,colour,colour converter,convert,converter,hex",
    "author": "",
    "author_email": "Pigeon43 <rapidpigeon43@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8c/96/c30f4ec8e13873e70b8daf62a5cc3d33d5af6be8f526f2715e1c3d032b07/convertcolour-0.0.1a2.tar.gz",
    "platform": null,
    "description": "# <img width=\"36\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/ConvertColour/blob/main/assets/logo-purple.png\" />ConvertColour</h1>\n> *A simple, no fuss Python module for converting between different colour models!*\n\n[<img align=\"left\" style=\"margin-right: 7px;\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=Pigeon43&repo=ConvertColour&theme=transparent&title_color=ffb000&icon_color=785ef0text_color=bcb6ad&&locale=en\" />](https://github.com/Pigeon43/ConvertColour)\n\n<a href=\"https://pypi.org/project/convertcolour\"><img src=\"https://img.shields.io/pypi/v/ConvertColour?label=Version\" /></a> <a href=\"https://pypi.org/project/convertcolour\"><img src=\"https://img.shields.io/pypi/status/ConvertColour?label=Status\" /></a> <a href=\"http://convertcolour.rtfd.io/\"><img src=\"https://img.shields.io/readthedocs/convertcolour?label=Docs\" /></a>\n\n<a href=\"https://pypi.org/project/convertcolour\"><img src=\"https://img.shields.io/pypi/pyversions/ConvertColour?label=Python\" /></a> <a href=\"https://github.com/Pigeon43/ConvertColour/blob/main/LICENSE\"><img src=\"https://img.shields.io/pypi/l/ConvertColour?label=License\" /></a> <a href=\"https://github.com/Pigeon43/ConvertColour\"><img src=\"https://img.shields.io/github/languages/code-size/Pigeon43/ConvertColour?label=Size\" /></a>\n\n<a href=\"https://github.com/Pigeon43/ConvertColour\"><img src=\"https://img.shields.io/github/downloads/Pigeon43/ConvertColour/total?label=GitHub%20Downloads\" /></a> <a href=\"https://pypi.org/project/convertcolour\"><img src=\"https://img.shields.io/pypi/dd/ConvertColour?label=PyPI%20Downloads\" /></a> <a href=\"https://github.com/Pigeon43/ConvertColour\"><img src=\"https://img.shields.io/github/issues-raw/Pigeon43/ConvertColour?label=Issues\" /></a>\n<!-- <a href=\"https://github.com/Pigeon43/ConvertColour\"><img src=\"https://img.shields.io/github/checks-status/Pigeon43/ConvertColour/main?label=Checks\" /></a> -->\n\n## <img width=\"24\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/tools-24.svg#gh-light-mode-only\" alt=\"\" /><img width=\"24\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/tools-24.svg#gh-dark-mode-only\" alt=\"\" />Features\nSupports the following colour models:\n* Hex\n* RGB\n* RYB\n\n### <img width=\"22\" style=\"vertical-align: bottom; padding-bottom: 0.5px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/clock-24.svg#gh-light-mode-only\" alt=\"\" /><img width=\"22\" style=\"vertical-align: bottom; padding-bottom: 0.5px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/clock-24.svg#gh-dark-mode-only\" alt=\"\" />Planned / In Progress\n> *If there is a colour model you want added, open a request [here](https://github.com/Pigeon43/ConvertColour/issues/new?assignees=Pigeon43&labels=%F0%9F%8F%97+Enhancement&template=colour-model-request.md&title=Colour+model+request%3A+).*\n* CMY, CMYK\n* YUV\n* CIE colour spaces\n* HSL, HSV\n* Human colour spaces (RAL, Munsell, PANTONE)\n* And more!\n\n## <img width=\"24\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/link-24.svg#gh-light-mode-only\" alt=\"\" /><img width=\"24\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/link-24.svg#gh-dark-mode-only\" alt=\"\" />Links\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/book-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/book-16.svg#gh-dark-mode-only\" alt=\"\" />[Documentation](http://convertcolour.rtfd.io/)\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/mark-github-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/mark-github-16.svg#gh-dark-mode-only\" alt=\"\" />[Homepage](https://github.com/Pigeon43/ConvertColour)\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/bug-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/bug-16.svg#gh-dark-mode-only\" alt=\"\" />[Issues / Bugs](https://github.com/Pigeon43/ConvertColour/issues)\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/package-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/package-16.svg#gh-dark-mode-only\" alt=\"\" />[PyPI](https://pypi.org/project/convertcolour/)\n#### <img width=\"18\" style=\"vertical-align: middle; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/Discord-icons/blob/main/light/header-primary/discordMark.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/Discord-icons/blob/main/dark/header-primary/discordMark.svg#gh-dark-mode-only\" alt=\"\" />[Support Server](https://discord.gg/MyPTZBH4Q8)\n\n## <img width=\"24\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/info-24.svg#gh-light-mode-only\" alt=\"\" /><img width=\"24\" style=\"vertical-align: bottom; padding-bottom: 2px; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/info-24.svg#gh-dark-mode-only\" alt=\"\" />Help\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/diff-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/diff-16.svg#gh-dark-mode-only\" alt=\"\" />[Changelog](https://github.com/Pigeon43/ConvertColour/blob/main/CHANGELOG.md)\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/people-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/people-16.svg#gh-dark-mode-only\" alt=\"\" />[Contributing guidelines](https://github.com/Pigeon43/ConvertColour/blob/main/CONTRIBUTING)\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/download-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/download-16.svg#gh-dark-mode-only\" alt=\"\" />[Installation](https://github.com/Pigeon43/ConvertColour/blob/main/INSTALL.md)\n#### <img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/light/color-fg-default/law-16.svg#gh-light-mode-only\" alt=\"\" /><img width=\"18\" style=\"vertical-align: bottom; margin-right: 7px;\" src=\"https://github.com/Pigeon43/GitHub-icons/blob/main/dark/color-fg-default/law-16.svg#gh-dark-mode-only\" alt=\"\" />[License](https://github.com/Pigeon43/ConvertColour/blob/main/LICENSE)",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2023-present Pigeon43  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": "A simple Python colour converter!",
    "version": "0.0.1a2",
    "split_keywords": [
        "rgb",
        "ryb",
        "color",
        "color converter",
        "colour",
        "colour converter",
        "convert",
        "converter",
        "hex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "889b2dc0a40679fdd0adf4a939a4763a52ce127331851d1d2ce4a50ff042e370",
                "md5": "bdc526ada80c5ee7093462b1a1708d52",
                "sha256": "be1f3134afa56e011d00d63e28214cbfdd2b0d713ab6debdf3ccc3887c7d2ad4"
            },
            "downloads": -1,
            "filename": "convertcolour-0.0.1a2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdc526ada80c5ee7093462b1a1708d52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8553,
            "upload_time": "2023-02-03T02:09:15",
            "upload_time_iso_8601": "2023-02-03T02:09:15.979450Z",
            "url": "https://files.pythonhosted.org/packages/88/9b/2dc0a40679fdd0adf4a939a4763a52ce127331851d1d2ce4a50ff042e370/convertcolour-0.0.1a2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c96c30f4ec8e13873e70b8daf62a5cc3d33d5af6be8f526f2715e1c3d032b07",
                "md5": "e89ea2d88e6a8f0230e7d777baec9fcc",
                "sha256": "6221c3362c000aa372e61e61ca9f374479cf4e2491c7e2daf7104a883c1f0f2e"
            },
            "downloads": -1,
            "filename": "convertcolour-0.0.1a2.tar.gz",
            "has_sig": false,
            "md5_digest": "e89ea2d88e6a8f0230e7d777baec9fcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3507249,
            "upload_time": "2023-02-03T02:09:22",
            "upload_time_iso_8601": "2023-02-03T02:09:22.372464Z",
            "url": "https://files.pythonhosted.org/packages/8c/96/c30f4ec8e13873e70b8daf62a5cc3d33d5af6be8f526f2715e1c3d032b07/convertcolour-0.0.1a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 02:09:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "convertcolour"
}
        
Elapsed time: 0.04001s