Replaced docopt with typer. Bumps version to 0.3.0

Switched out the cli package to typer.
Removed progress command since it did mostly what ls did.
Priting Torrents pads output to be a bit more readable.
Make sure to disconnect from deluge & ssh before script exits
This commit is contained in:
2022-09-28 21:11:08 +02:00
parent 9f959dd171
commit 8597615e68
5 changed files with 115 additions and 131 deletions

View File

@@ -25,9 +25,9 @@ setup(
install_requires=[
'colored',
'deluge-client',
'docopt',
'requests',
'sshtunnel',
'typer',
'websockets'
],
classifiers=[