Metadata-Version: 2.1
Name: trussws
Version: 0.1
Summary: A web server that acts as a temporary, browser-based bridge to a remote machine.
Home-page: https://github.com/mqsoh/truss
Author: Mason Staugler
Author-email: mason@staugler.net
License: MIT license
Keywords: file,manager,http,server,ssl,basic,http,auth
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License

Truss is a temporary, browser-based bridge to a remote machine. It will serve and receive files over an SSL connection with basic HTTP authorization. It will shut itself down (after five minutes, by default). It is meant to augment my usage of python -m SimpleHTTPSever.

