Name | pyvtools JSON |
Version |
1.2.0
JSON |
| download |
home_page | None |
Summary | Python tools |
upload_time | 2024-10-01 11:00:22 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11.0 |
license | MIT License |
keywords |
deep learning
pytorch
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PyVTools
General custom tools to work in scientific research using Python
## Getting Started
### Installation
This package can easily be installed using `pip`:
```bash
pip install pyvtools
```
An alternative installation that partially uses Anaconda would involve...
1. First, install some Anaconda distribution, in case you do not have any:
https://docs.anaconda.com/anaconda/install/
2. Then, create an Anaconda environment with Python 3.11.0
```bash
conda create -n dev python=3.11.0
```
3. Activate the environment
```bash
conda activate dev
```
3. Then, install all required packages by running the `install.sh` script:
```bash
yes | . install.sh
```
This will have executed...
```bash
conda install python=3.11.0 numpy<=1.26.4 \
matplotlib conda-forge::opencv scikit-image pillow scikit-learn conda-forge::tifffile
pip install pyvtools
```
5. That's it! You're good to go :)
That second installation procedure is designed to be overly redundant, so please feel free to follow your own installation procedure.
### Requirements
Provided installation steps are only guaranteed to work in Ubuntu 24.04.
In case you are following another installation procedure, this repository requires...
- Python 3.11.0
- Numpy <= 1.26.4
## Additional information
### Main Author Contact
Valeria Pais - @vrpais - valeriarpais@gmail.com
Raw data
{
"_id": null,
"home_page": null,
"name": "pyvtools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11.0",
"maintainer_email": null,
"keywords": "deep learning, pytorch",
"author": null,
"author_email": "Valeria Pais <valeriarpais@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e1/d9/60b046409ab520a6690141b0cd2ccb558b1c803e27af07cd106ec04aa9e9/pyvtools-1.2.0.tar.gz",
"platform": null,
"description": "# PyVTools\n\nGeneral custom tools to work in scientific research using Python\n\n## Getting Started\n\n### Installation\n\nThis package can easily be installed using `pip`:\n\n```bash\npip install pyvtools\n```\n\nAn alternative installation that partially uses Anaconda would involve...\n\n1. First, install some Anaconda distribution, in case you do not have any:\n https://docs.anaconda.com/anaconda/install/\n2. Then, create an Anaconda environment with Python 3.11.0\n ```bash\n conda create -n dev python=3.11.0\n ```\n3. Activate the environment\n ```bash\n conda activate dev\n ```\n3. Then, install all required packages by running the `install.sh` script:\n ```bash\n yes | . install.sh\n ```\n This will have executed...\n ```bash\n conda install python=3.11.0 numpy<=1.26.4 \\\n matplotlib conda-forge::opencv scikit-image pillow scikit-learn conda-forge::tifffile\n pip install pyvtools\n ```\n5. That's it! You're good to go :)\n\nThat second installation procedure is designed to be overly redundant, so please feel free to follow your own installation procedure.\n\n### Requirements\n\nProvided installation steps are only guaranteed to work in Ubuntu 24.04.\n\nIn case you are following another installation procedure, this repository requires...\n\n- Python 3.11.0\n- Numpy <= 1.26.4\n\n## Additional information\n\n### Main Author Contact\n\nValeria Pais - @vrpais - valeriarpais@gmail.com\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python tools",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://github.com/0xInfty/PyVTools",
"Issues": "https://github.com/0xInfty/PyVTools/issues",
"Repository": "https://github.com/0xInfty/PyVTools.git"
},
"split_keywords": [
"deep learning",
" pytorch"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3a1647c2abba0d03f0d25e2068963521322681484838cc45273cffd4c0905e12",
"md5": "5a137c7bd525eb22e35dd496d0a2d7d1",
"sha256": "34881da6a13a7bc639460fc98b990d3d39160ad7a122630caf63b0f145d632c0"
},
"downloads": -1,
"filename": "pyvtools-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5a137c7bd525eb22e35dd496d0a2d7d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11.0",
"size": 8667,
"upload_time": "2024-10-01T11:00:20",
"upload_time_iso_8601": "2024-10-01T11:00:20.774052Z",
"url": "https://files.pythonhosted.org/packages/3a/16/47c2abba0d03f0d25e2068963521322681484838cc45273cffd4c0905e12/pyvtools-1.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e1d960b046409ab520a6690141b0cd2ccb558b1c803e27af07cd106ec04aa9e9",
"md5": "cae1467cacd5cb41da2a4411ee86d9d3",
"sha256": "1029c002d64e30c476f539745644dcef31055d10a9161cc67746fc54a72075a3"
},
"downloads": -1,
"filename": "pyvtools-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "cae1467cacd5cb41da2a4411ee86d9d3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11.0",
"size": 8877,
"upload_time": "2024-10-01T11:00:22",
"upload_time_iso_8601": "2024-10-01T11:00:22.513202Z",
"url": "https://files.pythonhosted.org/packages/e1/d9/60b046409ab520a6690141b0cd2ccb558b1c803e27af07cd106ec04aa9e9/pyvtools-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-01 11:00:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "0xInfty",
"github_project": "PyVTools",
"github_not_found": true,
"lcname": "pyvtools"
}