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
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 viashpy-0.2.1.tar.gz
.
File metadata
- Download URL: viashpy-0.2.1.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee79a5b06129d2b3a66d02b43634e0e99f87ea21f220755286c22daae6799ad |
|
MD5 | 3274a8420dd28560c379fb37f1b882e5 |
|
BLAKE2b-256 | 14f57b80ba238d76e3e06e5b50d6440c187db31de87c51a4e3b3a779b2084d54 |
Provenance
File details
Details for the file viashpy-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: viashpy-0.2.1-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 574a40f35d419e80f34dc87a8734d3ef158a84e21f18c0f80367187a35d7e0a2 |
|
MD5 | 8b426ef289c79efa8430e34e10977459 |
|
BLAKE2b-256 | 1336e743611cb5500f2defdc2d941bf51e9540a56a415d2a8631a812850e13c4 |