Extension for python-colormath
implementing calculation of custom color wheel with HSL rotation.
pip install git+https://github.com/Danand/colormath-colorwheel.git
wheel = Wheel(colors_original)
colors_rotated = wheel.rotate_from_to(color_from, color_to)