34 projects
AdvancedHTMLParser
A Powerful HTML Parser/Scraper/Validator/Formatter that constructs a modifiable, searchable DOM tree, and includes many standard JS DOM functions (getElementsBy*, appendChild, etc) and additional methods
func-timeout
Python module which allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads
GoodTests
A fast, parallel, featured python unit-testing framework
python-nonblock
Pure-Python non-blocking IO functions
xvfbman
A python module for managing Xvfb sessions / ensuring DISPLAY through a simple interface
usrsvc
A service manager for running/managing/monitoring/auto-restarting daemons and services at the user (non-root) level
disttask
Utility which distributes a task across a fixed number of processes, and collates the output, for better utilization of multiprocessing
printk-timestamp-converter
Utility for printing dmesg/kmsg/printk timestamps, taking into account drift.
ichorORM
A python library for postgresql focused on performance and supporting ORM and query-building functionality
cmp_version
A script and python module to compare version numbers. Use this to compare the version strings of packages, modules, really anything.
rextract
Powerful commandline tool to extract and manipulate strings using regular exressions
NamedAtomicLock
Python module for an atomic named interprocess lock which is local to the machine.
mdToRst
Tool and library to convert markdown to restructed text (md to rst)
cllist
C-implemented linked-list module for Python
popLines
Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!
lrzip
Python bindings for LRZIP
findProcessesUsing
Application which scans running processes on the system for given mappings (shared libraries, executables) or open file descriptors
ProcessMappingScanner
Python module for scanning information on running processes, including mappings, open file-descriptors, process owner, and other information
indexedredis
A super-fast ORM backed by Redis, supporting models and indexes with O(1) searches, and support for storing native/complex types and objects
NetFetch
Networked file storage and retrieval with optional password protection and compression using Redis
QueryableList
Python module to add support for ORM-style filtering to any list of items
jsonToCsv
Extract data from json and convert to CSV
PumpkinLB
A simple, fast, pure-python load balancer
VirtualEnvOnDemand
Easily create and use virtualenvs and provides the ability for an application to install and use its runtime dependencies at import time
python-subprocess2
Extensions to the upstream python subprocess module
toJiraTable
A tool which reads input from stdin and converts it to a JIRA table
gdbm_compat
Allows using gdbm files created with version 1.8 or 1.10, without magic number errors.
SimpleHttpFetch
Python module that will, in a single line, fetch an http/https url and return a string or dictionary (JSON)
text2datetime
Python module which can convert an extensive number of ways to represent time with strings to datetime objects
cachebust
Provide a server-side means to ensure that clients always fetch assets when they are updated
findProcessOwner
Application which scans a list of given pids and determines the executing user
remote_copy_and_execute
Tool to use SSH protocol to copy and execute arbitrary scripts/commands on a list of machines in parallel
socket-gatekeeper
Add authentication and enhance security to any existing service/protocol
argumentparser
Python 2/3 compatible commandline argument parser