Command-line-interface for Sensei Robotics data
Project description
Sensei CLI
Installation
pip install sensei-cli
Example Usage
Note: Run sensei --help for further info.
List files
$ sensei --ls
(DIR) raw
(DIR) test1
2 results
$ sensei --ls raw
(DIR) raw/manual
raw/file1.txt
raw/file2.txt
3 results
Recursively download everything into a directory called sensei-data
sensei --recursive --download /
# or more concise:
sensei -rd
Recursively download everything into a directory called /PATH/TO/MYDIR
sensei --recursive --download / --out /PATH/TO/MYDIR
# or more concise:
sensei -rd / -o /PATH/TO/MYDIR
Download specific file
sensei --download path/to/my_file.txt
# or more concise:
sensei -d path/to/my_file.txt
Recursively download specific directory
sensei --recursive --download path/to/my_directory
# or more concise:
sensei -rd path/to/my_directory
Download everything and overwrite existing files
sensei --recursive --overwrite --download /
# or more concise:
sensei -rwd
Interactive mode
>> sensei -i
Entering interactive mode. Type 'help' for help, 'exit' to exit
sensei> ls
(DIR) dir1
1 results
sensei> ls dir1
(DIR) dir1/dir2
1 results
rdownload dir1/dir2
Recursively downloading from dir1/dir2 into /sensei-data...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sensei_cli-0.0.2.tar.gz
(29.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sensei_cli-0.0.2.tar.gz.
File metadata
- Download URL: sensei_cli-0.0.2.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79974a4d27e9f8ee081698fdcf77f1dd2cf4dcc8bb15f052d85228374f5cfacc
|
|
| MD5 |
d2d36fdf36118c2c9dab6fcab73a541a
|
|
| BLAKE2b-256 |
660a799589e52f22fd570b70382b5dc69c6bc903516f497feeeb11affcdcc004
|
File details
Details for the file sensei_cli-0.0.2-py3-none-any.whl.
File metadata
- Download URL: sensei_cli-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73b47efd9887f9af4ec68f122b70dfd6a886b2c4273835d040dd99cd81826525
|
|
| MD5 |
9b738f675ba595d8a7284ec36f0189a2
|
|
| BLAKE2b-256 |
2a99d999cd1fc5b0a87f7ff7407d2b2b541aef9b02aed5fa7a98b7043ca0d742
|