Downloadliste

Projektbeschreibung

boodebr is a collection of Python modules from
boodebr.org. boodebr.ion provides JSON and XML
serialization with a common API (internal and
external). boodebr.config provides flexible
configuration file handling (similar to INI files,
but using JSON/XML with full object pickling).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-27 18:29
1.5.0

In boodebr.sql wurde mit sqliteConn die gleiche API wie sqliteQ hinzu, denn ohne Gewinde verwenden. In boodebr.util.locking, ist die. Sperre Suffix Lock-Dateien hinzugefügt, so ist es leicht, sie zu finden.
In boodebr.sql, sqliteConn was added with the same API as sqliteQ, for non-threaded use. In boodebr.util.locking, the .lock suffix is added to lockfiles so it is easy to find them.

2008-08-07 12:49
1.3.0

Ein neues Modul boodebr.util.locking bietet multi-thread/multi-process Genossenschaft Verriegelung. boodebr.config wurde aktualisiert, um Verriegelung. boodebr.sql2 wurde hinzugefügt, mit Schwerpunkt auf portablen SQL-Semantik und Stabilität unter Last. Ein neues Modul bietet boodebr.util.threadQ Warteschlangen für Thread-sichere Serialisierung von Methodenaufrufen.
Tags: Major feature enhancements
A new module boodebr.util.locking provides multi-thread/multi-process cooperative locking. boodebr.config has been updated to use locking. boodebr.sql2 was added, with a focus on portable SQL semantics and stability under load. A new module boodebr.util.threadQ provides queues for thread-safe serialization of method calls.

2008-06-09 23:22
1.2.0

Diese Veröffentlichung fügt Beizen von komplexen Zahlen in boodebr.ion und macht boodebr.gui freundlicher py2exe für die Nutzung durch die Einbettung von integrierten Bildern über img2py.
Tags: Minor feature enhancements
This release adds pickling of complex numbers in
boodebr.ion and makes
boodebr.gui more friendly for py2exe usage by
embedding built-in images
via img2py.

2008-03-02 01:58
1.1.0

Table-Methoden wurden zur Änderung boodebr.sql.sqliteQ aufgenommen. Diese Methoden bieten Funktionen, die fehlen in native "SQLite ALTER TABLE" Routine ist, einschließlich der Änderung und Löschen von Spalten aus einer Tabelle.
Tags: Major feature enhancements
Table-alteration methods were added to
boodebr.sql.sqliteQ. These methods provide
functionality that is missing in SQLite's native
"ALTER TABLE" routine, including modifying and
deleting columns from a table.

2008-02-20 00:39
1.0.0

Diese Veröffentlichung fügt boodebr.sql.sqliteQ, ein Multithreading-Wrapper für pysqlite. Es hat ein neues Modul für das Erstellen boodebr.util.guid eindeutigen IDs. Es gibt noch weitere kleine Verbesserungen und Aufräumarbeiten.
Tags: Major feature enhancements
This release adds boodebr.sql.sqliteQ, a multithreading-safe wrapper for pysqlite. It has a new boodebr.util.guid module for creating unique IDs. There are other small fixes and cleanups.

Project Resources