Metadata-Version: 2.1
Name: logPoints
Version: 0.1.3
Summary: Adds log points and markers with debug information
Home-page: https://github.com/RosiePuddles/log_points
Author: RosiePuddles
Author-email: rosiegbartlett@gmail.com
License: MIT Licence
Description: # log_points
         
        ## Documentation
        ### log_point
        ```
        log_point(message=None)
        ```
        Returns the file and line called from and the message if one is given.
        
        <code>log_point()</code> also keeps track of how many times it has been called from each line and if this exceeds a maximum will kill the program.
        
        ### pointer
        ```
        pointer(message=None, back_colour=0, font_colour=0)
        ```
        Returns the file and line called from and the message if one is given but coloured with a given background and font colour.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
