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 f94edc68bfc161e01cea1fbe2fc7c1373b633277
parent 0ca7530f423001eb1a2f0f10ffe405d226a90951
Author: Chris Brousseau <cbrews@users.noreply.github.com>
Date:   Mon, 11 Jan 2021 10:26:27 -0500

Adding `ignition` to Programming resources

Adding https://github.com/cbrews/ignition: Gemini Protocol Client for Python Developers
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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.