Metadata-Version: 2.4
Name: pyiccprofile
Version: 0.1
Summary: Pure Python ICC profile encoder/decoder
Project-URL: Homepage, https://github.com/robert-ancell/pyiccprofile
Project-URL: Documentation, https://robert-ancell.github.io/pyiccprofile/
Project-URL: Issues, https://github.com/robert-ancell/pyiccprofile/issues
Author-email: Robert Ancell <robert.ancell@gmail.com>
License-Expression: LGPL-3.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# PyICCProfile

[![PyPI](https://img.shields.io/pypi/v/pyiccprofile)](https://pypi.org/project/pyiccprofile/)

A pure Python encoder and decoder for the [ICC](https://en.wikipedia.org/wiki/ICC_profile) profile format.

## Installation

Install from [PyPI](https://pypi.org/project/pyiccprofile/):

```
pip install pyiccprofile
```

## Usage

See [API documentation](https://robert-ancell.github.io/pyiccprofile) for details.

## Contributing

PyICCProfile is an open source project with an [LGPL-3.0](LICENSE) license. It is
still under active development, and APIs may change between releases.
Contributions, bug reports, and testing against real-world ICC profiles are
welcome — see the [project homepage](https://github.com/robert-ancell/pyiccprofile)
to get started.
