dnutils


Namednutils JSON
Version 0.3.14 PyPI version JSON
download
home_page
SummaryA collection of convenience tools for everyday Python programming
upload_time2023-12-22 11:40:48
maintainer
docs_urlNone
authorDaniel Nyga
requires_python
license
keywords testing logging threading multithreading debugging tools utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to dnutils
==================

Install dnutils with:

    pip install dnutils

Changes 0.3.6
=============

* new functions in tools, console, debug, stats
* new modules math, dates

Changes 0.3.5
=============

* fixed signals on Windows machines.

Changelog 0.2.9
===============

Changelog 0.2.8
===============

* import error "monotonic" in threadsafe on python 2
* import threads.Timer in __init__.py
* fixed internal representation in Gaussian



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dnutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "testing,logging,threading,multithreading,debugging,tools,utilities",
    "author": "Daniel Nyga",
    "author_email": "nyga@cs.uni-bremen.de",
    "download_url": "https://files.pythonhosted.org/packages/de/d4/47587c90a622f170941e4856047015ebeaacf22c55f81d3872b848e44a23/dnutils-0.3.14.tar.gz",
    "platform": null,
    "description": "Welcome to dnutils\n==================\n\nInstall dnutils with:\n\n    pip install dnutils\n\nChanges 0.3.6\n=============\n\n* new functions in tools, console, debug, stats\n* new modules math, dates\n\nChanges 0.3.5\n=============\n\n* fixed signals on Windows machines.\n\nChangelog 0.2.9\n===============\n\nChangelog 0.2.8\n===============\n\n* import error \"monotonic\" in threadsafe on python 2\n* import threads.Timer in __init__.py\n* fixed internal representation in Gaussian\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A collection of convenience tools for everyday Python programming",
    "version": "0.3.14",
    "project_urls": {
        "Download": "https://github.com/danielnyga/dnutils/archive/0.3.14.tar.gz"
    },
    "split_keywords": [
        "testing",
        "logging",
        "threading",
        "multithreading",
        "debugging",
        "tools",
        "utilities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ded447587c90a622f170941e4856047015ebeaacf22c55f81d3872b848e44a23",
                "md5": "16cb40531815a54cf313a09e3eb63fba",
                "sha256": "e2a3d213ad152d84494116143257bdf9a04b48506ab9888bcd9080586e8fa3ee"
            },
            "downloads": -1,
            "filename": "dnutils-0.3.14.tar.gz",
            "has_sig": false,
            "md5_digest": "16cb40531815a54cf313a09e3eb63fba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 48160,
            "upload_time": "2023-12-22T11:40:48",
            "upload_time_iso_8601": "2023-12-22T11:40:48.081734Z",
            "url": "https://files.pythonhosted.org/packages/de/d4/47587c90a622f170941e4856047015ebeaacf22c55f81d3872b848e44a23/dnutils-0.3.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-22 11:40:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danielnyga",
    "github_project": "dnutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "dnutils"
}
        
Elapsed time: 0.15201s