Paquet : python3-reentry (1.3.2-1)
Liens pour python3-reentry
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source reentry :
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
plugin manager based on setuptools entry points (Python 3)
Setuptool's entry point system is convenient to use for plugin based Python applications. It allows separate Python packages to act as plugins to a host package, making it easy for the host to find and iterate over the relevant data structures from plugins.
However simply importing setuptools scales badly with the number of installed distributions and can be very slow for moderately complex environments (~ 0.5 s). Finding and loading of plugins on the other hand is time-critical in cases like commandline tools loading subcommands, where 100 ms are a noticeable delay.
Setuptools's pkg_resources is slow, because it verifies dependencies are installed correctly for all distributions present in the environment on import. This allows entry points to have additional requirements.
Reentry forgoes this dependency check for entry points without such 'extras' dependencies and thereby manages to be fast and scale better, with the amount of installed plugins, not installed Python packages in general.
This package installs the library for Python 3.
Autres paquets associés à python3-reentry
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Wrapper around optparse for command line utilities - Python 3.x
-
- dep: python3-pkg-resources
- découverte de paquets et accès aux ressources avec pkg_resources
-
- dep: python3-six
- bibliothèque de compatibilité Python 2 et 3 – interface Python⋅3
Télécharger python3-reentry
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 17,6 ko | 76,0 ko | [liste des fichiers] |