deep-pipe


Namedeep-pipe JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/neuro-ml/deep_pipe
SummaryA collection of tools for deep learning experiments
upload_time2024-01-22 19:39:58
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "NeuroML Group",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4d/64/3ef0d37a85d005f981b87691d62592fc83b4581f451293d8b25412e6173b/deep_pipe-0.3.3.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.3.3",
    "project_urls": {
        "Download": "https://github.com/neuro-ml/deep_pipe/v0.3.3.tar.gz",
        "Homepage": "https://github.com/neuro-ml/deep_pipe"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d643ef0d37a85d005f981b87691d62592fc83b4581f451293d8b25412e6173b",
                "md5": "d43442b26a40e190520492cffe8980ae",
                "sha256": "40d06dfb1add4c77649b3e9d37fac6513042debfbbde2b5a00b301a0c452bfdc"
            },
            "downloads": -1,
            "filename": "deep_pipe-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d43442b26a40e190520492cffe8980ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 67282,
            "upload_time": "2024-01-22T19:39:58",
            "upload_time_iso_8601": "2024-01-22T19:39:58.206069Z",
            "url": "https://files.pythonhosted.org/packages/4d/64/3ef0d37a85d005f981b87691d62592fc83b4581f451293d8b25412e6173b/deep_pipe-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 19:39:58",
    "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: 0.15696s