Update README.md

This commit is contained in:
Michael Lazar 2019-08-08 21:45:26 -04:00 committed by GitHub
parent a283fc1d14
commit 730e6fe62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -1,8 +1,28 @@
<h1 align="center">Jetforce</h1> <h1 align="center">Jetforce</h1>
<p align="center">An experimental python server framework for the new, under development Gemini Protocol.</p> <p align="center">An experimental python server framework for the new, under development Gemini Protocol.</p>
<p align="center">Learn more about Project Gemini from its designer, ~solderpunk, <a href="https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini">here</a>.</p> <p align="center">Learn more about Project Gemini from its designer, ~solderpunk, <a href="https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini">here</a>.</p>
<p align="center">Check out a live server running this code here: <strong>gemini://mozz.us</strong></p>
<p align="center"><img alt="rocket launch" src="resources/rocket.jpg"/></p> <p align="center"><img alt="rocket launch" src="resources/rocket.jpg"/></p>
<p align="center">
<a href="https://pypi.python.org/pypi/jetforce/">
<img alt="pypi" src="https://img.shields.io/pypi/v/jetforce.svg?label=version"/>
</a>
<a href="https://github.com/michael-lazar/jetforce/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/michael-lazar/jetforce">
</a>
<a href="https://github.com/psf/black">
<img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
</a>
<a href="https://saythanks.io/to/michael-lazar">
<img alt="say-thanks" src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg"/>
</a>
</p>
## Features ## Features
- A modern python 3 codebase with type hinting and black formatting. - A modern python 3 codebase with type hinting and black formatting.