/ipolDevel

IPOL demo system development

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

ipolDevel

This repository contains the source code of the demo system of the Image Processing On Line (IPOL) platform along with its LaTeX documentation.

The official repository is here: https://github.com/ipol-journal/ipolDevel

Always a work in progress...

https://www.ipol.im

How to contribute

The IPOL demo system is using Python 3.9. Your contributions should pass basic codestyle checks: ruff, isort, black. These tools can be installed using pip, and run with:

ruff . --fix
black cp2 ipol_demo
isort cp2 ipol_demo

See the Github Actions workflow for more details and specific tool versions. See pyproject.toml for the tools settings.