Writing your own scripts

In the following, all the modules that will be refered to belong to the Pyblio domain. So, to access the members of the Open module, you'll have to write at the beginning of your script something like

from Pyblio import Open

The Base module contains some of the most basical classes used in the application:

This module also defines a special database, called Base.Reference, which can hold several databases or subsets of databases. This database is also returned by several operations, like searching and sorting.