gputils-api


Namegputils-api JSON
Version 1.7.2 PyPI version JSON
download
home_pagehttps://github.com/GPUEngineering/GPUtils
SummaryPython API for GPUtils
upload_time2024-12-06 00:29:14
maintainerNone
docs_urlNone
author['Pantelis Sopasakis', 'Ruairi Moran']
requires_pythonNone
licenseGNU General Public License v3 (GPLv3)
keywords api gpu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## GPUtils API

### Installation

As simple as...
```bash
pip install gputils-api
```
of course, preferably from within a virtual environment.

### Write to file

```python
import numpy as np
import gputils_api as g
a = np.eye(3)
g.write_array_to_gputils_binary_file(a, 'my_data.bt')
```

### Read from file

```python
import numpy as np
import gputils_api as g
x = g.read_array_from_gputils_binary_file('my_data.bt')
```





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GPUEngineering/GPUtils",
    "name": "gputils-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "api, GPU",
    "author": "['Pantelis Sopasakis', 'Ruairi Moran']",
    "author_email": "xzu.trustful191@passinbox.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/eb/d1e97685339a366dabfa11c176ae03699eeeff60a52a5d517a74293bcdd7/gputils_api-1.7.2.tar.gz",
    "platform": null,
    "description": "\n## GPUtils API\n\n### Installation\n\nAs simple as...\n```bash\npip install gputils-api\n```\nof course, preferably from within a virtual environment.\n\n### Write to file\n\n```python\nimport numpy as np\nimport gputils_api as g\na = np.eye(3)\ng.write_array_to_gputils_binary_file(a, 'my_data.bt')\n```\n\n### Read from file\n\n```python\nimport numpy as np\nimport gputils_api as g\nx = g.read_array_from_gputils_binary_file('my_data.bt')\n```\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "Python API for GPUtils",
    "version": "1.7.2",
    "project_urls": {
        "Homepage": "https://github.com/GPUEngineering/GPUtils"
    },
    "split_keywords": [
        "api",
        " gpu"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f470f9b035f69fde4546400adccf1aced59ef23502c9a9dea53aa76053cf46d",
                "md5": "12977d6dae4f769b9ce8c6be18c9903d",
                "sha256": "30e4c6f038daad7f1dd24a70a05c11547d62d88b967e900c47b33d2583046ef7"
            },
            "downloads": -1,
            "filename": "gputils_api-1.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12977d6dae4f769b9ce8c6be18c9903d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2658,
            "upload_time": "2024-12-06T00:29:12",
            "upload_time_iso_8601": "2024-12-06T00:29:12.842673Z",
            "url": "https://files.pythonhosted.org/packages/7f/47/0f9b035f69fde4546400adccf1aced59ef23502c9a9dea53aa76053cf46d/gputils_api-1.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5ebd1e97685339a366dabfa11c176ae03699eeeff60a52a5d517a74293bcdd7",
                "md5": "6bd0403a6d8274742440ca423eef7593",
                "sha256": "86a4db0bd42cbc3183c55f1c9b85113bd0af652627ee06cf685dcc32d40d67e4"
            },
            "downloads": -1,
            "filename": "gputils_api-1.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6bd0403a6d8274742440ca423eef7593",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3697,
            "upload_time": "2024-12-06T00:29:14",
            "upload_time_iso_8601": "2024-12-06T00:29:14.524743Z",
            "url": "https://files.pythonhosted.org/packages/a5/eb/d1e97685339a366dabfa11c176ae03699eeeff60a52a5d517a74293bcdd7/gputils_api-1.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 00:29:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GPUEngineering",
    "github_project": "GPUtils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gputils-api"
}
        
Elapsed time: 0.74579s