Metadata-Version: 2.1
Name: gnome-shell-install-extension
Version: 1.1.0
Summary: Install Gnome Shell extension from zip files.
Home-page: https://github.com/zakora/gnome-shell-install-extension
Author: zakora
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Desktop Environment :: Gnome
Requires-Python: ~=3.5

= Gnome Shell Install Extension
Install Gnome Shell extension from zip files.
This project provides a CLI to manually install downloaded Gnome Shell extensions.

For a list of Gnome Shell extensions, see https://extensions.gnome.org.

== Installation

=== Requirements
Python >= 3.5

=== From PyPI
 pip3 install --user gnome-shell-install-extension

=== Manually
Clone the git repository or download it as an archive, then inside the directory do:

 pip3 install --user .

== Usage
After having downloaded an extension, for example `myextension.zip`, use the following command to install it:

 gnome-shell-install-extension myextension.zip

You can also install multiple extensions at once:

 gnome-shell-install-extension extension1.zip extension2.zip extension3.zip


