PyProTem Code Functions

The _version.py file can be executed with execfile to create a local variable __version__:

execfile('_version.py')             # python 2.x
exec(open('_version.py').read())    # python 3.x

creates local __version__ variable.

Used to set version info throughout the project.


class pyprotem.main.ProTem

PyProTem acts as a temporary project for the time being to test tox, travis, futurize, etc.

Longer class information.... Longer class information....

Attributes:

likes_spam: A boolean indicating if we like SPAM or not.

eggs: An integer count of the eggs we have laid.
public_method(arg1, arg2, mykey=True)

Performs operation blah.

Parameters:
  • arg1 (int) – description of arg1
  • arg2 (float) – description of arg2
  • mykey (boolean) – a needed input
Returns:

None

Return type:

None

See also

blabla see stuff

Note

blabla noteworthy stuff

Warning

blabla arg2 must be non-zero.

Todo

blabla many miles to go