Go to file
Michael Lazar d8f6d0b0a1 Some morning cleanup 2019-08-06 09:55:26 -04:00
resources Resize image for faster loading 2019-08-04 23:15:32 -04:00
.gitignore Add rocket image 2019-08-04 23:07:38 -04:00
.pre-commit-config.yaml Initial commit 2019-08-04 13:52:54 -04:00
LICENSE Adding license file 2019-08-04 21:49:10 -04:00
README.md Update README.md 2019-08-05 22:22:19 -04:00
jetforce.py Some morning cleanup 2019-08-06 09:55:26 -04:00
setup.py Bumping version 2019-08-05 23:15:49 -04:00

README.md

Jetforce

An experimental python server framework for the new, under development Gemini Protocol.

Learn more about Project Gemini from its designer, ~solderpunk, here.

rocket launch

Features

  • A modern python 3 codebase with type hinting and black formatting.
  • Lightweight, single-file web framework with zero dependencies.
  • A built-in static file server with support for .gemini directory map files.
  • Supports concurrent connections using an asynchronous event loop.
  • Extendable - loosely implements the WSGI server/application pattern.

Installation

Requires Python 3.7+ and OpenSSL

pip

$ pip install jetforce

git

$ git clone https://github.com/michael-lazar/jetforce
$ cd jetforce
$ python jetforce.py

TODO

  • Finish documentation :)