python-wgpu-torch-playground


Namepython-wgpu-torch-playground JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA playground for Python, wgpu, and PyTorch
upload_time2024-03-29 12:12:50
maintainerNone
docs_urlNone
authorAsher Jingkong Chen
requires_python>=3.10
licenseMIT License Copyright (c) 2024 Asher Jingkong Chen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords python wgpu torch graphics machine learning demo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-wgpu-torch-playground

> A playground for Python, wgpu, and PyTorch

[![PyPI](https://img.shields.io/pypi/pyversions/python-wgpu-torch-playground?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/python-wgpu-torch-playground)

## Installation

Choose the one that suits you:

1. From GitHub releases ([link](https://github.com/AsherJingkongChen/python-wgpu-torch-playground/releases/))
2. From PyPI ([link](https://pypi.org/project/python-wgpu-torch-playground))
3. From source code ([link](https://github.com/AsherJingkongChen/python-wgpu-torch-playground))

## Development

Assume that you are a contributor, developer, or anyone who wants to build this project from source code.

Change your working directory to the root of this project and execute:

```shell
python3 ./scripts/x_ci.py
```

The built artifacts will be placed in the `./dist` directory.

## Statuses

### Status of platform supports

- 🔴: `False`
- 🟡: `Uncertain`
- 🟢: `True`

| Operating System | Architecture | Is supported |
| ---------------- | ------------ | ------------ |
| Linux            | ARM64        | 🟡           |
| Linux            | ARM          | 🟡           |
| Linux            | X64          | 🟢           |
| Linux            | X86          | 🟡           |
| macOS            | ARM64        | 🟢           |
| macOS            | ARM          | 🔴           |
| macOS            | X64          | 🟢           |
| macOS            | X86          | 🟡           |
| Windows          | ARM64        | 🟡           |
| Windows          | ARM          | 🟡           |
| Windows          | X64          | 🟢           |
| Windows          | X86          | 🟡           |

## License

MIT License ([link](https://github.com/AsherJingkongChen/python-wgpu-torch-playground/blob/main/LICENSE)). It's open source.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-wgpu-torch-playground",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python, wgpu, torch, graphics, machine learning, demo",
    "author": "Asher Jingkong Chen",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# python-wgpu-torch-playground\n\n> A playground for Python, wgpu, and PyTorch\n\n[![PyPI](https://img.shields.io/pypi/pyversions/python-wgpu-torch-playground?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/python-wgpu-torch-playground)\n\n## Installation\n\nChoose the one that suits you:\n\n1. From GitHub releases ([link](https://github.com/AsherJingkongChen/python-wgpu-torch-playground/releases/))\n2. From PyPI ([link](https://pypi.org/project/python-wgpu-torch-playground))\n3. From source code ([link](https://github.com/AsherJingkongChen/python-wgpu-torch-playground))\n\n## Development\n\nAssume that you are a contributor, developer, or anyone who wants to build this project from source code.\n\nChange your working directory to the root of this project and execute:\n\n```shell\npython3 ./scripts/x_ci.py\n```\n\nThe built artifacts will be placed in the `./dist` directory.\n\n## Statuses\n\n### Status of platform supports\n\n- \ud83d\udd34: `False`\n- \ud83d\udfe1: `Uncertain`\n- \ud83d\udfe2: `True`\n\n| Operating System | Architecture | Is supported |\n| ---------------- | ------------ | ------------ |\n| Linux            | ARM64        | \ud83d\udfe1           |\n| Linux            | ARM          | \ud83d\udfe1           |\n| Linux            | X64          | \ud83d\udfe2           |\n| Linux            | X86          | \ud83d\udfe1           |\n| macOS            | ARM64        | \ud83d\udfe2           |\n| macOS            | ARM          | \ud83d\udd34           |\n| macOS            | X64          | \ud83d\udfe2           |\n| macOS            | X86          | \ud83d\udfe1           |\n| Windows          | ARM64        | \ud83d\udfe1           |\n| Windows          | ARM          | \ud83d\udfe1           |\n| Windows          | X64          | \ud83d\udfe2           |\n| Windows          | X86          | \ud83d\udfe1           |\n\n## License\n\nMIT License ([link](https://github.com/AsherJingkongChen/python-wgpu-torch-playground/blob/main/LICENSE)). It's open source.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Asher Jingkong Chen  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A playground for Python, wgpu, and PyTorch",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/AsherJingkongChen/python-wgpu-torch-playground/blob/main/README.md",
        "Repository": "https://github.com/AsherJingkongChen/python-wgpu-torch-playground.git"
    },
    "split_keywords": [
        "python",
        " wgpu",
        " torch",
        " graphics",
        " machine learning",
        " demo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6702a0b017fdd43b8b642f16e0306e4e3eeb95225eaed7d75e18c91e3e61206",
                "md5": "c74ebc8093b3d21a547fd7afac44c348",
                "sha256": "9391c1de05ed63b3b0fa059dd5df2ca331b2cc930faa0a7f61e7872d91a8f62a"
            },
            "downloads": -1,
            "filename": "python_wgpu_torch_playground-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c74ebc8093b3d21a547fd7afac44c348",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6696,
            "upload_time": "2024-03-29T12:12:50",
            "upload_time_iso_8601": "2024-03-29T12:12:50.055513Z",
            "url": "https://files.pythonhosted.org/packages/a6/70/2a0b017fdd43b8b642f16e0306e4e3eeb95225eaed7d75e18c91e3e61206/python_wgpu_torch_playground-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 12:12:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AsherJingkongChen",
    "github_project": "python-wgpu-torch-playground",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "python-wgpu-torch-playground"
}
        
Elapsed time: 0.27103s