[ 源代码: fastentrypoints ]
软件包:python3-fastentrypoints(0.12-2)
python3-fastentrypoints 的相关链接
Debian 的资源:
下载源码包 fastentrypoints:
- [fastentrypoints_0.12-2.dsc]
- [fastentrypoints_0.12.orig.tar.gz]
- [fastentrypoints_0.12-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Make entry_points specified in setup.py load more quickly
Using entry_points in your setup.py makes scripts that start really slowly because it imports pkg_resources, which is a horrible thing to do if you want your trivial script to execute more or less instantly.
fastentrypoints aims to fix that bypassing pkg_resources, making scripts load a lot faster.
其他与 python3-fastentrypoints 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-setuptools
- Python3 Distutils Enhancements
-
- sug: fastep
- Adjust Python project to use fastentrypoints