[ 源代码: setuptools ]
软件包:python3-pkg-resources(80.9.0-1)
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
Package Discovery and Resource Access using pkg_resources
The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages.
其他与 python3-pkg-resources 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-autocommand
- 从函数签名生成 argparse 解析器的软件库
-
- dep: python3-inflect
- Generate plurals, singular nouns, ordinals, indefinite articles (Python 3)
-
- dep: python3-jaraco.context
- jaraco contextlib extensions
-
- dep: python3-jaraco.functools
- additional functools in the spirit of stdlib's functools
-
- dep: python3-more-itertools
- library with routines for operating on iterables, beyond itertools (Python 3)
-
- sug: python3-setuptools
- Python3 Distutils Enhancements