wekapyutils


Namewekapyutils JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/weka/pyutils
SummaryPython utility library
upload_time2023-04-07 14:09:35
maintainer
docs_urlNone
authorVince Fleming
requires_python
licenseLGPLv2.1
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/weka/pyutils",
    "name": "wekapyutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vince Fleming",
    "author_email": "vince@weka.io",
    "download_url": "",
    "platform": null,
    "description": "Pyutils\n=======================\n\nHandy little Python utilities/classes\n\nwekassh\n-----------------\nA 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.\n\nsthreads\n--------------------\nA simple thread management class\n\nwekalogging\n------------------\nA module for setting up logging in a standard way so all our programs look the same\n\nwekatime\n---------------------\nTime conversion routines for dealing with Weka time values (which are a little different than Python time values)\n\n\n",
    "bugtrack_url": null,
    "license": "LGPLv2.1",
    "summary": "Python utility library",
    "version": "1.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9026dd35aae7d928def3e67f620ea6060a6a0f06b3d23c08cd27c284f237e176",
                "md5": "d39f891726cf81e1f25301c2b188c5f0",
                "sha256": "22dcf4ce7642dcab26dc90ce0e35abf8b8aebbf0f49534625500c52030263b3a"
            },
            "downloads": -1,
            "filename": "wekapyutils-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d39f891726cf81e1f25301c2b188c5f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 36460,
            "upload_time": "2023-04-07T14:09:35",
            "upload_time_iso_8601": "2023-04-07T14:09:35.241729Z",
            "url": "https://files.pythonhosted.org/packages/90/26/dd35aae7d928def3e67f620ea6060a6a0f06b3d23c08cd27c284f237e176/wekapyutils-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-07 14:09:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "weka",
    "github_project": "pyutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wekapyutils"
}
        
Elapsed time: 0.05985s