[ nabia ]
[ aramo ]
[ 源代码: fastentrypoints ]
软件包: python3-fastentrypoints (0.12-2)
python3-fastentrypoints 的相关链接
Trisquel 的资源:
下载源码包 fastentrypoints:
- [fastentrypoints_0.12-2.dsc]
- [fastentrypoints_0.12.orig.tar.gz]
- [fastentrypoints_0.12-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team
- William Grzybowski
外部的资源:
- 主页 [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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-setuptools
- Python3 Distutils Enhancements
-
- sug: fastep
- Adjust Python project to use fastentrypoints