我写了一个包,它导入了分发 0.6.35pkg_resource
提供的包。我导入是因为我需要它来获取内置数据的路径。但是,python3中没有内置,需要安装。关于这个,我有两个问题:pkg_resource
resource_filename
pkg_resource
为什么 Python3 没有
pkg_resource
在其官方发行版中提供?这是否意味着pkg_resource
已弃用或Python3
有pkg_resource
内置的替代包?如果 Python3 没有替代包,我如何使用内置库
pkg_resource
编写自己的版本?resource_filename
做起来容易吗?
谢谢!