(yet another) web based iRODS browser.
- python 3+
- yarn/npm
pip install python-irodsclient
pip install starlette
pip install uvicorn
cd client
yarn install
yarn run build
uvicorn server:app
- Open web browser at http://127.0.0.0:8000
- Profit!
(yet another) web based iRODS browser.
pip install python-irodsclient
pip install starlette
pip install uvicorn
cd client
yarn install
yarn run build
uvicorn server:app