Python Namespace Packages

Опубликовано: 24 Январь 2021
на канале: Django Lessons
5,038
63

#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.