0 purchases
pypidev 1.0.1
pypidev is a pypi sample
install
❯ pip install pypidev
example
>>> from pypidev import Hello
>>> hello = Hello("hoge")
>>> hello.get()
'Hello, hoge!'
cli
❯ pypidev -n hoge
Hello, hoge!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.