wsgidav.util.get_etag

wsgidav.util.get_etag(file_path)[source]

Return a strong Entity Tag for a (file)path.

http://www.webdav.org/specs/rfc4918.html#etag

Returns the following as entity tags:

Non-file - md5(pathname)
Win32 - md5(pathname)-lastmodifiedtime-filesize
Others - inode-lastmodifiedtime-filesize