Metadata-Version: 2.1
Name: imcs
Version: 0.0.1
Summary: A CLI for adding metadata in JSON format to iRODs objects
Project-URL: Homepage, https://gitlab.rlp.net/hpc/imcs
Project-URL: Bug Tracker, https://gitlab.rlp.net/hpc/imcs/-/issues
Author-email: Timo Wentong Lin <lin@uni-mainz.de>
License-File: LICENSE.md
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: irods-avu-json>=2.1.0
Description-Content-Type: text/markdown

Python CLI wrapper for Maastricht's json avu.
Takes a JSON file and annotates an iRODS object accordingly.


## Usage


On the command line you can use the module with the following command:

schema2avu [-h] -j JSON d|C|R file

positional arguments:\
&emsp; d|C|R &emsp;&emsp;&emsp;&emsp; the irods resource type [d=data objects (file), C=collection (directory), R=resources]\
&emsp;  file &emsp;&emsp;&emsp;&emsp;&emsp; path to data object, collection or resource

Defining input Files:\
&emsp;-j JSON, --json &emsp;JSON  defines json schema input


## Acknowledgments
A lot of thanks to Christian Meesters who provided the initial script and who will publish an improved 
version later.