Python client to ICAT+
Project description
PyIcat-Plus
A python client for ICAT+.
Getting started
Register raw datasets with ICAT
icat-store-raw --beamline id00 \
--proposal id002207 \
--path /data/visitor/path/to/dataset1 \
--dataset test1 \
--sample mysample
icat-store-raw --beamline id00 \
--proposal id002207 \
--path /data/visitor/path/to/dataset2 \
--dataset test2 \
--sample mysample
Register processed data with ICAT
icat-store-processed --beamline id00 \
--proposal id002207 \
--path /data/visitor/path/to/processed \
--dataset testproc \
--sample mysample \
--raw /data/visitor/path/to/dataset1 \
--raw /data/visitor/path/to/dataset2
Test
With threads
python -m pip install -e .[test]
pytest
With gevent
python -m pip install -e .[test]
python -m pip install gevent
python -m gevent.monkey --module pytest
Documentation
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
pyicat_plus-0.1.8.tar.gz
(47.6 kB
view details)
File details
Details for the file pyicat_plus-0.1.8.tar.gz
.
File metadata
- Download URL: pyicat_plus-0.1.8.tar.gz
- Upload date:
- Size: 47.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3101c14749da2100c4c14bb1f83542d499d7f67965ac45480e4041c63eebd3f1 |
|
MD5 | 4aa03674f085d8c069193098e26f819b |
|
BLAKE2b-256 | 13c5600a11f8d0b941ab66729a6c612d6bb91e784557e97af9c5b67ecb8f1271 |