Metadata-Version: 2.4
Name: embcol
Version: 0.1.0
Summary: Embedding data points into the color space
Author: naubuan
License-Expression: Apache-2.0
Project-URL: repository, https://gitlab.com/naubuan/embcol
Project-URL: documentation, https://naubuan.gitlab.io/embcol
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: anywidget>=0.2.0
Requires-Dist: cma>=4.4.0
Requires-Dist: ipython>=8.8.0
Requires-Dist: numpy>=2.2.2
Requires-Dist: plotly>=6.0.0
Requires-Dist: scipy>=1.15.2; python_full_version < "3.14"
Requires-Dist: scipy>=1.16.1; python_full_version >= "3.14"
Requires-Dist: typing-extensions>=4.14.0; python_full_version < "3.14"
Dynamic: license-file

EmbCol
======

Python package for embedding data points into the color space.

Installation
------------

```shell
python -m pip install embcol
```

Usage
-----

See the [Usage page](https://naubuan.gitlab.io/embcol/usage.html) of
the [documentation](https://naubuan.gitlab.io/embcol).

License
-------

[Apache License, Version 2.0](LICENSE.txt)
