feat: CLI for uploading/deleting files to/from EOS
This adds itkdb eos upload
and itkdb eos delete
CLI commands, and does a minor refactor of the client.py
code to pull out the EOS
specific (pycurl
) into eos.py
to make it easier to manage in the long run.