pypidev

A simple pypi sample


Keywords
hello, pypi
License
Apache-2.0
Install
pip install pypidev==1.0.1

Documentation

pypidev

https://travis-ci.com/bassaer/pypidev.svg?branch=master

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!