Python Namespace Packages
HTML-код
- Опубликовано: 26 ноя 2024
- #python #setuptools #packaging #namespacing #django #papermerge
In this screencast we will learn about namespace packaging and few caveats regarding their usage. Namespace packages are those which don't have __init__.py file in them. Thus, to 'convert' regular package to namespaced one, all you need to do is to remove those __init__.py files. However, there are few things to consider. Those caveats are discussed in this video.