Peter Bittner
Peter Bittner
Are there any plans to make Lucas Chess installable from PyPI? I believe, it would simplify installing Lucas Chess cleanly a lot. That would potentially make the job easier for...
Another small step towards to allowing this project to be installed and run as a Python package from PyPI. Puts the executable bit under version control for all engines, which...
This is an initial preparation for making Lucas Chess installable and runnable as a Python package from PyPI. - Lucas Chess can now be run like Python software via `uv...
I just tried `nix-init` on a Python project, and it works well except for the license detection. ## Problem When the project contains license(s) in a `LICENSES` folder `nix-init` is...
Call me stupid, but why do NLTK users [have to download NLTK corpora](https://www.nltk.org/data.html) using Python code? This is not only non-standard, but causes a lot of technical and usability problems...