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

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

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

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

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

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

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

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

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

ish

ish 0.5.1

ish is a command-line interface for Impulse and is intended to allow easy programmatic actions on systems in Impulse.The shell portion of ish is a modified Python shell, so it's possible to use normal Python programming constructs like for, if, and list...