Tool to upload to gnome-look.org, store.kde.org, www.pling.com.
You can find this python module on https://pypi.org/project/pling-publisher/
pip install pling-publisherpling build # build an archive from the current folder.
pling publish --username <USERNAME> --password <PASSWORD> --project-id <PROJECT_ID> --file <PATH>
pling --help # for help :)You can also provide your username, password and project_id via environment variables (PLING_USERNAME, PLING_PASSWORD, PLING_PROJECT_ID).
Feel free to submit a pull request.