* Append package directory to path
* Import all local files prefixed by package name
* Updated readme with -m flag for local development
* Decresed help text width in readme
* Bumped version to 0.3.4
* Publish to pypi test using env variables from secret
* Also publish for this branch
* Uploaded config sig
* Updated incorrect image version declaration
* Enable publish to pypi & test pypi
* Split wheel and tarball dist into separate make cmds
* Add build for amd64 & arm64 arch + start of publish steps
* test step indentation fking with lint
* add missing pipenv command
* test explicitly defining wheel version
* try install requirements first
* sync pipenv after install
* fixed typo in pacakge name
* Publish depends on build
* Install python dependencies before publish
* Twince check command before upload
* If source is newer than pypi, exit 0 and continue pipeline
* If source is newer than pypi, exit 0 and continue pipeline
* Clearer output text for publish version
* Clearer output text for publish version
* Only run public package when interacting with master
* Updated readme and license in setup.py
* Remove test pypi publish ci step
* Exclude publish step when PR towards master
* Bumped package version to 0.3.2
* Try install built wheel with wildcard
* Sign drone config file
View docs for more info on signing: https://docs.drone.io/signature/
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
Moved all packages files to delugeClient folder.
Split contents of deluge_cli to __main__, utils, deluge & torrent.
Config default changed from config.ini --> delugeClient/default_config.ini.
Setup.py updated with new entry.