entrypoints
Discover and load entry points from installed packages.
0.4
38M downloads/mo
#718 most downloaded on PyPI
takluyver/entrypoints
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 3.1 years
This project publishes no release notes
the list below is its commits, not an announcement
Nothing withdrawn
no release was ever pulled
11 years old
7 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · May 2015 to Feb 2022Releases
latest 7-
0.402 Feb 2022Commits, not release notes
This project publishes no release notes. Between
0.3and0.4there were 29 commits, 19 of them substantive:- Add note about multiple dist-info folders
- Test against Python 3.7
- Use set comprehension
- Fix link to entry_points
- Added a sample folder of a editable installation (pip install -e)
- Treat editable installs as Distributions too
- Added a test for iter_files_distros with editable installs
- Document motvation / constrast to pkg_resources.
- Revise explanation to address misconception.
- Use list multiplication to duplicate entry
- Switch build-backend to flit_core
- Constrain version of flit_core used for build
- Add Github actions workflow to run tests
- Remove Travis CI config
- Fix Python 3.10 in YAML
- use glob.escape() on the folder to allow paths with brackets []
- Bump minimum supported Python to 3.6
- Point to importlib.metadata in README
- Version number -> 0.4
-
0.307 Jan 2019Commits, not release notes
This project publishes no release notes. Between
0.2.3and0.3there were 21 commits, 15 of them substantive:- Update Python versions and add classifiers
- Remove specific version classifiers
- Put files to read into lists
- Strip trailing whitespace
- Make regexp string raw
- Fix typo
- Fixed typo in API docs
- Allow only equal signs as config delimiters
- Specify delimiters for all ConfigParsers
- Fix mysteriously half-swallowed class name
- Convert flit.ini to pyproject.toml
- Load entrypoints from zip file on sys.path
- Check intended values in test
- Add README and PyPI link to docs
- Version number -> 0.3
-
0.2.308 Jun 2017Commits, not release notes
This project publishes no release notes. Between
0.2.2and0.2.3there were 2 commits, 2 of them substantive:- Clarify license associated with files
- Version number -> 0.2.3
-
0.2.221 May 2016Commits, not release notes
This project publishes no release notes. Between
0.2.1and0.2.2there were 2 commits, 2 of them substantive:- Import configparser from backports on Python 2
- Version number -> 0.2.2
-
0.2.122 Apr 2016Commits, not release notes
This project publishes no release notes. Between
0.2and0.2.1there were 3 commits, 3 of them substantive:- Handle entry-point names in a case-sensitive manner
- Add test for case sensitive names
- Version number -> 0.2.1
-
0.229 Mar 2016Commits, not release notes
This project publishes no release notes. Between
0.1and0.2there were 3 commits, 3 of them substantive:- Add project root to sys.path for RTD
- Fix loading entry points with only module part
- Version number -> 0.2
-
0.115 May 2015Nothing published for this version