Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 502 Bytes

File metadata and controls

25 lines (18 loc) · 502 Bytes

ava-cli

Installation

pip install --editable .

What is it ?

A cli to configure the interface

The CLI will be able to connect to the background running process AVA Daemon. It will allow the user to perform a bunch of actions :

  • Authenticate (with the web api)
  • Log out
  • Fetch a list of plugins with parameters
  • Get full information about a plugin
  • Download & install a plugin
  • Activate / Desactive a plugin
  • Uninstall a plugin
  • Play/Pause AVA vocal

It's made in Python