Metadata-Version: 2.1
Name: guhs-server
Version: 2
Summary: GRUB UEFI HTTP Selector Server
Home-page: https://github.com/jamofer/guhs-server
Author: Javier Moragón
Author-email: jamofer@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Boot
Classifier: Topic :: System :: Boot :: Init
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# GUHS Server

### GRUB UEFI HTTP Selector Server.
GUHS Server exposes the GUHS application configuration storage.

This application it's part of [GRUB UEFI HTTP Selector](https://github.com/jamofer/grub-uefi-http-selector), for
further information please visit the GitHub project.

## Requirements
* python3.7

## Installation
```shell
pip3 install guhs-server
```

## Usage
```shell
# Run gush-server command and take the hostname:port for GUHS CLI
gush-server
```


