For this chapter, we'll use a package called luigi. Last few tasks will require two more packages—boto3 and sqlalchemy. We will also use the wikiwwii package we built in Chapter 15, Packaging and Testing with Poetry and PyTest. You can build it yourself by following the chapter or install it by running this:
pip install git+https://github.com/Casyfill/wikiwwii.git
All of the code is in the repository, in the Chapter16 folder (https://github.com/PacktPublishing/Learn-Python-by-Building-Data-Science-Applications).