Metadata-Version: 2.1
Name: wekapyutils
Version: 1.0.0
Summary: Python utility library
Home-page: https://github.com/weka/pyutils
Author: Vince Fleming
Author-email: vince@weka.io
License: LGPLv2.1
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
License-File: LICENSE

Pyutils
=======================

Handy little Python utilities/classes

wekassh
-----------------
A simple way of connecting to other hosts via ssh, executing commands, and copying files (ala scp), including parallel executions and copies similar to pdsh and pscp.

sthreads
--------------------
A simple thread management class

wekalogging
------------------
A module for setting up logging in a standard way so all our programs look the same

wekatime
---------------------
Time conversion routines for dealing with Weka time values (which are a little different than Python time values)
