パッケージ: 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