Metadata-Version: 2.1
Name: aiogemini
Version: 0.1.0
Summary: Gemini protocol implementation for asyncio
Home-page: https://github.com/keis/aiogemini
Author: David Keijser
Author-email: keijser@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# aiogemini

This package provides implementations of a client and server speaking the
(gemini protocol)[0] built on the python stdlib asyncio primitives.

it is a work in progress.

try `python -m aiogemini.server` or `python -m aiogemini.client` for something
to look at.


