From 083899d6088492b1bc7e01f74be015070224f2c2 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 20 Feb 2015 18:35:30 +0100 Subject: Some tests and using python netrc module --- README.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..bba5554 --- /dev/null +++ b/README.txt @@ -0,0 +1,30 @@ +=========== +fuse-httpfs +=========== + +python-requests based fuse read-only filesystem + +Usage +----- + +### Setup + +Create a directory to be used as a mountpoint. + +### Starting + +run with --help + +### Using + +* access the mountpoint +* open directory for schema (http/https) +* open an (maybe non-existing) directoring with the desired hostname + + +Remote machines configure in ~/.netrc will appear automatically. python-requests will pick-up the authentication infos from .netrc + + +## Run the tests + + python3.4 -m unittest test -- cgit v1.2.1