RSS 3 projects tagged "sqlite3"

No download No website Updated 29 Nov 2012 python-minidb

Screenshot
Pop 35.24
Vit 2.32

minidb is a Python module that utilizes the SQLite3 database library in order to store and retrieve Python objects. It utilizes Python's __slots__ mechanism to determine the column names, and uses the class name for table names. Data is always stored as text in the database, but will be converted using the type specified in __slots__ (which therefore has to be a dict).

No download Website Updated 29 Nov 2010 avdata

Screenshot
Pop 22.45
Vit 30.08

avdata is a set of tools for extracting usefully formatted data from US FAA aeronav and NGS published data. It provides a library for great circle navigation, magnetic variation, and quickly finding the nearest airport, navaid, or fix.

Download Website Updated 12 Jun 2011 Tentacles-orm

Screenshot
Pop 19.03
Vit 1.04

Tentacles is an object-relational mapping (ORM) written in Python. Its main goal is to allow developers to manipulate stored data as they do for Python data structures.

Screenshot

Project Spotlight

fix8

A modern C++ FIX framework featuring complete schema customisation, high performance, and fast development.

Screenshot

Project Spotlight

Disk Based HashTables

Hash tables on hard disk.