Skip to content

Python utility classes to help with personal projects.

License

Notifications You must be signed in to change notification settings

jjdmeier/python_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

python_utils

Python generic utility classes to help with personal projects and tinkering.

Example class comment block

""" CLASS_NAME: DESCRIPTION

Example usage:

"""

Example function comment block

""" CLASS_NAME: FUNCTION_NAME - FUNCTION_DESCRIPTION

params: PARAMETER_NAME: TYPE - PARAMETER_DESCRIPTION

returns: RETURN_TYPE: - RETURN_DESCRIPTION """

Example TODO comment block

""" TODO: FUNCTION_NAME - TODO_DESCRIPTION """

Styling

About

Python utility classes to help with personal projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages