Download List

프로젝트 설명

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

System Requirements

System requirement is not defined
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

boodebr.sql 있음, sqliteConn 동일한 API를 sqliteQ과 마찬가지로, 이외의 스레드 사용하기 위해 추가되었습니다. 그래서 그들을 쉽게 찾을 수있습니다 boodebr.util.locking 있음,. 자물쇠 접미사 lockfiles에 추가됩니다.
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 스레드 대기열 - 메서드를 호출하여 안전한 serialization을 제공합니다.
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

이 릴리스 boodebr.ion에서 복잡한 숫자를 오염시키는 추가 및 boodebr.gui 더 py2exe 사용법에 대한 기본 내장 - 이미지 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

테이블 변경 방법 boodebr.sql.sqliteQ에 추가되었습니다. 이러한 방법은 SQLite는 고유의 "ALTER에서 수정 및 테이블에서 열 삭제를 포함한 테이블"루틴이없는 기능을 제공합니다.
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

이 릴리스, 멀티 스레딩 - pysqlite 안전한 래퍼 boodebr.sql.sqliteQ를 추가합니다. 그것은 고유의 ID를 만들기위한 새로운 boodebr.util.guid 모듈이있다. 다른 작은 수정 및 삭제합니다.
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