################################################################################################################
ti2toolbox 

This python package contains a number of commonly used modules amongst python projects excuted by Ti2 Pty Ltd
Auhor: Ben Johnston
Email: ben@ti2.com.au
github: benjohnston24

Version History:

0.7dev - Attempt to remove build folder and upload sdist
0.6dev - Upload of bdist_dumb
0.5dev - Removal of changing current directory in setup.py script.  This section of code was added in an attempt
         to install from any directory
0.4dev - First release to pypi


Package Contents:
The following modules and classes are contained within this package:
*logging
    class logger
        A class used to log all information to all file types

    class csvLogger
        A class used to log data to a csv file

*stateMachine
    class state
        A class used to define the standard structure of a state within a state machine
    
    class StateMachine
        A class used to define a standard structure for a state machine

*stdGUI
    class StdGui
        A class used to define the structure and configuration of a standard user interface

    class StdFrame
        A class that is used to standarise frame formatting

    class StdLabelFrame
        A class that is used to standardise label frame formatting

    class StdLabel
        A class that is used to standardise label formatting

    class StdEntry
        A class that is used to standardise entry widget formatting

    class StdButton
        A class that is used to standardise button widget formatting

    class StdCombobox
        A class that is used to standardise combobox widget formatting
    
    class StdScollbar 
        A class that is used to standardise scrollbar widget formatting
    
    class StdProgressbar 
        A class that is used to standardise progressbar widget formatting
    
    class StdTableCell
        A class that is used to standardise table cell widget formatting
    
    class StdTableHeader 
        A class that is used to standardise table header widget formatting
################################################################################################################
