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,...

SPARQLWrapper is a SPARQL endpoint interface to Python. It is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.The SPARQLWrapper package is licensed under W3C...

S3QL

S3QL 2.4

S3QL supports Amazon S3 as well as arbitrary SFTP servers and effectively provides you with a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access.S3QL is providing a standard, full featured UNIX file system...

mig

mig 0.0.6

mig ([M]ediaGoblin [i]s [G]reat!) was first written by Christopher Allan Webber for GNU MediaGoblin.Since then, Joar Wandborg has extracted the essentials of the functionality from MediaGoblin and into a separate package which's README you are currently...

mongoctl

mongoctl 0.3.7

mongoctl is a lightweight command-line utility that simplifies the management of MongoDB servers and replica set clusters. It is particularly useful if you maintain many MongoDB environments with lots of configurations to manage.OverviewUsage:...

cql

cql 1.2.0

cql is a Python driver for CQL that adheres to py-dbapi v2 (PEP249, Python Database API Specification v2.0:  http://www.python.org/dev/peps/pep-0249/).Standard use: >> import cql >> con = cql.connect(host, port, keyspace) >>...

tau

tau 0.1.0

tau is an open source, GPL licensed tool that provides a time series database API.Start tau server (with memory backend):./tau.py server -b memoryUse TauClient to access the database from python:from tau import TauClienttau = TauClient()Send some...

nflgame

nflgame 1.1.14

nflgame is an API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.nflgame works by parsing the same JSON data that powers NFL.com's live GameCenter. Therefore, nflgame can be...