Metadata-Version: 2.1
Name: rio-color
Version: 1.0.2
Summary: Color correction plugin for rasterio
Home-page: https://github.com/mapbox/rio-color
Author: Charlie Loyd
Author-email: charlie@mapbox.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Scientific/Engineering :: GIS
License-File: LICENSE
Requires-Dist: click (<8,>=4.0)
Requires-Dist: rasterio (~=1.0)
Requires-Dist: rio-mucho
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: colormath (==2.0.2) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'

Color adjustment plugin for rasterio.

See https://github.com/mapbox/rio-color for docs.

