Metadata-Version: 2.4
Name: displaycal
Version: 3.9.16
Summary: Display calibration and profiling with a focus on accuracy and versatility
Home-page: https://displaycal.net/
Download-URL: https://github.com/eoyilmaz/displaycal-py3/releases/download/3.9.16/DisplayCAL-3.9.16.tar.gz
Author: Florian Hoech, Erkan Ozgur Yilmaz, Patrick Zwerschke
Author-email: Florian Höch <florian@displaycal.net>, Erkan Özgür Yılmaz <eoyilmaz@gmail.com>, Patrick Zwerschke <patrick@p5k.org>
Maintainer-email: Erkan Özgür Yılmaz <eoyilmaz@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Home Page, https://displaycal.net/
Project-URL: GitHub, https://github.com/eoyilmaz/displaycal-py3
Project-URL: Repository, https://github.com/eoyilmaz/displaycal-py3.git
Project-URL: Download, https://github.com/eoyilmaz/displaycal-py3/releases/
Platform: Python >= 3.8 <= 3.13
Platform: Linux/Unix with X11
Platform: Mac OS X >= 10.4
Platform: Windows 2000 and newer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Multimedia :: Graphics
Requires: wxPython (>= 2.8.11)
Provides: DisplayCAL
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: build
Requires-Dist: certifi
Requires-Dist: comtypes; sys_platform == "win32"
Requires-Dist: dbus-python; sys_platform == "linux"
Requires-Dist: distro
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: protobuf
Requires-Dist: PyChromecast
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: Send2Trash
Requires-Dist: WMI; sys_platform == "win32"
Requires-Dist: wxPython>=4.2.2
Requires-Dist: zeroconf
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file
Dynamic: platform
Dynamic: provides
Dynamic: requires

![license](https://img.shields.io/badge/License-GPL%20v3-blue.svg)
![pyversion](https://img.shields.io/pypi/pyversions/DisplayCAL.svg)
![pypiversion](https://img.shields.io/pypi/v/DisplayCAL.svg)
![wheel](https://img.shields.io/pypi/wheel/DisplayCAL.svg)

DisplayCAL Python 3 Project
===========================

This project intended to modernize the DisplayCAL code including Python 3 support.

Florian Höch, the original developer, did an incredible job of creating and maintaining
DisplayCAL for all these years. But, it seems that, during the pandemic, very
understandably, he lost his passion to the project. Now, it is time for us, the
DisplayCAL community, to contribute back to this great tool.

This project is based on the ``HEAD`` of the Sourceforge version, which had 5 extra
commits that Florian has created over the ``3.8.9.3`` release on 14 Jan 2020.

Thanks to all the efforts put by the community DisplayCAL is now working with Python
3.9+:

![image](screenshots/DisplayCAL-screenshot-GNOME-3.9.5-running_on_python3.10.png)

Installation Instructions
=========================

Follow the instructions depending on your OS:

- [Windows](docs/install_instructions_windows.md)
- [MacOS](docs/install_instructions_macos.md)
- [Linux](docs/install_instructions_linux.md)

Have fun!
