Tim Savannah

Results 6 repositories owned by Tim Savannah

AdvancedHTMLParser

97
Stars
26
Forks
Watchers

Fast Indexed python HTML parser which builds a DOM node tree, providing common getElementsBy* functions for scraping, testing, modification, and formatting. Also XPath.

func_timeout

299
Stars
35
Forks
Watchers

Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads

indexedredis

18
Stars
4
Forks
Watchers

A super-fast ORM backed by Redis, supporting models and indexes with O(1) searches, and support for storing native/complex types and objects

PumpkinLB

25
Stars
12
Forks
Watchers

A simple, fast, pure-python load balancer

python-nonblock

26
Stars
4
Forks
Watchers

Pure-Python non-blocking IO and background IO functions

QueryableList

22
Stars
3
Forks
Watchers

Python module to add support for ORM-style filtering to any list of items