Metadata-Version: 2.1
Name: tsd-api-client
Version: 3.4.5
Summary: A client for the TSD REST API
Home-page: https://github.com/unioslo/tsd-api-client
Author: Leon du Toit, Eirik Haatveit
Author-email: l.c.d.toit@usit.uio.no, haatveit@usit.uio.no
License: UNKNOWN
Description: ## TSD API Client
        
        Transport files and directories, no limits on size or amount, resumable by default, synchronise if needed.
        
        ## Install
        
        ```bash
        pip3 install tsd-api-client
        pip3 install tsd-api-client --upgrade # to get the latest version
        ```
        
        ## tacl
        
        Get started with `tacl`:
        
        ```bash
        tacl --guide config
        tacl --guide uploads
        tacl --guide downloads
        tacl --guide sync
        tacl --guide topics # to see all guides available
        tacl --help
        ```
        
        Set up shell completion:
        
        ```sh
        # for Bash, in ~/.bashrc:
        eval "$(_TACL_COMPLETE=source_bash tacl)"
        
        # for Zsh, in ~/.zshrc:
        eval "$(_TACL_COMPLETE=source_zsh tacl)"
        
        # for Fish, in ~/.config/fish/completions/tacl.fish
        eval (env _TACL_COMPLETE=source_fish tacl)
        ```
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
