🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

comp-colors

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Malware was recently detected in this package.

Affected versions:

0.1.5

comp-colors

A sleek Python toolkit for crafting vivid palettes and seamless color transitions.

pipPyPI
Version
0.1.5
Weekly downloads
63
Maintainers
1
Weekly downloads
 

CompColors

comp-colors is the PyPI distribution behind BestColors. It is accessed through pycolored, offering lightweight, high-performance tools for local color processing.

Setup

python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"

Working with local colors

from pycolored import colorsv1

color = colorsv1("Sky Blue")
print(color.result)

Quality checks

python -m pytest
python -m ruff check .
python -m build

Keywords

colors

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts