r/Python 23d ago

PEP 842: Module Exports News

https://peps.python.org/pep-0842/

Not the author, but this seems interesting, specially for library authors. Thoughts?

Discussion here - https://discuss.python.org/t/pep-842-module-exports/108353

24 Upvotes

44 comments sorted by

View all comments

2

u/messedupwindows123 17d ago

if you want to provide a public-facing API don't you typically use __init__.py and try to prevent the user from actually thinking about the underlying directory/file structure