mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 12:20:49 -04:00
since I'm not packaging gitfs soon, I don't need them Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
13 lines
665 B
XML
13 lines
665 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<!-- maintainer-needed -->
|
||
<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>
|