Server Management Python scripts - Top 4 Download

Server Management Python script downloads

NTLM Authorization Proxy Server

NTLM Authorization Proxy Server (APS) is a proxy software that allows you to authenticate via a MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can change ...
Python

Obelisk Web Server

Obelisk Web Server is a small web server writen in python with support to cgi(perl/python). It can run on Unix, Linux, Windows, MacOS and any other plataform who support Python, Sockets and Threads. ...
Python

Simple web request benchmark

Simple web request benchmark script measures the amount of time to perform each portion of a request to a single file many times, and prints the results in a reasonable fashion. Thisults in a reasonabill repeatedly download one file from a given server for some amount of time with some number ...
Python

Papercut

Papercut is a NNTP server written in Python. Its main objective is to integrate existing web based message board software (Phorum is one of the supported ones) with an Usenet front-end.However, its extensibility enables developers to write their own containers for the storage of the Usenet articles (messages). That means that ...
Python

CMFRevisionManager

CMFRevisionManager is a light weight revision management product for CMF/Plone. It is a wrapper of RevisionManager and RevisionObjects for CMF/Plone. It provides a simple UI to syncronize CMF contents and CVS Files. Also, it brings all CVS version feature to CMF/Plone. ...
Python

Twisted BitTorrent Client Server

This script contains two modules that run a BitTorrent server, and uses Twisted as a client to coordinate control-message passing, and progress monitoring. The server can be run as a separate process, or as a thread within the client -- the same messages can be passed back and forth.Control messages can ...
Python

popPeek

This script shows the headers from messages in a popbox and allows the user to delete messages on the server before downloading them. Only works with pop-servers that support the TOP-command. ...
Python

Write a file to a WebDAV Server

This script is an extremely simple example of using homepage to write a file to a WebDAV server. This version does not use any authentication mechanism. ...
Python

Simple stoppable server using socket timeout

The usual Python HTTP server never stops. Since there is the timeout option in the socket module, this script provides you an easy way to do a clean shutdown of a running server. ...
Python

CGI shell

This script runs an arbitrary string on the server as a shell command.It mimics a very basic shell environment on a server using CGI. ...
Python

http Exploring Headers and Cookies from Servers

This CGI script allows you to specify a URL, then it fetches the URL and displays all the headers sent by the server.  This script demostrates using urllib2 to fetch a URL - using a request object with User-Agent header. It also demostrates basic authentication and shows the possible http errors - ...
Python

Transmitting exceptions through XML RPC

Python's xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a customized subclass of xmlrpclib.ServerProxy that looks for Fault exceptions where the message is of the form :, and raises the corresponding exception. ...
Python

GoogleCacheServer

This is a simple implementation of a proxy server that fetches web pages from the google cache. It allows you to view the internet through the eyes of google ! Fire it up and point your browser at localhost:8000. ...
Python

Environment Variables

A short and simple script to print your Web server's environment variables to the screen using mod_python and the Publisher handler. ...
Python

Server side JavaScript dependency resolution

This script was creates for easing maintenance of JavaScript files and their inclusions in web pages by server-side dependency resolution. ...
Python

xmlrpc server client

xmlrpc server/client script does cookie handling and supports basic authentication. The client sends a request with basic authentication and the server on successful authentication sends response back and also sends cookies with authentication id. ...
Python

Python Community Server

Python Community Server is a free replacement (in Python) for Radio Community Server and a miniature application server, with an embedded almost-OO database and a very quick script handler. ...
Python

FCGI

The fcgi.py Python module handles communication with the FastCGI module of the Apache or Stronghold web server without using the FastCGI developers kit, but will also work in a non-FastCGI environment, (straight CGI.) ...
Python

Maki

Maki is a webserving framework built on Python and XML. It allows a web developer to send an XML input document through any number of steps, where each step is either a stylesheet transformation or a custom process. A processor that evaluates embedded Python code is included. The output of each ...
Python