python-fastentrypoints 0.12 Makes 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. This package allows such setup scripts to load entry points more quickly.