Package Pyblio
[hide private]
[frames] | no frames]

Package Pyblio

source code

A framework for manipulating bibliographic databases.

Definitions

A database is a set of Records, which contains typed Attributes. The definition of the available attributes is done in a Schema, which provides names, types and textual description of the fields.

Getting started

To create, open and start filling a databases, check the Pyblio.Store module.

Submodules [hide private]

Functions [hide private]
 
init_logging(filename=None) source code
Variables [hide private]
  numeric_version = (1, 3, 4)
  version = '1.3.4'
  _inited = False