deep-pipe


Namedeep-pipe JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/neuro-ml/deep_pipe
SummaryA collection of tools for deep learning experiments
upload_time2024-08-09 10:43:21
maintainerNone
docs_urlNone
authorNeuroML Group
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Deep pipe

A collection of tools for deep learning experiments.


## Installation:
Using pip
```bash
pip install deep-pipe
```

Or from GitHub
```bash
git clone https://github.com/neuro-ml/deep_pipe.git
cd deep_pipe
pip install -e .
```

## Documentation

https://deep-pipe.readthedocs.io/en/latest/



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/neuro-ml/deep_pipe",
    "name": "deep-pipe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "NeuroML Group",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a9/1a/f5d1202d7e18186e477b0daa96a11932c8e491f8d3793cbb051e74fdc83b/deep_pipe-0.4.1.tar.gz",
    "platform": null,
    "description": "# Deep pipe\n\nA collection of tools for deep learning experiments.\n\n\n## Installation:\nUsing pip\n```bash\npip install deep-pipe\n```\n\nOr from GitHub\n```bash\ngit clone https://github.com/neuro-ml/deep_pipe.git\ncd deep_pipe\npip install -e .\n```\n\n## Documentation\n\nhttps://deep-pipe.readthedocs.io/en/latest/\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of tools for deep learning experiments",
    "version": "0.4.1",
    "project_urls": {
        "Download": "https://github.com/neuro-ml/deep_pipe/v0.4.1.tar.gz",
        "Homepage": "https://github.com/neuro-ml/deep_pipe"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a91af5d1202d7e18186e477b0daa96a11932c8e491f8d3793cbb051e74fdc83b",
                "md5": "fcc9045554284f3bc929ab6efd246ae1",
                "sha256": "14e432f91feeea68c5e4ca3d5a6bf68f2660a824a523ac4ccbd3e7697e53bca7"
            },
            "downloads": -1,
            "filename": "deep_pipe-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fcc9045554284f3bc929ab6efd246ae1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 59850,
            "upload_time": "2024-08-09T10:43:21",
            "upload_time_iso_8601": "2024-08-09T10:43:21.509710Z",
            "url": "https://files.pythonhosted.org/packages/a9/1a/f5d1202d7e18186e477b0daa96a11932c8e491f8d3793cbb051e74fdc83b/deep_pipe-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-09 10:43:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neuro-ml",
    "github_project": "deep_pipe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "deep-pipe"
}
        
Elapsed time: 2.12406s