remote-control dockapp for XMMS2

wmxmms2

remote-control dockapp for XMMS2

wmxmms2 is a dockapp for WindowMaker and other window managers that support dockable applets. It acts as a remote control for the XMMS2 media player.

python3-django-x509

x509 PKI certificates management for Django (Python3 version)

Simple reusable django app implementing x509 PKI certificates management.
Window Maker dockapp for monitoring network traffic

wmifs

Window Maker dockapp for monitoring network traffic

wmifs is a dockable applet for X11 that can monitor all your network interfaces. It's designed for Window Maker's Dock and AfterStep's Wharf, but it's not dependent on these window managers and should work with any other.
clock dock app showing time and internet time

wmitime

clock dock app showing time and internet time

WMitime is clock dock app, which shows standard time, date. The unique feature is that it can also show Internet time with notation @TIME. See <http://www.swatch.com/> for more about Internet time.

circlator

circularize genome assemblies

Circlator is a tool to automate assembly circularization for bacterial and small eukaryotic genomes and produce accurate linear representations of circular sequences.

python3-httpretty

HTTP client mock - Python 3.x

Once upon a time a Python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed ?