Example of multiple python packages in a single repository

Viewed 246

Does anyone know of any example of a single source code repository (e.g., GitHub repository) containing (i.e., hosting) multiple python packages. I want to identify the package directory within a repository when the repository contains multiple packages. Is there a reliable way to do this given that python packages can use different build tools (e.g., setuptools, poetry) and have different file structures?

0 Answers
Related