pypackage_skeleton#

The init file of the package.

Attributes#

Classes#

Hello

Hello world class.

Package Contents#

class pypackage_skeleton.Hello[source]#

Hello world class.

hello_world()[source]#

Hello world demo method.

Returns:

the hello world string

Return type:

str

msg = 'hello world !'[source]#

the message to print

pypackage_skeleton.__author__ = 'Pierrick Rambaud'[source]#
pypackage_skeleton.__email__ = 'pierrick.rambaud49@gmail.com'[source]#
pypackage_skeleton.__version__ = '0.1.11'[source]#