HttpShell

HttpShell 0.8.0

HttpShell is an interactive shell for issuing HTTP commands to a web server or REST API.Issue HTTP commands (HEAD, GET, POST, PUT, DELETE) to a server with visual feedback. Makes debugging REST services much more interactive than cURL.UsageTreats the...

aws-trade-in is a command-line Python utility to search large sets of SKUs in the Amazon Trade-In program.Amazon has a great app for scanning books for trade-in, but for checking eligibility periodically, it becomes rather tedious.The SolutionThe books...

ScribeHandler is a simple proxy layer that works with the python standard logging module. It acts a a handler object that gets added to a logger in the standard way.Important bits:When instantiating the handler, you will want to specify the connection...

shell_command is a simple set of shell invocation tools intended to make it easy to build and execute shell commands from Python, automatically handling file names containing whitespace and protecting your code from inadvertent exposure to shell injection...

Playitagainsam is a Python utility that allows you to record and replay interactive terminal sessions.Playitagainsam is inspired by the "ttyrec" and "script" UNIX commands, as well as from the "playerpiano" Python tool.Features:ability to replay with fake...