torch-conduit


Nametorch-conduit JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/wearepal/conduit
SummaryLightweight framework for dataloading with PyTorch and channeling the power of PyTorch Lightning
upload_time2023-06-07 13:35:52
maintainer
docs_urlNone
authorPAL
requires_python>=3.8.0,<3.12
licenseApache-2.0
keywords typing python pytorch datasets pytorch-lightning lightning-bolts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # conduit :electron:

Al lightweight framework for channeling the power of PyTorch Lightning.

## Installation
Conduit requires Python 3.8 or higher. To install the latest version from PyPI:

```
pip install -U 'torch-conduit[all]'
```

Unfortunately, you have to install the dependency `pytorch-lightning` manually:
```
pip install pytorch-lightning
```
This is because of dependency problems with pytorch.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wearepal/conduit",
    "name": "torch-conduit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0,<3.12",
    "maintainer_email": "",
    "keywords": "typing,python,pytorch,datasets,pytorch-lightning,lightning-bolts",
    "author": "PAL",
    "author_email": "info@predictive-analytics-lab.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/d7/5f7bf8eaf5f960233377ad82a8b73fc2f0eae5ae7316b6350327d2211302/torch_conduit-0.3.5.tar.gz",
    "platform": null,
    "description": "# conduit :electron:\n\nAl lightweight framework for channeling the power of PyTorch Lightning.\n\n## Installation\nConduit requires Python 3.8 or higher. To install the latest version from PyPI:\n\n```\npip install -U 'torch-conduit[all]'\n```\n\nUnfortunately, you have to install the dependency `pytorch-lightning` manually:\n```\npip install pytorch-lightning\n```\nThis is because of dependency problems with pytorch.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Lightweight framework for dataloading with PyTorch and channeling the power of PyTorch Lightning",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/wearepal/conduit",
        "Repository": "https://github.com/wearepal/conduit"
    },
    "split_keywords": [
        "typing",
        "python",
        "pytorch",
        "datasets",
        "pytorch-lightning",
        "lightning-bolts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08d56a562c543a14f484bb357fdba6f134bf782ceca053d1fe7f2d607e902113",
                "md5": "207233533c89e3679a7e263b734153b6",
                "sha256": "773ab15c9ddabf4194195edaab23794a47eebc6f2661468815ab521ded00bde3"
            },
            "downloads": -1,
            "filename": "torch_conduit-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "207233533c89e3679a7e263b734153b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0,<3.12",
            "size": 276840,
            "upload_time": "2023-06-07T13:35:49",
            "upload_time_iso_8601": "2023-06-07T13:35:49.666319Z",
            "url": "https://files.pythonhosted.org/packages/08/d5/6a562c543a14f484bb357fdba6f134bf782ceca053d1fe7f2d607e902113/torch_conduit-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5d75f7bf8eaf5f960233377ad82a8b73fc2f0eae5ae7316b6350327d2211302",
                "md5": "d1e559dfd3079d751f99c10f55010b71",
                "sha256": "5b9081761ea8d110d03200eb4da7e9972829d1bf41028b1b1192a0c3ad4b9348"
            },
            "downloads": -1,
            "filename": "torch_conduit-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d1e559dfd3079d751f99c10f55010b71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0,<3.12",
            "size": 239977,
            "upload_time": "2023-06-07T13:35:52",
            "upload_time_iso_8601": "2023-06-07T13:35:52.191577Z",
            "url": "https://files.pythonhosted.org/packages/c5/d7/5f7bf8eaf5f960233377ad82a8b73fc2f0eae5ae7316b6350327d2211302/torch_conduit-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-07 13:35:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wearepal",
    "github_project": "conduit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torch-conduit"
}
        
PAL
Elapsed time: 0.21744s