Skip to main content

A plugin with various tools and utilities to interact with viash using python.

Project description

viashpy

Various tools and utilities to interact with viash using python.

Installation

To install viashpy, you can do so from the python package index PyPI using pip.

pip install viashpy

Running the tests

To run the tests, clone the repository and install the development requirements by running the following command from the root of the repository:

pip install .[dev] # Do not forget to quote this if you are using zsh

By default, viashpy can tested against different python versions (more specifically 3.7 to 3.11) using tox. These versions of python must be made available to tox (by adding them to your PATH environment variable), for example by installing and enabling them using pyenv.

Afterwards, running the tests is a matter of executing:

tox .

Alternatively, if you wish to test for the python version installed on your system only, you can choose to only test -e parameter.

# Uses python3.7
tox -e py3.7

License

Copyright (C) 2020 Data Intuitive

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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

viashpy-0.7.0.tar.gz (31.6 kB view hashes)

Uploaded Source

Built Distribution

viashpy-0.7.0-py3-none-any.whl (20.5 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