Python tools
Project description
PyVTools
General custom tools to work in scientific research using Python
Getting Started
Installation
This package can easily be installed using pip
:
pip install pyvtools
An alternative installation that partially uses Anaconda would involve...
- First, install some Anaconda distribution, in case you do not have any: https://docs.anaconda.com/anaconda/install/
- Then, create an Anaconda environment with Python 3.11.0
conda create -n dev python=3.11.0
- Activate the environment
conda activate dev
- Then, install all required packages by running the
install.sh
script:yes | . install.sh
This will have executed...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
- 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyvtools-1.2.0.tar.gz
.
File metadata
- Download URL: pyvtools-1.2.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1029c002d64e30c476f539745644dcef31055d10a9161cc67746fc54a72075a3 |
|
MD5 | cae1467cacd5cb41da2a4411ee86d9d3 |
|
BLAKE2b-256 | e1d960b046409ab520a6690141b0cd2ccb558b1c803e27af07cd106ec04aa9e9 |
File details
Details for the file pyvtools-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: pyvtools-1.2.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34881da6a13a7bc639460fc98b990d3d39160ad7a122630caf63b0f145d632c0 |
|
MD5 | 5a137c7bd525eb22e35dd496d0a2d7d1 |
|
BLAKE2b-256 | 3a1647c2abba0d03f0d25e2068963521322681484838cc45273cffd4c0905e12 |