Developers
This project is open source under the GPLv3 license. You can find the source code on GitHub. If you wish to contribute to development, you will find further help in the CONTRIBUTING.md file.
All contributors are expected to act in accordance with the project’s code of conduct, and follow the project’s standards and guidelines.
To install DZGUI and related dependencies for linting, testing, and version control,
invoke the command uv pip install .[dev].
After this process, install the applicable pre-commit hooks by invoking the command pre-commit install.
These pre-commit hooks enforce code checks that prevent making commits unless the relevant tests pass.