python-irodsclient
python-irodsclient copied to clipboard
A Python API for iRODS
> The language here shifts to versions of the iRODS server... but we can tweak it later. _Originally posted by @trel in https://github.com/irods/python-irodsclient/pull/524#discussion_r1581282248_ For expediency in release schedule, some potentially...
If there were a valid reason for masking the original server-given exception types and codes, it might be to add some consistency to the client interface, as @alanking noted in...
Even though groups are just users without passwords in iRODS, it seems to me that it would be nice to keep the `iRODSGroup` and `iRODSUser` types separated completely by not...
Consider reserving `-h` for printing the help text. Or add a few lines to the README explaining how to view the help text. _Originally posted by @korydraughn in https://github.com/irods/python-irodsclient/pull/527#discussion_r1562522032_
Hi, when I wanted to rename (not move - copy/remove) a heavy collection (large in size and so many nested sub items), the PRC failed whereas I could rename this...
See https://github.com/irods/irods/blob/3af66900a0189690deaece96d61f26a52b6c3f7b/lib/api/include/irods/replica_truncate.h
See https://github.com/irods/irods/blob/3af66900a0189690deaece96d61f26a52b6c3f7b/lib/api/include/irods/get_library_features.h
4.3.1 reference documentation: https://docs.irods.org/4.3.1/doxygen/touch_8h.html#ad949ddc691d27b38f7fb30df864219df
There are a few BATS tests in this repository that are not run along with the python unittest tests. We should look into how to run these automatically along with...
... for the new authentication framework in 4.3.0+ Because the iCommands do it this way, it's probably best to echo that approach here.