pyvtools


Namepyvtools JSON
Version 1.3 PyPI version JSON
download
home_pageNone
SummaryPython tools
upload_time2025-02-12 15:28:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13.0
licenseMIT 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
   ```bash
   conda create -n dev python
   ```
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 \
       numpy 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.

## 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.13.0",
    "maintainer_email": null,
    "keywords": "deep learning, pytorch",
    "author": null,
    "author_email": "Valeria Pais <valeriarpais@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d7/48/67242c44b950f0f115ed109612dd0c52b37842acddc72bba817fb1a7994b/pyvtools-1.3.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\n   ```bash\n   conda create -n dev python\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 \\\n       numpy 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\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.3",
    "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": "073cde8fe03751a9f1e602f8d6b5e56ff75ebe476632c9f07084b7129c80f5b1",
                "md5": "b32528a71cd4114bcf93e1d685f92fc3",
                "sha256": "607769608eac5b9eb50a148cbd60418e74765dabf02811950378aa74c1ae6920"
            },
            "downloads": -1,
            "filename": "pyvtools-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b32528a71cd4114bcf93e1d685f92fc3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13.0",
            "size": 9750,
            "upload_time": "2025-02-12T15:28:11",
            "upload_time_iso_8601": "2025-02-12T15:28:11.395386Z",
            "url": "https://files.pythonhosted.org/packages/07/3c/de8fe03751a9f1e602f8d6b5e56ff75ebe476632c9f07084b7129c80f5b1/pyvtools-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d74867242c44b950f0f115ed109612dd0c52b37842acddc72bba817fb1a7994b",
                "md5": "4cdb70f33568fe52ab8565863dbedf82",
                "sha256": "6be149bc4ba1affdc98d8d61133f6ff875528d0393e386b86a348e7d43a764c0"
            },
            "downloads": -1,
            "filename": "pyvtools-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4cdb70f33568fe52ab8565863dbedf82",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13.0",
            "size": 9745,
            "upload_time": "2025-02-12T15:28:12",
            "upload_time_iso_8601": "2025-02-12T15:28:12.474010Z",
            "url": "https://files.pythonhosted.org/packages/d7/48/67242c44b950f0f115ed109612dd0c52b37842acddc72bba817fb1a7994b/pyvtools-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 15:28:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0xInfty",
    "github_project": "PyVTools",
    "github_not_found": true,
    "lcname": "pyvtools"
}
        
Elapsed time: 3.62022s