dmzoneill / pling-publisher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pling Publisher

Tool to upload to gnome-look.org, store.kde.org, www.pling.com.

Build Status

You can find this python module on https://pypi.org/project/pling-publisher/

Install

pip install pling-publisher

How to use

pling 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).

Support

Feel free to submit a pull request.

About

License:Apache License 2.0


Languages

Language:Python 90.1%Language:Makefile 9.9%