Stars
Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads
Fast Indexed python HTML parser which builds a DOM node tree, providing common getElementsBy* functions for scraping, testing, modification, and formatting. Also XPath.
Pure-Python non-blocking IO and background IO functions
Python module to add support for ORM-style filtering to any list of items
A super-fast ORM backed by Redis, supporting models and indexes with O(1) searches, and support for storing native/complex types and objects
Python module for an atomic named lock which is local to the machine.
A script and python module to compare version numbers. Use this to compare the version strings of packages, modules, really anything.
Tool and library to convert markdown [md] to restructed text [rst] (md to rst)
Powerful commandline tool to extract and manipulate strings using regular exressions
Easily create and use virtualenvs via script and provides the ability for an application to install and use its runtime dependencies on first import
Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!
Networked file storage and retrieval with optional password protection and compression using Redis
Utilities that provide missing tools from cygwin, like well-working "pidof" and "killall". Written in python.
Utilities to view kmsg/printk/dmesg timestamps in local time and date, UTC, or epoch seconds, TAKING INTO ACCOUNT clock drift
Tool to use SSH protocol to copy and execute arbitrary scripts on a list of machines in parallel
Python module to just return a string of a given page provided with a url
Some utils and helper scripts for archlinux packages
A python2/3 compatible commandline argument parser.
Scans all running applications on a host to identify those using a shared library, or an executable, or one of several.
Provide a server-side means to ensure that clients always fetch assets when they are updated
A fast python unit-testing framework which supports safe, encapsulated parallel execution of tests, unlike other frameworks which share states between tests, and intuitive setup/teardown methodology
Execute an arbitrary command with a maximum given timeout
Python module for scanning running process mappings (for detecting libraries, executables, etc)
A service manager for running/managing/monitoring/auto-restarting daemons and services at the user (non-root) level