RSS 1 project tagged "Windows"

No download No website Updated 29 Nov 2012 python-minidb

Screenshot
Pop 35.16
Vit 2.31

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

Screenshot

Project Spotlight

NHI1

An attempt to create an artificial (non-human) intelligence.

Screenshot

Project Spotlight

ENet for C#

A wrapper for the C-language ENet networking library.