No project description provided
Project description
HRM tools
Collection of tools for HARMONI.
So far only one tool is made to read and handle device list
Installation
From pip
> pip install hrmtools
from sources
> git clone git@gricad-gitlab.univ-grenoble-alpes.fr:guieus/hrmtools.git
> cd hrmtools
> python setup.py install
Exemple
from hrmtools.devices.cls import Devices
devices = Devices.from_xls('/path/to/HRM-00485_HCS_deviceList-3.xlsx')
print(devices.RWROT.unique_letter)
# same as
print(devices['RWROT']['unique_letter'])
print(repr(devices['RWROT']))
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
hrmtools-0.1.dev6.tar.gz
(10.3 kB
view details)
File details
Details for the file hrmtools-0.1.dev6.tar.gz.
File metadata
- Download URL: hrmtools-0.1.dev6.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76ca7a7a6fa22d2ccd713e75feac4acf05848653196d5abf39d031670dd14c48
|
|
| MD5 |
e449cb24dcf0dd22485653ecf411844c
|
|
| BLAKE2b-256 |
8a8609b5c2b284ceeca9ee319a5b569b2a4b96b405bce1956ab746c187e1f256
|