From f94edc68bfc161e01cea1fbe2fc7c1373b633277 Mon Sep 17 00:00:00 2001 From: Chris Brousseau Date: Mon, 11 Jan 2021 10:26:27 -0500 Subject: [PATCH] Adding `ignition` to Programming resources Adding https://github.com/cbrews/ignition: Gemini Protocol Client for Python Developers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a19d94d..9e011f6 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Please contribute to this list to link to all the awesome gemini projects out th - [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. - [ruby-net-text](https://git.umaneti.net/ruby-net-text/) (Ruby) - Gemini support in Net::* and URI::* stack. +- [ignition](https://github.com/cbrews/ignition) (Python) - Gemini Client Transport/Request library for python3 ## Resources - [Gemini Specification](https://gemini.circumlunar.space/docs/specification.html) - the Gemini protocol specification.