Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 579 Bytes

File metadata and controls

21 lines (16 loc) · 579 Bytes

BoxPy

Box.com python client

Currently supported operations:

  • Upload files
  • List files

How to use:

$ python box.py
usage: box.py [-h] [--upload | --list | --createconf] [--files <file> [<file> ...]] [-c <config_file>]

Box.com python client

optional arguments:
  -h, --help            Show this help message and exit
  --upload              Upload local files
  --list                List remote files
  --createconf          Create configuration file 
  --files <file> [<file> ...]
  -c <config_file>, --config <config_file>