Hammerspace CLI tool and python toolkit (hstk)
Project description
Hammerspace CLI tool and python toolkit (hstk)
Supports Hammerspace release 4.6.0 and later.
Install
Installing with pip
The easiest way to install the hs command + hstk library is with pip. You may need to use your package manager (yum/apt/etc) to install the python-pip package. Once you have the 'pip' command, decide if you want to install for all users in the system libraries or for just your account.
As your user (installs in your account only) or using sudo/root (installs in system directories):
$ pip install hstk
This will pull down the needed dependencies as well. This does not install the bash completions, see shell completions
python click dependency
There is a dependency on the click python package. It is known to work with click version 6.7 that comes from the EPEL repo for centos 7. The easiest thing to do is to grab that RPM. If you have EPEL repos enabled: $ yum install python2-click
If not, you can build your own RPM of click... This example grabs an older version of click, if you try a newer version and it doesn't work, plese file a bug at https://github.com/hammer-space/hstk
$ yum install rpm-build $ wget https://github.com/pallets/click/archive/6.7.tar.gz $ tar xzvf 6.7.tar.gz $ cd click-6.7/ $ python2 setup.py bdist_rpm $ ls -l dist/click-6.7-1.noarch.rpm -rw-r----- 1 user group 120312 Dec 18 19:59 dist/click-6.7-1.noarch.rpm
building hstk rpm
$ git clone https://github.com/hammer-space/hstk.git $ cd hstk $ python2 setup.py bdist_rpm $ ls -l dist/hstk-4.1.0.1-1.noarch.rpm -rw-r----- 1 root root 20652 Dec 18 20:01 dist/hstk-4.1.0.1-1.noarch.rpm
shell completion
The above pip and rpm install methods don't configure shell completion. The short version, for bash, to enable system wide completions, add this file $ cat /etc/bash_completion.d/hs_bash_completion eval "$(_HS_COMPLETE=source hs)"
More details on how to enable shell completion are available from the Click Project
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 Distributions
File details
Details for the file hstk-4.6.0.4.tar.gz
.
File metadata
- Download URL: hstk-4.6.0.4.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6752833e1d51deec39f80ad36615e465560dd43eaf583acbb72447afd0330a4c |
|
MD5 | a7ddd041be7391d8f998a7f2713063d5 |
|
BLAKE2b-256 | ae71a0fd0949afdfcfc891b6c9a05d77731c6e4068fc5a7fe13d96666d170225 |
File details
Details for the file hstk-4.6.0.4-py3-none-any.whl
.
File metadata
- Download URL: hstk-4.6.0.4-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd503cec3d5985e4bdbfaad0b6a056427ad000402bd054ef1e6f99b0a11b0085 |
|
MD5 | 112a4f6519dc42877a6750eab46821e0 |
|
BLAKE2b-256 | 6920d9182e55b690b6d1bbf82764fdbc43e623f5cb9019bf3f0749c552a4d461 |
File details
Details for the file hstk-4.6.0.4-py2-none-any.whl
.
File metadata
- Download URL: hstk-4.6.0.4-py2-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f445a0b8baf79b6dadb5b11cf7e27bee939aad6d6fe070e488204586329f0dd0 |
|
MD5 | 28da4b0f9ba9114c028ce95f3969d789 |
|
BLAKE2b-256 | 2cdb761b4914792deb4006849ccf1e1d2c38551c05ec37656da17c99171d9fc8 |