python-petname icon indicating copy to clipboard operation
python-petname copied to clipboard

Results 5 python-petname issues
Sort by recently updated
recently updated
newest added

This will allow reproducible generation.

Fixes #11. Bug was reproduced and tested in [`ubuntu:18.04`](https://github.com/tianon/docker-brew-ubuntu-core/blob/7145f9723125e6e4367dc0fb428ffd9f2bc00334/bionic/Dockerfile) Docker image with Python 3.6.9. Root cause is that locale in Ubuntu image is not set to UTF-8 by default, but...

``` $ python3 --version Python 3.6.9 $ pip3 install petname Collecting petname Downloading https://files.pythonhosted.org/packages/8e/a5/348c90b3fb09d7bd76f7dacf1b92e251d75bfbe715006cb9b84eb23be1b1/petname-2.6.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1,...

error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File...

@dustinkirkland , some changes that previously prevented installation on windows were fixed in 2.7, but this release has not made its way to pypi. Would you be open to pushing...