--- id: colorlover version: "0.3.0" license: unclear license_treatment: unclear maintenance: dormant --- # colorlover — Color scales for IPython notebook License: unclear · Maintenance: dormant · Downloads: 225.2K/mo ## What it is and what it does colorlover is a library of pre-built color scales designed for human readability and aesthetic appeal in data visualization. It bundles a collection of diverging, sequential, and qualitative color palettes and provides utility functions to work with them—converting between RGB string, numeric RGB tuple, and HSL formats, rendering scales as HTML for notebook display, and interpolating scales to arbitrary lengths. The package is primarily oriented toward IPython notebook users and visualization workflows. It has no runtime dependencies and installs cleanly. However, it has been dormant since 2019 with no active maintenance; while the repository is still public, you should verify compatibility with your Python version and confirm the actual license before adopting it in production. Use it for: - Build color palettes for matplotlib or plotly charts without manually defining RGB values. - Convert color scales between formats (RGB strings, numeric tuples, HSL) for different visualization libraries. - Interpolate a color scale to a specific number of colors for custom data binning or heatmap generation. - Display available color scales as interactive HTML in Jupyter notebooks for palette exploration. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a library of human-friendly color scales for visualization, with functions to convert between RGB, HSL, and HTML formats, and to interpolate scales to arbitrary lengths. Yes, if you need a quick, dependency-free source of vetted color scales for visualization and don't mind the dormant maintenance status. The package is simple, has no security vulnerabilities, and installs cleanly. However, verify license terms first and test compatibility with your Python version, since it has not been actively maintained since 2019. ## Install pip install colorlover uv add colorlover poetry add colorlover ## Installing colorlover Before you install: Installation is straightforward with no runtime dependencies. The package is dormant—last release was in 2019 and last commit in 2025, with no active maintenance signal, though the repository remains public and unarchived. License in practice: License status is unclear; no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before using in commercial or restricted contexts. Quickstart: pip install colorlover import colorlover as cl scale = cl.scales['3']['div']['RdYlBu'] print(cl.to_numeric(scale)) Verify before relying: - Whether the package works reliably with modern Python versions despite dormant maintenance status. - What the actual license is, given the metadata shows no license information. ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: low - Maintenance: dormant - Downloads: 225.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags color scales for visualization, RGB HSL color conversion, color palette library, interpolate color scales, human-friendly color schemes, color scale formatting, color-palette, visualization, jupyter-notebook [View on SkillFed](https://skillfed.io/packages/colorlover) · [View on PyPI](https://pypi.org/project/colorlover/)