Snap package template
Snap Package Template.
This is a template for the Snap Python package, designed for easy starting and structuring of Python projects. This package includes basic versioning and a simple function example.
ATTRIBUTE | DESCRIPTION |
---|---|
__version__ | The current version of the package. TYPE: |
__version_tuple__ | The current version of the package as a tuple. TYPE: |
some_function()
ยค
Demonstrate the structure of a Python function.
This function returns a test string.
RETURNS | DESCRIPTION |
---|---|
str | A string containing "some_variable_to_test". |