Files
guru/dev-python/sanic/metadata.xml
Alessandro Barbieri 3cfc06acf0 dev-python/*: orphan some packages
since I'm not packaging gitfs soon, I don't need them
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-08-22 03:17:37 +02:00

13 lines
665 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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 thats 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>