Skip to content

dmibaranov/boo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bo(o)

sudo boo

PEP 562 inspired (python>=3.7)

Prepare

$ docker build -t boo .
$ docker run -it boo python

Do booo

>>> from b import ooo as _
>>> _
booo
>>> import b
>>> b.oo.oOO.o
boooooo
>>> with b.oooo:
...  print('general boo')
...
boooo
general boo
boooo

About

A PEP 562-inspired Python experiment using module-level __getattr__ to dynamically generate infinite "booo" strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors