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.7.tar.gz
(45.5 kB
view details)
File details
Details for the file pyicat-plus-0.1.7.tar.gz
.
File metadata
- Download URL: pyicat-plus-0.1.7.tar.gz
- Upload date:
- Size: 45.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04afb180b7443f6c5ea8236b9e5267eff657592a768829421baf3119750234c |
|
MD5 | 483d84552201bd94734018c6722fea5c |
|
BLAKE2b-256 | c365a8b0025b716c960a70606f31aa8a52b3085fce6922a68a27657381e0ea63 |