Name | deep-pipe JSON |
Version |
0.4.3
JSON |
| download |
home_page | https://github.com/neuro-ml/deep_pipe |
Summary | A collection of tools for deep learning experiments |
upload_time | 2024-11-25 12:13:21 |
maintainer | None |
docs_url | None |
author | NeuroML Group |
requires_python | >=3.7 |
license | MIT License Copyright (c) 2017-2024 NeuroML Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
imageio
numpy
scipy
pandas
scikit-learn
tqdm
pdp
lazycon
loky
torch
imops
|
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.7",
"maintainer_email": null,
"keywords": null,
"author": "NeuroML Group",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ab/cf/5977ed6ef088a55a6c669ebca7e1362caa7a4b1586113e529c9f22762d4c/deep_pipe-0.4.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",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2017-2024 NeuroML Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A collection of tools for deep learning experiments",
"version": "0.4.3",
"project_urls": {
"Download": "https://github.com/neuro-ml/deep_pipe/v0.4.3.tar.gz",
"Homepage": "https://github.com/neuro-ml/deep_pipe",
"Issues": "https://github.com/neuro-ml/deep_pipe/issues",
"Source": "https://github.com/neuro-ml/deep_pipe"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "abcf5977ed6ef088a55a6c669ebca7e1362caa7a4b1586113e529c9f22762d4c",
"md5": "0c71cca19f4ff103c0d615d884e01d63",
"sha256": "5fd8e384b9e0aa4f33e479d5409ece7d446a11f9206ff0022140f908ede06b6b"
},
"downloads": -1,
"filename": "deep_pipe-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "0c71cca19f4ff103c0d615d884e01d63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 62734,
"upload_time": "2024-11-25T12:13:21",
"upload_time_iso_8601": "2024-11-25T12:13:21.647755Z",
"url": "https://files.pythonhosted.org/packages/ab/cf/5977ed6ef088a55a6c669ebca7e1362caa7a4b1586113e529c9f22762d4c/deep_pipe-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 12:13: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": [
{
"name": "imageio",
"specs": []
},
{
"name": "numpy",
"specs": [
[
"<",
"3.0.0"
]
]
},
{
"name": "scipy",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "scikit-learn",
"specs": [
[
">=",
"0.19"
]
]
},
{
"name": "tqdm",
"specs": []
},
{
"name": "pdp",
"specs": [
[
"==",
"0.3.*"
]
]
},
{
"name": "lazycon",
"specs": [
[
"<",
"1.0.0"
],
[
">=",
"0.1.0"
]
]
},
{
"name": "loky",
"specs": [
[
">=",
"3.0.0"
],
[
"<",
"4.0.0"
]
]
},
{
"name": "torch",
"specs": []
},
{
"name": "imops",
"specs": [
[
"<",
"1.0.0"
],
[
">=",
"0.8.4"
]
]
}
],
"lcname": "deep-pipe"
}