This contains some of my old python 2.x files that have been converted to python3
This contains template.py file(s) for main python programs. Copy one of these and then modify it to your needs.
The pylib is most likely goin to be in someplace like mypython3. Be sure to add $HOME/mypython3 to your PYTHONPATH environment variable.
Contains some basic utilities.
Python class for utilties for time, platform, and uniquer.
Python class for logging.
Python class for getting and setting the OS environment.
Python class for working with sockets.
Python classes for threads
Python class for dealing with files in a thread.
Python class to stop a runnable thread.
Python class to stop all runnable threads.
Python classes to deal with tasks.
Python class to work with a file task.