A simple library for making Gemini protocol requests.
Find a file
2020-03-17 22:11:00 -04:00
docs Tiny doc fix 2019-10-10 18:26:09 -04:00
gusmobile Working client (minimal testing) 2019-10-10 18:24:50 -04:00
tests Initial project commit 2019-09-20 12:17:32 -04:00
.gitignore Common python .gitignore 2019-09-20 16:29:36 -04:00
LICENSE.md Initial project commit 2019-09-20 12:17:32 -04:00
README.rst Initial project commit 2019-09-20 12:17:32 -04:00
setup.py Remove name confict in setup.py 2020-03-17 22:11:00 -04:00

gusmobile
=======

This is a client library for the Gemini protocol. It is intended to provide a
programming interface that will be familiar to the users of the `requests'
library, though much simpler.

It is largely extracted from the code of AV-98, the command-line Gemini client
by solderpunk, the initiator of the Gemini protocol project.