Go to file Use this template
2024-04-28 07:37:38 +02:00
.github/workflows Initial deployment to PyPi. 2024-04-17 21:26:18 +02:00
src/nqrduck_module Initial commit. 2023-11-24 08:56:42 +01:00
.gitignore Initial commit. 2023-11-24 08:56:42 +01:00
CHANGELOG.md Initial deployment to PyPi. 2024-04-17 21:26:18 +02:00
CODE_OF_CONDUCT.md Added Contributing and Code of Conduct files. 2024-03-23 13:33:27 +01:00
CONTRIBUTING.md Added Contributing and Code of Conduct files. 2024-03-23 13:33:27 +01:00
LICENSE Initial deployment to PyPi. 2024-04-17 21:26:18 +02:00
pyproject.toml Corrected python version. 2024-04-28 07:37:38 +02:00
README.md Added template README 2024-02-17 19:29:20 +01:00

NQRduck Module: $MODULE_NAME

This module is a template for the creation of new modules. It provides a basic structure for the creation of new modules. This Readme file should be used as a template for the README.md file of new modules. Add a short description of the module here but describe the usage in the Usage section.

Installation

Requirements

Describe the requirements for the module. Usually dependencies are handled via the pyproject.toml file but if the user needs to install additional software or libraries, it should be mentioned here. Also mention that the user needs to install the NQRduck core.

Setup

Describe how to install the module. Usually the user needs to install the NQRduck core first. Then the user can install the module by running the following command in the terminal:

pip install .

Usage

Describe how to use the module. This should include a short description of the module and how it is used together with the NQRduck core. If it's an UI module ideally include a screenshot of the UI.

Notes

Add additional notes here. This could be information about the usage of the module or additional information about the module.

License

Usually the modules are licensed under the MIT License. The license file should be included in the module. The license file should be named LICENSE and should be in the root directory of the module.

Contributing

If you're interested in contributing to the project, start by checking out our nqrduck-module template. To contribute to existing modules, please first open an issue in the respective module repository to discuss your ideas or report bugs.