Scroll to navigation

fastep(1) fastep(1)

NAME

fastep - Adjust python project to use fastentrypoints

SYNOPSIS

fastep [dir1] [dir2] [...]

DESCRIPTION

fastep will make sure fastentrypoints is included in MANIFEST.in and present in setup.py.

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 make entry_points specified in setup.py load more quickly.

AUTHOR

fastentrypoints was written by Aaron Christianson <ninjaaron@gmail.com>.

This manual page was written by William Grzybowski <william@grzy.org> for the Debian project (but may be used by others).

25 Jul 2019 fastentrypoints-0.12