aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-rwt/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-rwt/pkg-descr')
-rw-r--r--devel/py-rwt/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/py-rwt/pkg-descr b/devel/py-rwt/pkg-descr
new file mode 100644
index 000000000000..c02f6dfe1c0d
--- /dev/null
+++ b/devel/py-rwt/pkg-descr
@@ -0,0 +1,14 @@
+RWT (Run With This) provides on-demand dependency resolution.
+
+- Allows declaration of dependencies at runtime. - Downloads missing
+ dependencies and makes their packages available for import.
+- Installs packages to a special staging location such that they're not
+ installed after the process exits.
+- Relies on pip to cache downloads of such packages for reuse.
+- Supersedes installed packages when required.
+- Relies on packages already satisfied.
+- Re-uses the pip tool chain for package installation and pkg_resources for
+ working set management.
+
+WWW: https://pypi.python.org/pypi/rwt
+WWW: https://github.com/jaraco/rwt