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
22bb5676 Fix type errors where metadata could be None. Jason R. Coombs <j****o@j****m> over 1 year ago
b9c4be42 merge Merge pull request #518 from python/bugfix/488-bad-ep-value Jason R. Coombs <j****o@j****m> over 1 year ago
c10bdf30 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> over 1 year ago
2bfbaf3b Prefer typing.NamedTuple Jason R. Coombs <j****o@j****m> over 1 year ago
75670d28 Remove unused imports. Jason R. Coombs <j****o@j****m> over 1 year ago
d9fc620f 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> over 1 year ago
9f8af013 Prefer a cached property, as the property is likely to be retrieved at least ... Jason R. Coombs <j****o@j****m> over 1 year ago
f179e288 Also raise ValueError on construction if the value is invalid. Jason R. Coombs <j****o@j****m> over 1 year ago
eae6a754 Raise a ValueError if no match. Jason R. Coombs <j****o@j****m> over 1 year ago
55c6070a Refactored parsing and handling of EntryPoint.value. Jason R. Coombs <j****o@j****m> over 1 year ago
979e6260 Remove PIP_NO_PYTHON_VERSION_WARNING. Jason R. Coombs <j****o@j****m> over 1 year ago
1ebb559a Remove workaround and update badge. Jason R. Coombs <j****o@j****m> over 1 year ago
ad841100 Remove deprecated license classifier (PEP 639) (jaraco/skeleton#170) Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d587ff73 Update to the latest ruff version (jaraco/skeleton#166) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b00e9dd7 Remove pycodestyle warnings, no longer meaningful when using ruff formatter. Jason R. Coombs <j****o@j****m> over 1 year ago
b7d4b6ee remove extra spaces in ruff.toml (jaraco/skeleton#164) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8f42595c Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7f8f40cb merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 1 year ago
aa891069 Consistent import sorting (isort) (jaraco/skeleton#157) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1a2f9305 Select Ruff rules for modern type annotations (jaraco/skeleton#160)
Co-authored-by: Jason R. Coombs <j****o@j****m>, Jason R. Coombs <j****o@j****m>
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1c9467fd Fix new mandatory configuration field for RTD (jaraco/skeleton#159) Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
75ce9aba Add support for building lxml on pre-release Pythons. Jason R. Coombs <j****o@j****m> over 1 year ago
aee344d7 Removing dependabot config. Closes jaraco/skeleton#156 Jason R. Coombs <j****o@j****m> over 1 year ago
45e8bde7 Finalize Jason R. Coombs <j****o@j****m> over 1 year ago
506beb7c Fixed indentation logic to also honor blank lines. Jason R. Coombs <j****o@j****m> over 1 year ago
dad73809 Finalize Jason R. Coombs <j****o@j****m> over 1 year ago
dab1dd81 When transforming the payload to a Description key, clear the payload. Jason R. Coombs <j****o@j****m> over 1 year ago
07aa607e Add support for rendering metadata where some fields have newlines (python/cp... Jason R. Coombs <j****o@j****m> over 1 year ago
39a607d2 Bump badge for 2025. Jason R. Coombs <j****o@j****m> over 1 year ago
b92ec183 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
5c34e695 Use extend for proper workaround. Jason R. Coombs <j****o@j****m> almost 2 years ago
694e5b4e merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
750a1891 Require Python 3.9 or later now that Python 3.8 is EOL. Jason R. Coombs <j****o@j****m> almost 2 years ago
e61a9df7 Include pyproject.toml in ruff.toml. Jason R. Coombs <j****o@j****m> almost 2 years ago
db4dfc49 Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151) Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
62b6678a Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skele... Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
90073b1a Separate bpo from Python issue numbers. Jason R. Coombs <j****o@j****m> almost 2 years ago
cab08be2 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
3fe8c5ba Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146) Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
81b766c0 Fix an incompatibility (and source of merge conflicts) with projects using Ru... Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
20295ece 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> almost 2 years ago
db14d965 Ensure redent is idempotent (doesn't add 8 spaces to already dedented values). Jason R. Coombs <j****o@j****m> almost 2 years ago
b34810b1 Finalize Jason R. Coombs <j****o@j****m> almost 2 years ago
8c1d1fa4 merge Merge pull request #501 from Avasam/Pass-mypy-and-link-issues Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
afa39e8e Back out changes to tests._path Jason R. Coombs <j****o@j****m> almost 2 years ago
8b909f9b merge Merge pull request #503 from danielhollas/defer-json Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
2a3f50d8 Add news fragment. Jason R. Coombs <j****o@j****m> almost 2 years ago
3f78dc17 Add comment to protect the deferred import. Jason R. Coombs <j****o@j****m> almost 2 years ago
18eb2da0 Revert "Defer platform import" Jason R. Coombs <j****o@j****m> almost 2 years ago
58832f23 merge Merge pull request #502 from danielhollas/defer-zipp Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e3ce33b4 Add news fragment. Jason R. Coombs <j****o@j****m> almost 2 years ago
d11b67fe Add comment to protect the deferred import. Jason R. Coombs <j****o@j****m> almost 2 years ago
5dd80c3b merge Merge pull request #504 from Avasam/Update-tests/_path.py Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a675458e Allow the workflow to be triggered manually. Jason R. Coombs <j****o@j****m> almost 2 years ago
1a6e38c0 Remove workaround for sphinx-contrib/sphinx-lint#83 Jason R. Coombs <j****o@j****m> almost 2 years ago
aa9421d6 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
790fa6e6 Include the trailing slash in disable_error_code(overload-overlap), also requ... Jason R. Coombs <j****o@j****m> almost 2 years ago
2beb8b0c Add support for linking usernames. Jason R. Coombs <j****o@j****m> almost 2 years ago
cae15af2 Update tests/_path.py with jaraco.path 3.7.2 Avasam <s****6@h****m> almost 2 years ago
0c326f3f Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comme... Jason R. Coombs <j****o@j****m> almost 2 years ago
8436e814 Defer platform import Daniel Hollas <d****s@b****k> almost 2 years ago
e0b4f09e Defer json import Daniel Hollas <d****s@b****k> almost 2 years ago
76eebe0e Defer import of zipp Daniel Hollas <d****s@b****k> almost 2 years ago
04c69839 Pass mypy and link issues Avasam <s****6@h****m> about 2 years ago
3fcabf10 Move overload-overlap disablement to its own line for easier diffs and simple... Jason R. Coombs <j****o@j****m> about 2 years ago
f9a91a12 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 2 years ago
d3e83bea Disable mypy for now. Ref jaraco/skeleton#143 Jason R. Coombs <j****o@j****m> about 2 years ago
57b8aa81 Add `--fix` flag to ruff pre-commit hook for automatic suggestion of fixes (... Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a55f01c7 Add reference to development methodology. Jason R. Coombs <j****o@j****m> about 2 years ago
6f8cc1ef 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
0666d9da 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
8484eccd 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
d4aa5054 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
4551c192 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
6c0b7b37 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
b2547844 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 2 years ago
f1350e41 Add upstream and local sections for 'type' extra, since many projects will ha... Jason R. Coombs <j****o@j****m> about 2 years ago
56b61b3d Rely on zipp overlay for zipfile.Path. Jason R. Coombs <j****o@j****m> about 2 years ago
d968f627 Remove superfluous parentheses. Jason R. Coombs <j****o@j****m> about 2 years ago
46c61274 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> about 2 years ago
1616cb3a Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
71b46784 Add news fragment. Jason R. Coombs <j****o@j****m> about 2 years ago
ebcdcfdd Remove workaround for python/typeshed#10328. Jason R. Coombs <j****o@j****m> about 2 years ago
2c43cfe7 merge Merge pull request #499 from danielhollas/defer-inspect Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a7aaf727 Use third-person imperative voice and link to issue in comment. Jason R. Coombs <j****o@j****m> about 2 years ago
e99c1051 Restore single-expression logic. Jason R. Coombs <j****o@j****m> about 2 years ago
debb5165 Don't use global var Daniel Hollas <d****s@b****k> about 2 years ago
3c8e1ec4 Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
5035755a merge Merge pull request #498 from python/feature/entry-points-disallow-dist-match Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
6d9b7660 Remove MetadataPathFinder regardless of its position. Jason R. Coombs <j****o@j****m> about 2 years ago
1a27fd5b Split the test dependencies into four classes (test, cover, type, check). (ja... Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
3841656c Loosen restrictions on mypy (jaraco/skeleton#136) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
dd30b760 Add Protocols, remove @overload, from `.coveragerc` `exclude_also` (jaraco/sk...
Co-authored-by: Jason R. Coombs <j****o@j****m>
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
06acfd26 Update to the latest ruff version (jaraco/skeleton#137) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
8e66fbc4 Defer import inspect Daniel Hollas <d****s@b****k> about 2 years ago
875003a7 Disallow passing of 'dist' to EntryPoints.select. Jason R. Coombs <j****o@j****m> about 2 years ago
5ddd1228 Expand the documentation of Distribution.locate_file to explain why 'locate_f... Jason R. Coombs <j****o@j****m> about 2 years ago
3f6acea6 Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
d18ae21b Add SimplePath to importlib_metadata.__all__. Jason R. Coombs <j****o@j****m> about 2 years ago
4bcda08c Finalize Jason R. Coombs <j****o@j****m> about 2 years ago

← Back to repository