visa

Python bindings for the VISA API


Keywords
visa, api, payments, visa-python
License
MIT
Install
pip install visa==2.21.0

Documentation

VISA Python Library

Build Status Coverage Status PyPI

The VISA Python library provides convenient access to the VISA API from applications written in the Python language.

Documentation

See the VISA API docs.

Installation

You don't need this source code unless you want to modify the package. If you just want to use the package, just run:

pip install --upgrade visa

Install from source with:

python setup.py install

Requirements

  • Python 2.7+ or Python 3.4+ (PyPy supported)