gravitorchdata


Namegravitorchdata JSON
Version 0.0.1a0 PyPI version JSON
download
home_pagehttps://github.com/durandtibo/gravitorchdata
SummaryPlugin to use torchdata with gravitorch
upload_time2023-11-26 06:09:50
maintainer
docs_urlNone
authorThibaut Durand
requires_python>=3.9,<3.12
licenseBSD-3-Clause
keywords gravitorch pytorch torchdata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gravitorchdata

<p align="center">
    <a href="https://github.com/durandtibo/gravitorchdata/actions">
        <img alt="CI" src="https://github.com/durandtibo/gravitorchdata/workflows/CI/badge.svg">
    </a>
    <a href="https://durandtibo.github.io/gravitorchdata/">
        <img alt="Documentation" src="https://github.com/durandtibo/gravitorchdata/workflows/Documentation/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/gravitorchdata/actions">
        <img alt="Nightly Tests" src="https://github.com/durandtibo/gravitorchdata/workflows/Nightly%20Tests/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/gravitorchdata/actions">
        <img alt="Nightly Package Tests" src="https://github.com/durandtibo/gravitorchdata/workflows/Nightly%20Package%20Tests/badge.svg">
    </a>
    <br/>
    <a href="https://codecov.io/gh/durandtibo/gravitorchdata">
        <img alt="Codecov" src="https://codecov.io/gh/durandtibo/gravitorchdata/branch/main/graph/badge.svg">
    </a>
    <a href="https://codeclimate.com/github/durandtibo/gravitorchdata/maintainability">
        <img src="https://api.codeclimate.com/v1/badges/83ebb50e6c6f67b0570d/maintainability" />
    </a>
    <a href="https://codeclimate.com/github/durandtibo/gravitorchdata/test_coverage">
        <img src="https://api.codeclimate.com/v1/badges/83ebb50e6c6f67b0570d/test_coverage" />
    </a>
    <br/>
    <a href="https://pypi.org/project/gravitorchdata/">
        <img alt="PYPI version" src="https://img.shields.io/pypi/v/gravitorchdata">
    </a>
    <a href="https://pypi.org/project/gravitorchdata/">
        <img alt="Python" src="https://img.shields.io/pypi/pyversions/gravitorchdata.svg">
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img alt="BSD-3-Clause" src="https://img.shields.io/pypi/l/gravitorchdata">
    </a>
    <a href="https://github.com/psf/black">
        <img  alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
    </a>
    <a href="https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings">
        <img  alt="Doc style: google" src="https://img.shields.io/badge/%20style-google-3666d6.svg">
    </a>
    <br/>
    <a href="https://pepy.tech/project/gravitorchdata">
        <img  alt="Downloads" src="https://static.pepy.tech/badge/gravitorchdata">
    </a>
    <a href="https://pepy.tech/project/gravitorchdata">
        <img  alt="Monthly downloads" src="https://static.pepy.tech/badge/gravitorchdata/month">
    </a>
    <br/>
</p>

## Overview

Plugin to use `torchdata` with `gravitorch`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/durandtibo/gravitorchdata",
    "name": "gravitorchdata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "gravitorch,pytorch,torchdata",
    "author": "Thibaut Durand",
    "author_email": "durand.tibo+gh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/2b/4eaa0dfdaf28b55a40e25ead3aa73896842a70f44ba41b59a307f0c1c388/gravitorchdata-0.0.1a0.tar.gz",
    "platform": null,
    "description": "# gravitorchdata\n\n<p align=\"center\">\n    <a href=\"https://github.com/durandtibo/gravitorchdata/actions\">\n        <img alt=\"CI\" src=\"https://github.com/durandtibo/gravitorchdata/workflows/CI/badge.svg\">\n    </a>\n    <a href=\"https://durandtibo.github.io/gravitorchdata/\">\n        <img alt=\"Documentation\" src=\"https://github.com/durandtibo/gravitorchdata/workflows/Documentation/badge.svg\">\n    </a>\n    <a href=\"https://github.com/durandtibo/gravitorchdata/actions\">\n        <img alt=\"Nightly Tests\" src=\"https://github.com/durandtibo/gravitorchdata/workflows/Nightly%20Tests/badge.svg\">\n    </a>\n    <a href=\"https://github.com/durandtibo/gravitorchdata/actions\">\n        <img alt=\"Nightly Package Tests\" src=\"https://github.com/durandtibo/gravitorchdata/workflows/Nightly%20Package%20Tests/badge.svg\">\n    </a>\n    <br/>\n    <a href=\"https://codecov.io/gh/durandtibo/gravitorchdata\">\n        <img alt=\"Codecov\" src=\"https://codecov.io/gh/durandtibo/gravitorchdata/branch/main/graph/badge.svg\">\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/gravitorchdata/maintainability\">\n        <img src=\"https://api.codeclimate.com/v1/badges/83ebb50e6c6f67b0570d/maintainability\" />\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/gravitorchdata/test_coverage\">\n        <img src=\"https://api.codeclimate.com/v1/badges/83ebb50e6c6f67b0570d/test_coverage\" />\n    </a>\n    <br/>\n    <a href=\"https://pypi.org/project/gravitorchdata/\">\n        <img alt=\"PYPI version\" src=\"https://img.shields.io/pypi/v/gravitorchdata\">\n    </a>\n    <a href=\"https://pypi.org/project/gravitorchdata/\">\n        <img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/gravitorchdata.svg\">\n    </a>\n    <a href=\"https://opensource.org/licenses/BSD-3-Clause\">\n        <img alt=\"BSD-3-Clause\" src=\"https://img.shields.io/pypi/l/gravitorchdata\">\n    </a>\n    <a href=\"https://github.com/psf/black\">\n        <img  alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\">\n    </a>\n    <a href=\"https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings\">\n        <img  alt=\"Doc style: google\" src=\"https://img.shields.io/badge/%20style-google-3666d6.svg\">\n    </a>\n    <br/>\n    <a href=\"https://pepy.tech/project/gravitorchdata\">\n        <img  alt=\"Downloads\" src=\"https://static.pepy.tech/badge/gravitorchdata\">\n    </a>\n    <a href=\"https://pepy.tech/project/gravitorchdata\">\n        <img  alt=\"Monthly downloads\" src=\"https://static.pepy.tech/badge/gravitorchdata/month\">\n    </a>\n    <br/>\n</p>\n\n## Overview\n\nPlugin to use `torchdata` with `gravitorch`\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Plugin to use torchdata with gravitorch",
    "version": "0.0.1a0",
    "project_urls": {
        "Homepage": "https://github.com/durandtibo/gravitorchdata",
        "Repository": "https://github.com/durandtibo/gravitorchdata"
    },
    "split_keywords": [
        "gravitorch",
        "pytorch",
        "torchdata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c0388fac783382bc9ae73c919a522bcdb20d07e760c5a5fd9b33b4cb49b00f8",
                "md5": "ccaf2e49654404927903395a931a522f",
                "sha256": "cd141a3dc300ef6f79a130cd55a536133e1af7e967aa6f935f2616cd036f46a8"
            },
            "downloads": -1,
            "filename": "gravitorchdata-0.0.1a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ccaf2e49654404927903395a931a522f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 16241,
            "upload_time": "2023-11-26T06:09:48",
            "upload_time_iso_8601": "2023-11-26T06:09:48.559379Z",
            "url": "https://files.pythonhosted.org/packages/2c/03/88fac783382bc9ae73c919a522bcdb20d07e760c5a5fd9b33b4cb49b00f8/gravitorchdata-0.0.1a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd2b4eaa0dfdaf28b55a40e25ead3aa73896842a70f44ba41b59a307f0c1c388",
                "md5": "6762a1bd74ab35e7a53de1a70c227224",
                "sha256": "0cb5bbceeebc1696a6a96707de315f6f639635f87be323e4d33c01e06de711b0"
            },
            "downloads": -1,
            "filename": "gravitorchdata-0.0.1a0.tar.gz",
            "has_sig": false,
            "md5_digest": "6762a1bd74ab35e7a53de1a70c227224",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 10302,
            "upload_time": "2023-11-26T06:09:50",
            "upload_time_iso_8601": "2023-11-26T06:09:50.450888Z",
            "url": "https://files.pythonhosted.org/packages/cd/2b/4eaa0dfdaf28b55a40e25ead3aa73896842a70f44ba41b59a307f0c1c388/gravitorchdata-0.0.1a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-26 06:09:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "durandtibo",
    "github_project": "gravitorchdata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gravitorchdata"
}
        
Elapsed time: 0.13975s