fast-entry_points icon indicating copy to clipboard operation
fast-entry_points copied to clipboard

make entry_points specified in setup.py load more quickly.

Results 5 fast-entry_points issues
Sort by recently updated
recently updated
newest added

`pbr` does the same as fastentrypoints. We could get other setup.py manager tools to adopt fastentrypoints. - [ ] @Dephell - [ ] hatch - [ ] @PyScaffold - [...

Using `fastep` on `pyflakes`: ```console $ fastep $ python3 setup.py build File "setup.py", line 5 from __future__ import with_statement ^ SyntaxError: from __future__ imports must occur at the beginning of...

It would be nice to have *some* tests for this. I'd like to use this as part of rpm packaging, forcing all scripts in all built packages to be fast,...

I wouldnt mind the check that all deps are installed correctly, if it was fast, and the delay was relative to the number of dependencies of the executable, and not...

Should this project still be used, given `pkg_resources` is now deprecated?