Closed amotl closed 3 weeks ago
... instead of "declared namespaces" for the crate namespace package, see PEP 420, and setuptools docs about namespace_packages.
crate
namespace_packages
Historically, there were two methods to create namespace packages. One is the pkg_resources style supported by setuptools and the other one being pkgutils style offered by pkgutils module in Python. Both are now considered deprecated. -- Legacy Namespace Packages
Historically, there were two methods to create namespace packages. One is the pkg_resources style supported by setuptools and the other one being pkgutils style offered by pkgutils module in Python. Both are now considered deprecated.
pkg_resources
setuptools
pkgutils
-- Legacy Namespace Packages
/cc @surister
About
... instead of "declared namespaces" for the
crate
namespace package, see PEP 420, and setuptools docs aboutnamespace_packages
.References
/cc @surister