Chapter 5. Packaging Code with setuptools
In this chapter, we will look at the ways we can use third-party libraries in our Python code and how we can package our own Python modules ready for distribution. The distribution can be done in a variety of ways including via the popular pip repository, which we will take a quick look at.
The following topics will be covered in this chapter:
- Using packages in your Python code
- Packaging your own Python modules