Metadata-Version: 2.1
Name: img2cmap
Version: 0.2.3
Summary: Create colormaps from images
Author-email: Kevin Arvai <arvkevi@gmail.com>, Marshall Krassenstein <mpkrass@gmail.com>
License: MIT License        
        Copyright (c) 2022, Kevin Arvai        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:        
        The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://github.com/arvkevi/kneed
Project-URL: Bug Tracker, https://github.com/arvkevi/kneed/issues
Keywords: colormap,matplotlib,kmeans,data visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: matplotlib (>=3.4.2)
Requires-Dist: scikit-learn (>=0.24.2)
Requires-Dist: numpy (>=1.20.3)
Requires-Dist: pillow (>=8.0.1)
Requires-Dist: kneed (>=0.8.1)
Provides-Extra: all
Requires-Dist: black ; extra == 'all'
Requires-Dist: requests ; extra == 'all'
Requires-Dist: tox ; extra == 'all'
Requires-Dist: streamlit ; extra == 'all'
Requires-Dist: st-annotated-text ; extra == 'all'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: streamlit
Requires-Dist: streamlit ; extra == 'streamlit'
Requires-Dist: st-annotated-text ; extra == 'streamlit'

