summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/eventlet/metadata.xml')
-rw-r--r--dev-python/eventlet/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/eventlet/metadata.xml b/dev-python/eventlet/metadata.xml
new file mode 100644
index 0000000..70d2bef
--- /dev/null
+++ b/dev-python/eventlet/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <longdescription>
+ Eventlet is a concurrent networking library for Python that allows you to change
+ how you run your code, not how you write it. It uses epoll or libevent for highly
+ scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking
+ style of programming that is similar to threading, but provide the benefits of
+ non-blocking I/O. The event dispatch is implicit, which means you can easily use
+ Eventlet from the Python interpreter, or as a small part of a larger application.
+ </longdescription>
+</pkgmetadata>