nvidia-smi


Namenvidia-smi JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/cnheider/yeet
SummaryA package for easing return of multiple values
upload_time2019-06-04 08:11:31
maintainerChristian Heider Nielsen
docs_urlNone
authorChristian Heider Nielsen
requires_python>=3
licenseApache License, Version 2.0
keywords python reinforcement-learning interface api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Warg
```Old-Norse: Varg``` 

![warg](.github/images/warg.svg) ![warg](.github/images/python.svg)

[![Build Status](https://travis-ci.com/aivclab/warg.svg?branch=master)](https://travis-ci.com/aivclab/warg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Coverage Status](https://coveralls.io/repos/github/aivclab/warg/badge.svg?branch=master)](https://coveralls.io/github/aivclab/warg?branch=master)
___
> Devour everything.
___

This package is a selection of generalised  small utilities classes for many use-cases, a brief description of each follows.

- A class for easing return of multiple values, implicit handling of args and kwargs and more. 

- A class for executing any 'heavy' function asynchronously storing any results in a bounded queue. 
Note: communication and organisation is costly, intended for heavy processing functions and general queuing.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cnheider/yeet",
    "name": "nvidia-smi",
    "maintainer": "Christian Heider Nielsen",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "cnheider@yandex.com",
    "keywords": "python reinforcement-learning interface api",
    "author": "Christian Heider Nielsen",
    "author_email": "cnheider@yandex.com",
    "download_url": "https://github.com/cnheider/yeet/releases",
    "platform": "",
    "description": "# Warg\n```Old-Norse: Varg``` \n\n![warg](.github/images/warg.svg) ![warg](.github/images/python.svg)\n\n[![Build Status](https://travis-ci.com/aivclab/warg.svg?branch=master)](https://travis-ci.com/aivclab/warg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Coverage Status](https://coveralls.io/repos/github/aivclab/warg/badge.svg?branch=master)](https://coveralls.io/github/aivclab/warg?branch=master)\n___\n> Devour everything.\n___\n\nThis package is a selection of generalised  small utilities classes for many use-cases, a brief description of each follows.\n\n- A class for easing return of multiple values, implicit handling of args and kwargs and more. \n\n- A class for executing any 'heavy' function asynchronously storing any results in a bounded queue. \nNote: communication and organisation is costly, intended for heavy processing functions and general queuing.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "A package for easing return of multiple values",
    "version": "0.1.3",
    "project_urls": {
        "Download": "https://github.com/cnheider/yeet/releases",
        "Homepage": "https://github.com/cnheider/yeet"
    },
    "split_keywords": [
        "python",
        "reinforcement-learning",
        "interface",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f0f3b9b70372cfb4f67aead62f0197aeefde80cd589dba058fea3f01b2bb404",
                "md5": "04e22289d25f136e760ee2a7de799bc9",
                "sha256": "d8679ca685f3e82edf37c63623a2eb53138851c1dd1b78bcbac1b3ce0da2049a"
            },
            "downloads": -1,
            "filename": "nvidia_smi-0.1.3-py36-none-any.whl",
            "has_sig": false,
            "md5_digest": "04e22289d25f136e760ee2a7de799bc9",
            "packagetype": "bdist_wheel",
            "python_version": "py36",
            "requires_python": ">=3",
            "size": 11777,
            "upload_time": "2019-06-04T08:11:31",
            "upload_time_iso_8601": "2019-06-04T08:11:31.623621Z",
            "url": "https://files.pythonhosted.org/packages/7f/0f/3b9b70372cfb4f67aead62f0197aeefde80cd589dba058fea3f01b2bb404/nvidia_smi-0.1.3-py36-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-06-04 08:11:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cnheider",
    "github_project": "yeet",
    "github_not_found": true,
    "lcname": "nvidia-smi"
}
        
Elapsed time: 0.20257s