summaryrefslogtreecommitdiff
path: root/dev-python/klein/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-python/klein/metadata.xml
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-python/klein/metadata.xml')
-rw-r--r--dev-python/klein/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/klein/metadata.xml b/dev-python/klein/metadata.xml
new file mode 100644
index 000000000000..dab0ec77e4d3
--- /dev/null
+++ b/dev-python/klein/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <name>Brian Dolbec</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>hawkowl@twistedmatrix.com</email>
+ <name>Amber Brown</name>
+ </maintainer>
+ <remote-id type="pypi">klein</remote-id>
+ <remote-id type="github">twisted/klein</remote-id>
+ </upstream>
+ <longdescription>
+ Klein is a micro-framework for developing production-ready web services
+ with Python. It is 'micro' in that it has an incredibly small API
+ similar to Bottle and Flask. It is not 'micro' in that it depends on
+ things outside the standard library. This is primarily because it is
+ built on widely used and well tested components like Werkzeug and
+ Twisted.
+ </longdescription>
+</pkgmetadata>