mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 12:20:49 -04:00
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
16 lines
762 B
XML
16 lines
762 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>lssndrbarbieri@gmail.com</email>
|
||
<name>Alessandro Barbieri</name>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
Sanic is a Python 3.6+ web server and web framework that’s written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
|
||
|
||
The goal of the project is to provide a simple way to get up and running a highly performant HTTP server that is easy to build, to expand, and ultimately to scale. </longdescription>
|
||
<upstream>
|
||
<remote-id type="github">huge-success/sanic</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|