gravitorch


Namegravitorch JSON
Version 0.0.23 PyPI version JSON
download
home_pagehttps://github.com/durandtibo/gravitorch
SummaryA library to train ML models with PyTorch
upload_time2023-11-27 01:05:25
maintainer
docs_urlNone
authorThibaut Durand
requires_python>=3.9,<3.12
license
keywords gravitorch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <a href="https://github.com/durandtibo/gravitorch/actions">
        <img alt="CI" src="https://github.com/durandtibo/gravitorch/workflows/CI/badge.svg">
    </a>
    <a href="https://durandtibo.github.io/gravitorch/">
        <img alt="Documentation" src="https://github.com/durandtibo/gravitorch/workflows/Documentation/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/gravitorch/actions">
        <img alt="Nightly Tests" src="https://github.com/durandtibo/gravitorch/workflows/Nightly%20Tests/badge.svg">
    </a>
    <a href="https://github.com/durandtibo/gravitorch/actions">
        <img alt="Nightly Package Tests" src="https://github.com/durandtibo/gravitorch/workflows/Nightly%20Package%20Tests/badge.svg">
    </a>
    <br/>
    <a href="https://codecov.io/gh/durandtibo/gravitorch">
        <img alt="Codecov" src="https://codecov.io/gh/durandtibo/gravitorch/branch/main/graph/badge.svg">
    </a>
    <a href="https://codeclimate.com/github/durandtibo/gravitorch/maintainability">
        <img src="https://api.codeclimate.com/v1/badges/cbedbd2a20bf2a21cf22/maintainability" />
    </a>
    <a href="https://codeclimate.com/github/durandtibo/gravitorch/test_coverage">
        <img src="https://api.codeclimate.com/v1/badges/cbedbd2a20bf2a21cf22/test_coverage" />
    </a>
    <br/>
    <a href="https://pypi.org/project/gravitorch/">
        <img alt="PYPI version" src="https://img.shields.io/pypi/v/gravitorch">
    </a>
    <a href="https://pypi.org/project/gravitorch/">
        <img alt="Python" src="https://img.shields.io/pypi/pyversions/gravitorch.svg">
    </a>
    <a href="https://opensource.org/licenses/BSD-3-Clause">
        <img alt="BSD-3-Clause" src="https://img.shields.io/pypi/l/gravitorch">
    </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/gravitorch">
        <img  alt="Downloads" src="https://static.pepy.tech/badge/gravitorch">
    </a>
    <a href="https://pepy.tech/project/gravitorch">
        <img  alt="Monthly downloads" src="https://static.pepy.tech/badge/gravitorch/month">
    </a>
    <br/>
</p>

## Dependencies

The following is the corresponding `gravitorch` versions and supported dependencies.

| `gravitorch`              | `0.0.21`           |
|---------------------------|--------------------|
| `python`                  | `>=3.9,<3.12`      |
| `coola`                   | `>=0.0.20,<0.0.23` |
| `hya`                     | `>=0.0.12,<0.0.14` |
| `hydra-core`              | `>=1.3,<1.4`       |
| `minevent`                | `>=0.0.4,<0.0.5`   |
| `numpy`                   | `>=1.22,<1.26`     |
| `objectory`               | `>=0.0.7,<0.0.8`   |
| `pytorch-ignite`          | `>=0.4.11,<0.5`    |
| `tabulate`                | `>=0.9,<0.10`      |
| `torch`                   | `>=2.0,<2.1`       |
| `colorlog`<sup>*</sup>    | `>=6.7,<6.8`       |
| `matplotlib`<sup>*</sup>  | `>=3.6,<3.9`       |
| `pillow`<sup>*</sup>      | `>=9.0,<11.0`      |
| `psutil`<sup>*</sup>      | `>=5.9,<5.10`      |
| `startorch`<sup>*</sup>   | `>=0.0.5,<0.0.6`   |
| `tensorboard`<sup>*</sup> | `>=2.10,<2.15`     |
| `torchdata`<sup>*</sup>   | `>=0.6,<0.7`       |
| `tqdm`<sup>*</sup>        | `>=4.64,<4.67`     |

<sup>*</sup> indicates an optional dependency

## API stability

:warning: While `gravitorch` is in development stage, no API is guaranteed to be stable from one
release to the next. In fact, it is very likely that the API will change multiple times before a
stable 1.0.0 release. In practice, this means that upgrading `gravitorch` to a new version will
possibly break any code that was using the old version of `gravitorch`.

## License

`gravitorch` is licensed under BSD 3-Clause "New" or "Revised" license available
in [LICENSE](LICENSE) file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/durandtibo/gravitorch",
    "name": "gravitorch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "gravitorch",
    "author": "Thibaut Durand",
    "author_email": "durand.tibo+gh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/21/8b56c12f0775601efa1f3b9d472ccd8bc2f7233e73a73f1b84aa5ab903d1/gravitorch-0.0.23.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/durandtibo/gravitorch/actions\">\n        <img alt=\"CI\" src=\"https://github.com/durandtibo/gravitorch/workflows/CI/badge.svg\">\n    </a>\n    <a href=\"https://durandtibo.github.io/gravitorch/\">\n        <img alt=\"Documentation\" src=\"https://github.com/durandtibo/gravitorch/workflows/Documentation/badge.svg\">\n    </a>\n    <a href=\"https://github.com/durandtibo/gravitorch/actions\">\n        <img alt=\"Nightly Tests\" src=\"https://github.com/durandtibo/gravitorch/workflows/Nightly%20Tests/badge.svg\">\n    </a>\n    <a href=\"https://github.com/durandtibo/gravitorch/actions\">\n        <img alt=\"Nightly Package Tests\" src=\"https://github.com/durandtibo/gravitorch/workflows/Nightly%20Package%20Tests/badge.svg\">\n    </a>\n    <br/>\n    <a href=\"https://codecov.io/gh/durandtibo/gravitorch\">\n        <img alt=\"Codecov\" src=\"https://codecov.io/gh/durandtibo/gravitorch/branch/main/graph/badge.svg\">\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/gravitorch/maintainability\">\n        <img src=\"https://api.codeclimate.com/v1/badges/cbedbd2a20bf2a21cf22/maintainability\" />\n    </a>\n    <a href=\"https://codeclimate.com/github/durandtibo/gravitorch/test_coverage\">\n        <img src=\"https://api.codeclimate.com/v1/badges/cbedbd2a20bf2a21cf22/test_coverage\" />\n    </a>\n    <br/>\n    <a href=\"https://pypi.org/project/gravitorch/\">\n        <img alt=\"PYPI version\" src=\"https://img.shields.io/pypi/v/gravitorch\">\n    </a>\n    <a href=\"https://pypi.org/project/gravitorch/\">\n        <img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/gravitorch.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/gravitorch\">\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/gravitorch\">\n        <img  alt=\"Downloads\" src=\"https://static.pepy.tech/badge/gravitorch\">\n    </a>\n    <a href=\"https://pepy.tech/project/gravitorch\">\n        <img  alt=\"Monthly downloads\" src=\"https://static.pepy.tech/badge/gravitorch/month\">\n    </a>\n    <br/>\n</p>\n\n## Dependencies\n\nThe following is the corresponding `gravitorch` versions and supported dependencies.\n\n| `gravitorch`              | `0.0.21`           |\n|---------------------------|--------------------|\n| `python`                  | `>=3.9,<3.12`      |\n| `coola`                   | `>=0.0.20,<0.0.23` |\n| `hya`                     | `>=0.0.12,<0.0.14` |\n| `hydra-core`              | `>=1.3,<1.4`       |\n| `minevent`                | `>=0.0.4,<0.0.5`   |\n| `numpy`                   | `>=1.22,<1.26`     |\n| `objectory`               | `>=0.0.7,<0.0.8`   |\n| `pytorch-ignite`          | `>=0.4.11,<0.5`    |\n| `tabulate`                | `>=0.9,<0.10`      |\n| `torch`                   | `>=2.0,<2.1`       |\n| `colorlog`<sup>*</sup>    | `>=6.7,<6.8`       |\n| `matplotlib`<sup>*</sup>  | `>=3.6,<3.9`       |\n| `pillow`<sup>*</sup>      | `>=9.0,<11.0`      |\n| `psutil`<sup>*</sup>      | `>=5.9,<5.10`      |\n| `startorch`<sup>*</sup>   | `>=0.0.5,<0.0.6`   |\n| `tensorboard`<sup>*</sup> | `>=2.10,<2.15`     |\n| `torchdata`<sup>*</sup>   | `>=0.6,<0.7`       |\n| `tqdm`<sup>*</sup>        | `>=4.64,<4.67`     |\n\n<sup>*</sup> indicates an optional dependency\n\n## API stability\n\n:warning: While `gravitorch` is in development stage, no API is guaranteed to be stable from one\nrelease to the next. In fact, it is very likely that the API will change multiple times before a\nstable 1.0.0 release. In practice, this means that upgrading `gravitorch` to a new version will\npossibly break any code that was using the old version of `gravitorch`.\n\n## License\n\n`gravitorch` is licensed under BSD 3-Clause \"New\" or \"Revised\" license available\nin [LICENSE](LICENSE) file.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library to train ML models with PyTorch",
    "version": "0.0.23",
    "project_urls": {
        "Homepage": "https://github.com/durandtibo/gravitorch",
        "Repository": "https://github.com/durandtibo/gravitorch"
    },
    "split_keywords": [
        "gravitorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2327bccc0e6d9de7a4ebf90ac4bbc5a5f44c5d3d1e6208141039e21923a78e7",
                "md5": "d49adff317d3790cd7eced93ef1f5f44",
                "sha256": "5dd2b0fed2535c4d0e440b99e0cb59d957795bd8875d4d7ea7b1c432a2397a4b"
            },
            "downloads": -1,
            "filename": "gravitorch-0.0.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d49adff317d3790cd7eced93ef1f5f44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 414105,
            "upload_time": "2023-11-27T01:05:23",
            "upload_time_iso_8601": "2023-11-27T01:05:23.751929Z",
            "url": "https://files.pythonhosted.org/packages/c2/32/7bccc0e6d9de7a4ebf90ac4bbc5a5f44c5d3d1e6208141039e21923a78e7/gravitorch-0.0.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6218b56c12f0775601efa1f3b9d472ccd8bc2f7233e73a73f1b84aa5ab903d1",
                "md5": "33ecf624833dcb0f42b4e506792d5823",
                "sha256": "0586ae455c67355304e64d27055a76281f4f9ef23766f0966a68dbdb903e2628"
            },
            "downloads": -1,
            "filename": "gravitorch-0.0.23.tar.gz",
            "has_sig": false,
            "md5_digest": "33ecf624833dcb0f42b4e506792d5823",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 237577,
            "upload_time": "2023-11-27T01:05:25",
            "upload_time_iso_8601": "2023-11-27T01:05:25.305476Z",
            "url": "https://files.pythonhosted.org/packages/e6/21/8b56c12f0775601efa1f3b9d472ccd8bc2f7233e73a73f1b84aa5ab903d1/gravitorch-0.0.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 01:05:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "durandtibo",
    "github_project": "gravitorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gravitorch"
}
        
Elapsed time: 0.14059s