Here, you'll find the list of all the basic classes used in pybliographer. They belong to the Pyblio module and hence are usually imported and used by code that looks like:
from Pyblio import Base, Open, Selection entry = Base.Entry (...)