Part of lp.archiveuploader
| Class | TarFileDateChecker | Verify all files in a tar in a deb are within a given date range. |
| Function | splitComponentAndSection | Split the component out of the section. |
| Class | NascentUploadFile | A nascent uploaded file is a file on disk that is part of an upload. |
| Class | CustomUploadFile | NascentUpload file for Custom uploads. |
| Class | PackageUploadFile | Base class to model sources and binary files contained in a upload. |
| Class | SourceUploadFile | Files mentioned in changesfile as source (orig, diff, tar). |
| Class | BaseBinaryUploadFile | Base methods for binary upload modeling. |
| Class | UdebBinaryUploadFile | Represents an uploaded binary package file in udeb format. |
| Class | DebBinaryUploadFile | Represents an uploaded binary package file in deb format. |
| Class | DdebBinaryUploadFile | Represents an uploaded binary package file in ddeb format. |