Summary
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.
Versions
v20.6.0 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
Dependencies
dev-python / attrs : Attributes without boilerplate
dev-python / hyperlink : A featureful, correct URL for Python
dev-python / incremental : Incremental is a small library that versions your Python projects
dev-python / six : Python 2 and 3 compatibility library
dev-python / tubes : Flow control and backpressure for event-driven applications
dev-python / twisted : An asynchronous networking framework written in Python
dev-python / werkzeug : Collection of various utilities for WSGI applications
dev-python / zope-interface : Interfaces for Python
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / attrs : Attributes without boilerplate
dev-python / hyperlink : A featureful, correct URL for Python
dev-python / incremental : Incremental is a small library that versions your Python projects
dev-python / six : Python 2 and 3 compatibility library
dev-python / tubes : Flow control and backpressure for event-driven applications
dev-python / twisted : An asynchronous networking framework written in Python
dev-python / werkzeug : Collection of various utilities for WSGI applications
dev-python / zope-interface : Interfaces for Python
Depending packages
dev-util / buildbot-badges : Buildbot badges plugin produces an image in SVG or PNG format...
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/klein: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-python/klein: Version bump
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-python/klein: New pkg, dep of dev-util/buildbot-badges
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>