1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
LICENSE.txt
MANIFEST.in
README.rst
setup.py
colormath/__init__.py
colormath/chromatic_adaptation.py
colormath/color_appearance_models.py
colormath/color_constants.py
colormath/color_conversions.py
colormath/color_diff.py
colormath/color_diff_matrix.py
colormath/color_exceptions.py
colormath/color_objects.py
colormath/density.py
colormath/density_standards.py
colormath/spectral_constants.py
colormath.egg-info/PKG-INFO
colormath.egg-info/SOURCES.txt
colormath.egg-info/dependency_links.txt
colormath.egg-info/requires.txt
colormath.egg-info/top_level.txt
examples/color_appearance_model.py
examples/conversions.py
examples/delta_e.py
examples/delta_e_matrix.py
examples/density.py
examples/example_config.py
|