vendor#

Sometimes you may want to include some third party modules / libraries in your project, but they are not published to PyPI yet. You can include the source code as a Python module in the vendor directory of your project. This pattern is called “vendor”.

sub packages and modules#