progbar

progbar 0.3

progbar is a simple progression bar by Yves-Gwenael Bourhis, written in Python.Usage:Class ProgBar(name, lenght): name is a string lenght is an integer which represents the number of elements in the barMethods:start(): Start the progression bar...

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...

Osgish

Osgish 0.3.1

Osgish is an OSGi shell based on a Perl shell on the client side which communicates via HTTP/JSON to a special agent bundled deployed on the target platform. Beside standard features provided by the various existing OSGi shells outside it provides...

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...

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...

Pure FTP Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. Pure FTP Server has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels.Features include PAM support, IPv6,...

DreamSSH

DreamSSH 0.2

DreamSSH is a highly configurable pure-Python, Twisted-based SSH server.InstallYou can install from PyPI, which will give you the latest released (hopefully stable) version of the software: sudo pip install dreamsshIf you like living on the edge, you...

CLIcompanion is an application that is used as a compliment to the Terminal software. People unfamiliar with the Terminal will find CLIcompanion a useful way to become acquainted with the Terminal.Using the built-in commands new users can unlock the...

CDBoomkars

CDBoomkars 0.0.1

CDBoomkars is a simple Python app to easy bookmark directories on your filesystem.InstallTo install you can use the setup.py script:python setup.py installor the pip command:pip install cdbookmarksConfigureTo configure cdbookmarks you only have to add the...

ma-shell

ma-shell 0.2

ma-shell is a full featured XMLRPC XML-RPC spec client that enables remote command invocation from a text terminal.InstallInstall from source: python setup.py installInstall with pip: pip install ma-shellUsageThe online documentation can be...