I. Class reference

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

Table of Contents
Base.DataBase — Represents a bibliographic database
Base.Entry — Holds all the fields describing a bibliographic entry
Fields.URL — Holds an URL and give access to its components
Iterator.Iterator — Uniform access to loop over an object's content.
Key.Key — defines a hashable object that uniquely identifies a bibliographic entry.
Search.Tester
Selection.Selection — Defines restrictions on an iterator
Sort.Sort