awesome-gemini

A collection of awesome things regarding the gemini protocol ecosystem.
git clone https://git.clttr.info/awesome-gemini.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit da550996deff449fc79c065a8d6eede3d914c3f1
parent 805c08774d649838dbac6ff37f9e41b2d49031d5
Author: Stéphane Bortzmeyer <stephane+github@bortzmeyer.org>
Date:   Mon,  1 Feb 2021 14:27:36 +0100

Update README.md

Add the Agunua library
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -78,6 +78,7 @@ Repo mirrors: - [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) (Go) - a more recent fork of the library above. - [gig](https://github.com/pitr/gig) (Go) - a Gemini framework. - [ignition](https://github.com/cbrews/ignition) (Python) - a Gemini client transport/request library for python3. +- [Agunua](https://framagit.org/bortzmeyer/agunua) (Python) - a Gemini library to write clients. Includes IRI support, gemtext parsing and a CLI tool. - [kaksik](https://github.com/sergetymo/kaksik) (Deno/TypeScript) - middleware library for building server applications. - [ruby-net-text](https://git.umaneti.net/ruby-net-text/) (Ruby) - Gemini support in Net::* and URI::* stack.