Skip to main content

Library and command-line tool to calculate the Vogt-Bailey index of a dataset

Project description

VBIndex

Vogt-Bailey index toolbox in Python

Installation

It is possible to simply copy the folder vb_toobox to your project folder and proceed from there. If this is the case, be sure you have the following packages installed

multiprocess
nibabel
numpy
scipy

The preferred way to install is through pip. It is as easy as

pip install VBIndex

If your pip is properly configured, you can now use the program vb_index from your command line, and import any of the submodules in the vb_toolbox in your python interpreter.

Build

We use setuptool and wheel to build the distribution code. The process is described next. More information can be found here.

  1. Be sure that setuptools, twine, and wheel are up-to-dated
python3 -m pip install --user --upgrade setuptools wheel twine
  1. Run the build command
python3 setup.py sdist bdist_wheel
  1. Upload the package to pip
python3 -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VBIndex-0.0.2.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

VBIndex-0.0.2-py3-none-any.whl (22.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page