ダウンロードリスト

プロジェクト概要

boodebr は boodebr.org から Python モジュールのコレクションです。boodebr.ion (内部および外部) 共通の API と JSON および XML シリアル化を提供します。boodebr.config は柔軟な構成ファイル処理 (ピクルスにする完全なオブジェクトを JSON と XML を使用して、INI ファイルに似ています) を提供します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2009-09-27 18:29
1.5.0

boodebr.sqlでは、sqliteConn同じAPI sqliteQと同様に、non - threadedを使用するために追加されました。ので、それらを見つけるのは簡単ですboodebr.util.lockingでは、。ロックの接尾辞をロックファイルに追加されます。
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

新しいモジュールをboodebr.util.locking multi-thread/multi-process協同組合のロックを提供します。 boodebr.configロックを使用するように更新されている。 boodebr.sql2、負荷の下で移植可能なSQLのセマンティクスと安定性に焦点を追加しました。新しいモジュールをboodebr.util.threadQスレッドのキューに、メソッド呼び出しの安全なシリアル化を提供します。
タグ: 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

このリリースではboodebr.ionで複雑な数値の酸洗を追加し、boodebr.gui詳細py2exe使用の組み込みを組み込み、画像のimg2py経由でやさしいことができます。
タグ: 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

表変更方法boodebr.sql.sqliteQに追加されました。これらのメソッドは、SQLiteのは、ネイティブの"ALTERで変更し、テーブルから列を削除を含むテーブル"ルーチンがない機能を提供します。
タグ: 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

このリリースは、マルチスレッド- pysqliteの安全なラッパーboodebr.sql.sqliteQを追加します。これは一意のIDを作成するための新しいboodebr.util.guidモジュールがあります。他にも小さな修正やクリーンアップされます。
タグ: 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.

プロジェクトリソース