logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fastep - Adjust python project to use fastentrypoints

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).

fastentrypoints-0.12                               25 Jul 2019                                         fastep(1)

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.

Name

fastep - Adjust python project to use fastentrypoints

Synopsis

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

See Also