bpo package¶
Subpackages¶
- bpo.api package
- bpo.config package
- bpo.db package
- Submodules
- bpo.db.migrate module
- Module contents
- bpo.helpers package
- bpo.images package
- bpo.job_services package
- bpo.jobs package
- bpo.repo package
- bpo.ui package
Module contents¶
- bpo.init_components()¶
- bpo.logging_init()¶
- bpo.main(return_app=False, fill_image_queue=True)¶
- Parameters:
return_app – return the flask app, instead of running it. This is used in the testsuite.
fill_image_queue – add new images (if the interval has been reached). This is disabled in tests, where we don’t want to test building images.
- bpo.stop()¶
Clean up after running the BPO Server. Used in the testsuite.