PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
setuptools_scm
import os from pkg_resources import iter_entry_points from .utils import trace def iter_matching_entrypoints(path, entrypoint): trace('looking for ep', entrypoint, path) for ep in iter_entry_points(entrypoint): if os.path.exists(os.path.join(path, ep.name)): if os.path.isabs(ep.name): trace('ignoring bad ep', ep) trace('found ep', ep) yield ep
[-] integration.py
[edit]
[-] git.pyc
[edit]
[-] utils.pyc
[edit]
[-] discover.py
[edit]
[-] win_py31_compat.pyc
[edit]
[+]
..
[-] __init__.pyc
[edit]
[-] __main__.py
[edit]
[-] hg.pyc
[edit]
[-] __main__.pyc
[edit]
[-] utils.py
[edit]
[-] win_py31_compat.py
[edit]
[-] version.py
[edit]
[-] hg.py
[edit]
[-] version.pyc
[edit]
[-] hacks.pyc
[edit]
[-] __init__.py
[edit]
[-] discover.pyc
[edit]
[-] git.py
[edit]
[-] integration.pyc
[edit]
[-] hacks.py
[edit]