LICENSE
README.md
README_PYPI.md
pyproject.toml
src/cmap2d/__init__.py
src/cmap2d/_builtin.py
src/cmap2d/_color_utils.py
src/cmap2d/_demo.py
src/cmap2d/_normalize.py
src/cmap2d/_plot_utils.py
src/cmap2d/_typing.py
src/cmap2d/cmap2d.py
src/cmap2d/colorbar.py
src/cmap2d/constructors.py
src/cmap2d/registry.py
src/cmap2d/sampled.py
src/cmap2d/visualization.py
src/cmap2d/example_data/__init__.py
src/cmap2d/example_data/country_polygons_lowres.npz
src/cmap2d/example_data/voronoi_polygons.npz
src/cmap2d/external_data/__init__.py
src/cmap2d/external_data/colormap_explorer/README.md
src/cmap2d/external_data/colormap_explorer/__init__.py
src/cmap2d/external_data/colormap_explorer/bremm_regular.png
src/cmap2d/external_data/colormap_explorer/constant_blue.png
src/cmap2d/external_data/colormap_explorer/constant_green.png
src/cmap2d/external_data/colormap_explorer/constant_red.png
src/cmap2d/external_data/colormap_explorer/cube_diagonal_b_c_y_r.png
src/cmap2d/external_data/colormap_explorer/guo_cone.png
src/cmap2d/external_data/colormap_explorer/metadata.json
src/cmap2d/external_data/colormap_explorer/robertson_ocallaghan.png
src/cmap2d/external_data/colormap_explorer/teuling_fig2.png
src/cmap2d/external_data/colormap_explorer/teuling_fig3.png
src/cmap2d/external_data/colormap_explorer/yeo.png
src/cmap2d/external_data/colormap_explorer/ziegler.png
src/twoD_cmaps.egg-info/PKG-INFO
src/twoD_cmaps.egg-info/SOURCES.txt
src/twoD_cmaps.egg-info/dependency_links.txt
src/twoD_cmaps.egg-info/requires.txt
src/twoD_cmaps.egg-info/top_level.txt
tests/test_cmap2d_transformations.py
tests/test_cmaps.py
tests/test_curated_external.py
tests/test_four_corners.py
tests/test_imports.py
tests/test_sampled.py
tests/test_two_colors.py
tests/test_visualization.py