sftpserver is a simple single-threaded SFTP server based on Paramiko's SFTPServer.InstallationUsing pip: [sudo] pip install sftpserverExamples$ sftpserverUsage: sftpserver [options]-k/--keyfile should be specifiedOptions: -h, --help show this...

cynic

cynic 1.0

These days almost any application has several integration points like database, gateway, payment, or some Web service that it consumes over HTTP.All communication with the remote systems happens over the network and both networks and those systems often...

SlimIt

SlimIt 0.8.1

SlimIt is a JavaScript minifier written in Python. The project compiles JavaScript into more compact code so that it downloads and runs faster.Using lexer in your project>>> from slimit.lexer import Lexer>>> lexer = Lexer()>>> lexer.input('a = 1;')>>> for...

TinyPie

TinyPie 0.2

TinyPie is a tree-based interpreter for a simple programming language with a Python-like syntax. It executes source code by constructing Abstract Syntax Tree(AST) and walking the tree.It's based on Pie language from 'Language Implementation...

httpcode

httpcode 0.5

httpcode is a Python utility that explains the meaning of an HTTP status code on the command-line.Installation [sudo] pip install httpcodeUsageExplain 405 status code$ hc 405Status code 405Message: Method Not AllowedCode explanation: Specified method...

read more