Thomas Lentali

Results 8 issues of Thomas Lentali

In order to comply with the [Github community standards](https://github.com/tlentali/pycht/community), we should add the following text to a `SECURITY.md` file in the root of the project : ```text # `Pycht` Open...

enhancement
community standards

In order to reach the highest `pylint` note, I added some doc-string in each beginning of each script. But I didn't fill it correctly. https://github.com/tlentali/pycht/blob/31e3e5323f52eb556648e83d04be304bbf1cec37/pycht/clustering.py#L1-L3 Should be : ```text To...

In order to reach the highest `pylint` note, I added some doc-string in each beginning of each script. But I didn't fill it correctly. https://github.com/tlentali/pycht/blob/31e3e5323f52eb556648e83d04be304bbf1cec37/pycht/image_processing.py#L1-L3 Sould be : ```text Provide...

Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free...

enhancement

It would be nice to have a Pull Request template to improve the documentation of the change in the project. By adding a template to `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md`, it should work. Fill...

In order to reach the highest `pylint` note, I added some doc-string in each beginning of each script. But I didn't fill it correctly. https://github.com/tlentali/pycht/blob/31e3e5323f52eb556648e83d04be304bbf1cec37/pycht/pycht.py#L1-L3 Should be : ```text `pycht.py`...

The python code example in the `README.md` file should have three `>` instead of two. https://github.com/tlentali/pycht/blob/31e3e5323f52eb556648e83d04be304bbf1cec37/README.md?plain=1#L34 Can someone take the case please ?

invalid

Adapt to the new standard using `pyproject.toml` instead of `requirements.txt`, `setup.py` This would simplify the project packaging and the python environment setup. The `requirements.txt` and `setup.py` can still be used...

enhancement