-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
37 lines (31 loc) · 1.16 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Metadata-Version: 2.1
Name: gnome-extension-publisher
Version: 0.4.11
Summary:
Home-page: https://github.com/dmzoneill/gnome-extension-publisher
Author: David O Neill
Author-email: dmz.oneill@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests
Requires-Dist: typer
Project-URL: Repository, https://github.com/dmzoneill/gnome-extension-publisher
Description-Content-Type: text/markdown
# Gnome Extension publisher
Tool to upload Gnome-Shell extensions to [extensions.gnome.org](https://extensions.gnome.org).
This is a fork of 'gnome-extension-uploader' which seems to be abandoned.
## Install
```console
pip install gnome-extension-publisher
```
## How to use
```console
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