fastentrypoints 0.12-2 source package in Ubuntu

Changelog

fastentrypoints (0.12-2) unstable; urgency=medium

  * Upload to unstable

 -- William Grzybowski <email address hidden>  Thu, 03 Oct 2019 13:23:20 -0300

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fastentrypoints_0.12-2.dsc 2.1 KiB 6cf63144c66ea62a25ca39d5814abc3aabac2552d8aeb9e76915a8ecd1681b7e
fastentrypoints_0.12.orig.tar.gz 4.0 KiB e8999038aa379564959722523a7c5194fbb3ce44a193d4283b997a19de66b74c
fastentrypoints_0.12-2.debian.tar.xz 2.6 KiB 90282aa74d905232e5f4cec71d42cc394910389bab6614f9410a52d132075e85

No changes file available.

Binary packages built by this source

fastep: Adjust Python project to use fastentrypoints

 fastep will make sure fastentrypoints is included in MANIFEST.in and present
 in setup.py.
 .
 fastentrypoints make entry_points specified in setup.py load more quickly.

python3-fastentrypoints: 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.