dbkit

dbkit 0.2.2

dbkit is a Python library that abstracts away at least part of the pain involved in dealing with DB-API 2 compatible database drivers.from dbkit import connect, queryfrom contextlib import closingimport sqlite3with connect(sqlite3, 'counters.db') as ctx,...

uwhoisd

uwhoisd 0.0.4

uwhoisd is an 'Universal WHOIS' proxy server: you query it for information about a particular domain, it works out the correct WHOIS server to query and gives back the correct details.It is only intended for use with domain names currently, but could...