gavo.web.producttar module¶
Helper functions for producing tar files from tables containing a product column.
Everything in this module expects the product interface, i.e., tables must at least contain accref, owner, embargo, and accsize fields.
- class gavo.web.producttar.ProductTarMaker[source]¶
Bases:
object
A factory for tar files.
You probably don’t want to instantiate it directly but instead get a copy through the getProductMaker function below.
The main entry point to this class is deliverProductTar.