coloraide-extras


Namecoloraide-extras JSON
Version 1.7 PyPI version JSON
download
home_page
SummaryA color library for Python.
upload_time2023-09-12 13:59:32
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords color css
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Donate via PayPal][donate-image]][donate-link]
[![Discord][discord-image]][discord-link]
[![Build][github-ci-image]][github-ci-link]
[![Coverage Status][codecov-image]][codecov-link]
[![PyPI Version][pypi-image]][pypi-link]
[![PyPI Downloads][pypi-down]][pypi-link]
[![PyPI - Python Version][python-image]][pypi-link]
![License][license-image-mit]

# ColorAide Extras

## Overview

ColorAide Extras is an add-on pack containing various plugins for [ColorAide](https://github.com/facelessuser/coloraide).
The idea behind ColorAide Extras is to provide an environment for experimental color spaces, ∆E methods, and other
plugins.

Normally, it is advisable to only cherry pick color spaces you need. Rarely do people need every color space. This can
be done simply by registering the color spaces you'd like.

```python
>>> from coloraide import Color as Base
>>> from coloraide_extras.spaces.uvw import UVW
>>> class Color(Base): ...
...
>>> Color.register(UVW())
>>> Color('red').convert('uvw')
color(--uvw 171.8 24.715 52.261 / 1)
```

But, if you want access to all the color spaces for both ColorAide and ColorAide Extras, simply import `Color` from
`coloraide_extras` instead of `coloraide`:

```python
>>> from coloraide_extras.everything import ColorAll as Color
>>> Color('color(--uvw 171.8 24.715 52.261 / 1)')
color(--uvw 171.8 24.715 52.261 / 1)
```

# Documentation

https://facelessuser.github.io/coloraide-extras

## License

MIT

[github-ci-image]: https://github.com/facelessuser/coloraide-extras/workflows/build/badge.svg?branch=main&event=push
[github-ci-link]: https://github.com/facelessuser/coloraide-extras/actions?query=workflow%3Abuild+branch%3Amaster
[discord-image]: https://img.shields.io/discord/678289859768745989?logo=discord&logoColor=aaaaaa&color=mediumpurple&labelColor=333333
[discord-link]:https://discord.gg/TWs8Tgr
[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/coloraide-extras/main.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
[codecov-link]: https://codecov.io/github/facelessuser/coloraide-extras
[pypi-image]: https://img.shields.io/pypi/v/coloraide-extras.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333
[pypi-down]: https://img.shields.io/pypi/dm/coloraide-extras.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333
[pypi-link]: https://pypi.python.org/pypi/coloraide-extras
[python-image]: https://img.shields.io/pypi/pyversions/coloraide_extras?logo=python&logoColor=aaaaaa&labelColor=333333
[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333
[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal
[donate-link]: https://www.paypal.me/facelessuser

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "coloraide-extras",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "color,css",
    "author": "",
    "author_email": "Isaac Muse <Isaac.Muse@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f6/eb/57222a42c57e5c0ac47e4ad6c063801c17076f95db34f2900219b28c0b9c/coloraide_extras-1.7.tar.gz",
    "platform": null,
    "description": "[![Donate via PayPal][donate-image]][donate-link]\n[![Discord][discord-image]][discord-link]\n[![Build][github-ci-image]][github-ci-link]\n[![Coverage Status][codecov-image]][codecov-link]\n[![PyPI Version][pypi-image]][pypi-link]\n[![PyPI Downloads][pypi-down]][pypi-link]\n[![PyPI - Python Version][python-image]][pypi-link]\n![License][license-image-mit]\n\n# ColorAide Extras\n\n## Overview\n\nColorAide Extras is an add-on pack containing various plugins for [ColorAide](https://github.com/facelessuser/coloraide).\nThe idea behind ColorAide Extras is to provide an environment for experimental color spaces, \u2206E methods, and other\nplugins.\n\nNormally, it is advisable to only cherry pick color spaces you need. Rarely do people need every color space. This can\nbe done simply by registering the color spaces you'd like.\n\n```python\n>>> from coloraide import Color as Base\n>>> from coloraide_extras.spaces.uvw import UVW\n>>> class Color(Base): ...\n...\n>>> Color.register(UVW())\n>>> Color('red').convert('uvw')\ncolor(--uvw 171.8 24.715 52.261 / 1)\n```\n\nBut, if you want access to all the color spaces for both ColorAide and ColorAide Extras, simply import `Color` from\n`coloraide_extras` instead of `coloraide`:\n\n```python\n>>> from coloraide_extras.everything import ColorAll as Color\n>>> Color('color(--uvw 171.8 24.715 52.261 / 1)')\ncolor(--uvw 171.8 24.715 52.261 / 1)\n```\n\n# Documentation\n\nhttps://facelessuser.github.io/coloraide-extras\n\n## License\n\nMIT\n\n[github-ci-image]: https://github.com/facelessuser/coloraide-extras/workflows/build/badge.svg?branch=main&event=push\n[github-ci-link]: https://github.com/facelessuser/coloraide-extras/actions?query=workflow%3Abuild+branch%3Amaster\n[discord-image]: https://img.shields.io/discord/678289859768745989?logo=discord&logoColor=aaaaaa&color=mediumpurple&labelColor=333333\n[discord-link]:https://discord.gg/TWs8Tgr\n[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/coloraide-extras/main.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333\n[codecov-link]: https://codecov.io/github/facelessuser/coloraide-extras\n[pypi-image]: https://img.shields.io/pypi/v/coloraide-extras.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333\n[pypi-down]: https://img.shields.io/pypi/dm/coloraide-extras.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333\n[pypi-link]: https://pypi.python.org/pypi/coloraide-extras\n[python-image]: https://img.shields.io/pypi/pyversions/coloraide_extras?logo=python&logoColor=aaaaaa&labelColor=333333\n[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333\n[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal\n[donate-link]: https://www.paypal.me/facelessuser\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A color library for Python.",
    "version": "1.7",
    "project_urls": {
        "Homepage": "https://github.com/facelessuser/coloraide-extras"
    },
    "split_keywords": [
        "color",
        "css"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83470c8589608f00ee695ae30112aa41939ec628cd7efac30dbce1b0eba176fb",
                "md5": "874656f5ebf1e338f7b3995fd6734ae0",
                "sha256": "af25bb93369d84d843b971c1c519d9e733999fb7ffac45880bad132e6201b5d1"
            },
            "downloads": -1,
            "filename": "coloraide_extras-1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "874656f5ebf1e338f7b3995fd6734ae0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8868,
            "upload_time": "2023-09-12T13:59:31",
            "upload_time_iso_8601": "2023-09-12T13:59:31.271948Z",
            "url": "https://files.pythonhosted.org/packages/83/47/0c8589608f00ee695ae30112aa41939ec628cd7efac30dbce1b0eba176fb/coloraide_extras-1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6eb57222a42c57e5c0ac47e4ad6c063801c17076f95db34f2900219b28c0b9c",
                "md5": "2e3969e855a1199e1e6cdac3dc917f98",
                "sha256": "0e3956a68f2bd9fe0c42b24b832980e0dc7d4c53f6402ad0516da10a11107d7d"
            },
            "downloads": -1,
            "filename": "coloraide_extras-1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "2e3969e855a1199e1e6cdac3dc917f98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 112579,
            "upload_time": "2023-09-12T13:59:32",
            "upload_time_iso_8601": "2023-09-12T13:59:32.689927Z",
            "url": "https://files.pythonhosted.org/packages/f6/eb/57222a42c57e5c0ac47e4ad6c063801c17076f95db34f2900219b28c0b9c/coloraide_extras-1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 13:59:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "facelessuser",
    "github_project": "coloraide-extras",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "coloraide-extras"
}
        
Elapsed time: 0.12538s