python-petname and python3-petname look good:

kirkland@x230:~⟫ dpkg -l python-petname python3-petname | grep ^ii
ii  python-petname                                              
2.0-0ubuntu1~16.04                 all                                python 
library for generating pronouncable, memorable, pet names
ii  python3-petname                                             
2.0-0ubuntu1~16.04                 all                                python3 
library for generating pronouncable, memorable, pet names
kirkland@x230:~⟫ python-petname 
hot-toad
kirkland@x230:~⟫ python3-petname 
true-parrot

kirkland@x230:~⟫ python
Python 2.7.12 (default, Jul  1 2016, 15:12:24) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import petname
>>> petname.Generate(2, "-")
'cute-ferret'

kirkland@x230:~⟫ python3
Python 3.5.2 (default, Jul  5 2016, 12:43:10) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import petname
>>> petname.Generate(2, "-")
'noted-martin'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615143

Title:
  [SRU] update python-petname and golang-petname libraries in xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-petname/+bug/1615143/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to