gnome-extension-publisher


License
Apache-2.0
Install
pip install gnome-extension-publisher==0.4.9

Documentation

Gnome Extension Publisher

Tool to upload Gnome-Shell extensions to extensions.gnome.org.

Build Status

This is a fork of 'gnome-extension-uploader' which seems to be abandoned.
You can find this python module on https://pypi.org/project/gnome-extension-publisher/

Install

pip install gnome-extension-publisher

How to use

gep build # runs glib-compile-schemas and builds the zip file
gep publish --username <YOUR_EXTENSIONS_GNOME_ORG_USERNAME> --password <YOUR_EXTENSIONS_GNOME_ORG_PASSWORD>
gep --help # for help :)

You can also provide your username and password via environment variables (GEP_USERNAME, GEP_PASSWORD).

Support

Feel free to submit a pull request