From c7255d13653532d1ed2fd5f7d16ca8faf08db89b Mon Sep 17 00:00:00 2001 From: dachshund Date: Wed, 6 Mar 2013 13:56:31 -0500 Subject: [PATCH] Applications. --- tuf/interposition/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tuf/interposition/README.md b/tuf/interposition/README.md index 594e748c..940bd9e0 100644 --- a/tuf/interposition/README.md +++ b/tuf/interposition/README.md @@ -144,6 +144,19 @@ tuf.interposition.configure( ) ``` +## Applications + +### Seattle + TUF + +We have a private demonstration of the +[Seattle](https://seattle.cs.washington.edu/) software updater over TUF, which +we expect to publish soon. + +### PyPI + TUF + pip + +We have a demonstration of the Python package manager, [pip, over +TUF](https://github.com/dachshund/pip/tree/tuf). + ## Limitations (at the time of writing) - The entire `urllib` or `urllib2` contract is not honoured.