Skip to main content

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


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 hashes)

Uploaded Source

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