Metadata-Version: 1.1
Name: loopfunction
Version: 1.1.4
Summary: A small python module for running functions in an infinite loop
Home-page: https://github.com/Zaeb0s/loop-function
Author: Christoffer Zakrisson
Author-email: christoffer_zakrisson@hotmail.com
License: MIT
Description: Descriptions can be found in the markdown `README
        <https://github.com/Zaeb0s/loop-function/blob/master/README.md>`_.
        
        Also in the docstrings of `loopfunction.py
        <https://github.com/Zaeb0s/loop-function/blob/master/loopfunction/loopfunction.py>`_.
        
        
        New features:
        
        V.1.1.0
           - The user can now add an on start function
        
           - The user can now add arguments and keyword arguments to the on stop and on start functions
        
             using the keywords on_start_args, on_start_kwargs, on_stop_args and on_stop_kwargs
        
Keywords: loop,function,thread,serve,forever
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
