RandomWords icon indicating copy to clipboard operation
RandomWords copied to clipboard

RandomWords

Results 3 RandomWords issues
Sort by recently updated
recently updated
newest added

The following exception is thrown in Python: ``` TypeError: Population must be a sequence. For dicts or sets, use sorted(d). ``` because `random.sample(population,...)` now requires that `population` is a sequence;...

This changeset migrates the project to the new standard for building projects, described in [PEP 517 – A build-system independent format for source trees](https://peps.python.org/pep-0517/), and makes the implementation of the...

pip 24.2 (or setuptools 72 that it brings in?) has removed a long deprecated feature that RandomWords is relying on at https://github.com/tomislater/RandomWords/blob/master/setup.py#L6. When installing under docker (x86-64) I see `ModuleNotFoundError:...