An open API service providing commit metadata for open source projects.

GitHub / python/importlib_metadata / commits

Library to access metadata for Python packages

SHA Message Author Date Stats
d35504dd merge Merge branch 'main' into feature/uniform Jason R. Coombs <j****o@j****m> over 5 years ago
e9f70d27 merge Merge pull request #317 from python/feature/faster-entry-points Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
abc13a27 Prefer an OO approach for _normalized_name. Allows other providers to supply ... Jason R. Coombs <j****o@j****m> over 5 years ago
fddbf5d6 Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
4b8d4e2a Remove SelectableGroups deprecation exception for flake8. Jason R. Coombs <j****o@j****m> over 5 years ago
ebe13331 Use normalized names to distinguish unique distributions for performance. Fix... Jason R. Coombs <j****o@j****m> over 5 years ago
277d6697 Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
bb8e9349 Prefer f-strings Jason R. Coombs <j****o@j****m> over 5 years ago
ecd10497 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 5 years ago
1439f641 merge Merge pull request #313 from pombredanne/patch-1 Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
5a4699d5 merge Merge pull request #315 from FFY00/pathdistribution-type-hint Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
92084b80 merge Merge remote-tracking branch 'origin/main' into pathdistribution-type-hint Jason R. Coombs <j****o@j****m> over 5 years ago
335a7581 merge Merge pull request #312 from FFY00/metadata-2.2 Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
40b6da33 Add changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
e27f4448 merge Merge branch 'main' into pathdistribution-type-hint Jason R. Coombs <j****o@j****m> over 5 years ago
e27d0792 Move docstrings about interface to the protocol. Rename to SimplePath to easi... Jason R. Coombs <j****o@j****m> over 5 years ago
ff9451d3 Suppress nitpicky warnings for classes that are obviously there. Fixes #316. Jason R. Coombs <j****o@j****m> over 5 years ago
83908876 Fix indentation warning in requires function. Jason R. Coombs <j****o@j****m> over 5 years ago
3f406aad Restore intersphinx links. Fixes #309. Jason R. Coombs <j****o@j****m> over 5 years ago
bf57f9c1 šŸ‘¹ Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> over 5 years ago
1b165200 Remove setup_requires, obviated by build-requires in pyproject.toml. Jason R. Coombs <j****o@j****m> over 5 years ago
38350dcb importlib_metadata: fix flake8 error
Signed-off-by: Filipe LaĆ­ns <l****s@r****t>
Filipe LaĆ­ns <l****s@r****t> over 5 years ago
fa20a0a3 meta: add Path protocol for PathDistribution
Signed-off-by: Filipe LaĆ­ns <l****s@r****t>
Filipe LaĆ­ns <l****s@r****t> over 5 years ago
e99cd3ce merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 5 years ago
786c7440 bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
Signed-off-by: Filipe LaĆ­ns <l****s@r****t>
Filipe LaĆ­ns <l****s@r****t>
Committed by: Jason R. Coombs <j****o@j****m>
over 5 years ago
ab1c8739 Clarify DistributionFinder.Context.path type
Signed-off-by: Philippe Ombredanne <p****e@n****m>
Philippe Ombredanne <p****e@n****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7c9f186b _adapters: add support for metadata 2.2
Signed-off-by: Filipe LaĆ­ns <l****s@r****t>
Filipe LaĆ­ns <l****s@r****t> over 5 years ago
a956dc53 merge Merge pull request #311 from FFY00/api-reference Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
4a734d48 Test on Python 3.10 Jason R. Coombs <j****o@j****m> over 5 years ago
59cae401 docs: add api reference
Signed-off-by: Filipe LaĆ­ns <l****s@r****t>
Filipe LaĆ­ns <l****s@r****t> over 5 years ago
f5bfa3a2 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 5 years ago
12235a0c merge Merge pull request #307 from tirkarthi/fix-import Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
edb1d442 Document importlib.metadata.PackagePath.locate method (GH-25669) Paul Moore <p****e@g****m>
Committed by: Jason R. Coombs <j****o@j****m>
over 5 years ago
8698127d Make sphinx fail on any warnings (#36) Sviatoslav Sydorenko <w****b@s****a>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6c1c45bc Replace md file with badge linking to documentation site. Fixes jaraco/skelet... Jason R. Coombs <j****o@j****m> over 5 years ago
2f690f60 Enable dependabot (#50)
Co-authored-by: KOLANICH <k****n@m****u>
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6e2d0ba0 Remove automerge. Fixes jaraco/skeleton#49. Jason R. Coombs <j****o@j****m> over 5 years ago
69c67596 Use os_helper to fix ImportError in Python 3.10 Karthikeyan Singaravelan <t****i@g****m> over 5 years ago
81bccbce Update docs for the json property. Jason R. Coombs <j****o@j****m> over 5 years ago
0c86a02f Add compatibility matrix comparing importlib_metadata versions and the associ... Jason R. Coombs <j****o@j****m> over 5 years ago
615044df merge Merge pull request #304. Jason R. Coombs <j****o@j****m> over 5 years ago
c8b753ea Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
cbaa4212 Extract multiple_use_keys into a class property. Jason R. Coombs <j****o@j****m> over 5 years ago
401bb338 Honor case-insensitivity of metadata keys using FoldedCase. Jason R. Coombs <j****o@j****m> over 5 years ago
96c0fec2 Add test capturing expectation when metadata is not the common case. Jason R. Coombs <j****o@j****m> over 5 years ago
008a0796 Extend tests to capture multi-value cases. Jason R. Coombs <j****o@j****m> over 5 years ago
8bcd887e Fix splitting so test passes. Jason R. Coombs <j****o@j****m> over 5 years ago
00bce755 Add test for keyword splitting. Jason R. Coombs <j****o@j****m> over 5 years ago
c87838e1 Update test to make the results consistent. Jason R. Coombs <j****o@j****m> over 5 years ago
84fd0137 Remove 'get_payload' from the PackageMetadata protocol now that Description i... Jason R. Coombs <j****o@j****m> over 5 years ago
e675da14 Dedent values in the headers during construction. Now metadata values are nor... Jason R. Coombs <j****o@j****m> over 5 years ago
ed2b2c89 Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
5595f2dc Re-use 'suppress' as imported. Jason R. Coombs <j****o@j****m> over 5 years ago
5ca9bc7d Expand changelog around Distribution.entry_points. Closes #300. Jason R. Coombs <j****o@j****m> over 5 years ago
6f754c2a bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181) Inada Naoki <s****y@g****m>
Committed by: Jason R. Coombs <j****o@j****m>
over 5 years ago
5ca5fd8d Extend PackageMetadata protocol to include the requisite interface, including... Jason R. Coombs <j****o@j****m> over 5 years ago
b9ce1b12 Implement Message with json property as a subclass to avoid repeating the int... Jason R. Coombs <j****o@j****m> over 5 years ago
6eef087f Implement JSON as an adapter on the PackageMetadata object, simplifying the e... Jason R. Coombs <j****o@j****m> over 5 years ago
69f366c8 Add keywords and Description to metadata. Jason R. Coombs <j****o@j****m> over 5 years ago
51568a1a Add as_json function. Fixes #277. Jason R. Coombs <j****o@j****m> over 5 years ago
b18a7eeb Extend the changelog to reference the backport. Fixes #298. Jason R. Coombs <j****o@j****m> over 5 years ago
33ea6762 merge Merge pull request #299 from python/feature/unify-parser Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
244fc482 Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
c891d506 Expand and simplify Sectioned doctest. Jason R. Coombs <j****o@j****m> over 5 years ago
bf6a3b13 Use Pair in other places and extract it to _collections. Jason R. Coombs <j****o@j****m> over 5 years ago
5806de1e Unify section parser behavior. Removes reliance on regex (ref #292). Fixes #295. Jason R. Coombs <j****o@j****m> over 5 years ago
50a1549e Ignore comments in entry point parsing. Fixes #297. Jason R. Coombs <j****o@j****m> over 5 years ago
1b9637ad Exclude prepare package. Fixes #296. Jason R. Coombs <j****o@j****m> over 5 years ago
f5ce7c17 merge Merge pull request #294 from python/feature/perf-diff Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a9f8a1ee Employ pyperf and separate environments to compare performance against the ma... Jason R. Coombs <j****o@j****m> over 5 years ago
2a2b782f merge Merge tag 'v3.8.2' Jason R. Coombs <j****o@j****m> over 5 years ago
d17d6e4a Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
a6bff7e9 Presented FreezableDefaultDict from jaraco.collections. Keep inline to minimi... Jason R. Coombs <j****o@j****m> over 5 years ago
61fcac16 merge Merge branch 'maint/3.8.x' Jason R. Coombs <j****o@j****m> over 5 years ago
d84930cf Freeze the defaultdict after construction and re-enable lazy evaluation of th... Jason R. Coombs <j****o@j****m> over 5 years ago
8e3e4af3 Add freezable dict Jason R. Coombs <j****o@j****m> over 5 years ago
99f83cf6 merge Merge commit 'f545a8f' into maint/3.8.x Jason R. Coombs <j****o@j****m> over 5 years ago
f545a8f1 Add test capturing failure. Ref #293. Jason R. Coombs <j****o@j****m> over 5 years ago
703a29bb merge Merge tag 'v3.8.1' Jason R. Coombs <j****o@j****m> over 5 years ago
d91dd253 Eagerly consume infos and eggs. Workaround for #293. Still needs a test. Jason R. Coombs <j****o@j****m> over 5 years ago
236cea85 merge Merge pull request #285 from anntzer/epp Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a0f0ba62 Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
90355b35 Move entry point parsing to EntryPoints class. Jason R. Coombs <j****o@j****m> over 5 years ago
60fb233a merge Merge branch 'main' into epp Jason R. Coombs <j****o@j****m> over 5 years ago
01cf7b45 Extract Sectioned for parsing entry points Jason R. Coombs <j****o@j****m> over 5 years ago
a06aa30b merge Add more context to the changelog describing how to suppress the warning. Jason R. Coombs <j****o@j****m> over 5 years ago
63609160 merge Merge pull request #290 from jaraco and anntzer. Jason R. Coombs <j****o@j****m> over 5 years ago
5ef4f529 Update changelog. Jason R. Coombs <j****o@j****m> over 5 years ago
db55bc64 Restore cache-clear behavior on a per-path basis. Jason R. Coombs <j****o@j****m> over 5 years ago
6e2740ec Remove 'cache clear' operation. Unlocks caching. Jason R. Coombs <j****o@j****m> over 5 years ago
fa58934b merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 5 years ago
842eb142 Remove Tidelift from main.yml, no longer needed Jason R. Coombs <j****o@j****m> over 5 years ago
4b1568c7 Tidelift no longer requires or expects publishing release notes. Jason R. Coombs <j****o@j****m> over 5 years ago
7fe4ab82 Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Jason R. Coombs <j****o@j****m> over 5 years ago
5c9198cd Indicate code block consistently. Jason R. Coombs <j****o@j****m> over 5 years ago
da0bc896 Update changelog. Ref python/cpython#24782. Jason R. Coombs <j****o@j****m> over 5 years ago
d176331f Only import collections.abc in doctests. Jason R. Coombs <j****o@j****m> over 5 years ago
60f2791a Importing inspect is expensive. Defer it unless needed. Jason R. Coombs <j****o@j****m> over 5 years ago
bf777ae8 Expand docs on EntryPoints Jason R. Coombs <j****o@j****m> over 5 years ago
bb243706 Expand docs to explain more about the interfaces and to include a compatibili... Jason R. Coombs <j****o@j****m> over 5 years ago

← Back to repository