aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sanic/metadata.xml')
-rw-r--r--dev-python/sanic/metadata.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/sanic/metadata.xml b/dev-python/sanic/metadata.xml
new file mode 100644
index 000000000..2208048e8
--- /dev/null
+++ b/dev-python/sanic/metadata.xml
@@ -0,0 +1,15 @@
+<?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>