Name | coloraide-extras JSON |
Version |
1.8
JSON |
| download |
home_page | None |
Summary | Experimental plugins for ColorAide. |
upload_time | 2024-10-03 19:22:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
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]
[![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%3Amain
[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": null,
"name": "coloraide-extras",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "color, css",
"author": null,
"author_email": "Isaac Muse <Isaac.Muse@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/3c/87/2243f497fac49c60a93742534f7360267ce9b16eac4ccdebee86040c6ce6/coloraide_extras-1.8.tar.gz",
"platform": null,
"description": "[![Donate via PayPal][donate-image]][donate-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%3Amain\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": null,
"summary": "Experimental plugins for ColorAide.",
"version": "1.8",
"project_urls": {
"Homepage": "https://github.com/facelessuser/coloraide-extras"
},
"split_keywords": [
"color",
" css"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c79f21d635598cb8c4bf3f6e131460fac35a73d38a74af2231bb7a18ddf6b02e",
"md5": "4e86c05d6e1131a1fef965009c68b47b",
"sha256": "af4f06e40f6a5e06e7f32fda0b44ba8a1fe118fdd465f53694d32475e69aa9ce"
},
"downloads": -1,
"filename": "coloraide_extras-1.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4e86c05d6e1131a1fef965009c68b47b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 8788,
"upload_time": "2024-10-03T19:22:12",
"upload_time_iso_8601": "2024-10-03T19:22:12.905337Z",
"url": "https://files.pythonhosted.org/packages/c7/9f/21d635598cb8c4bf3f6e131460fac35a73d38a74af2231bb7a18ddf6b02e/coloraide_extras-1.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c872243f497fac49c60a93742534f7360267ce9b16eac4ccdebee86040c6ce6",
"md5": "db652643a4e5bca47962640ce5f13632",
"sha256": "af89f096cfa1c9ca82223ce95e2188ceb6532c6a63aea97f6918fc1cfe3cfaeb"
},
"downloads": -1,
"filename": "coloraide_extras-1.8.tar.gz",
"has_sig": false,
"md5_digest": "db652643a4e5bca47962640ce5f13632",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 112621,
"upload_time": "2024-10-03T19:22:14",
"upload_time_iso_8601": "2024-10-03T19:22:14.202753Z",
"url": "https://files.pythonhosted.org/packages/3c/87/2243f497fac49c60a93742534f7360267ce9b16eac4ccdebee86040c6ce6/coloraide_extras-1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-03 19:22:14",
"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"
}