Skip to content

A development fork of ~rwa/gusmobile (Gemini Python Client).

License

Notifications You must be signed in to change notification settings

futuraperdita/gusmobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

requirements

  • Python >= 3.10

usage

import gusmobile

url = "gemini://geminispace.info"

response = gusmobile.fetch(url)
print response

About

A development fork of ~rwa/gusmobile (Gemini Python Client).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages