talk-data.com talk-data.com

PyData talk 2023-04-19 at 08:00

Monorepos with Python

Speakers

Description

Working with python is fun. Managing python packaging, linters, tests, CI, etc. is not as fun.

Every maintainer needs to worry about consistent styling, quality, speed of tests, etc as the project grows.

Monorepos have been successful in other communities - how does it work in Python ?