2752: Move arv-put functionality to arvados.commands.put.
authorBrett Smith <brett@curoverse.com>
Thu, 22 May 2014 20:11:10 +0000 (16:11 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 30 May 2014 14:40:09 +0000 (10:40 -0400)
commit4406d50cdf2ae7b2c3e9846ddcf629ad535cf7fa
tree2406255a5e7419959d110b98e76807b8012b017c
parent601d191c37c7edcaca8a6176eae736982f750a89
2752: Move arv-put functionality to arvados.commands.put.

This will make it easier to unit test arv-put, and make it easier for
developers to extend or customize its functionality.
sdk/python/arvados/commands/__init__.py [new file with mode: 0644]
sdk/python/arvados/commands/put.py [new file with mode: 0644]
sdk/python/bin/arv-put