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
01f4ffe3 Pay down some tech debt Barry Warsaw <b****y@p****g> over 7 years ago
6074bfaf merge Merge branch 'techdebt' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
65552080 merge Merge branch 'master' of ssh://gitlab.com/python-devs/importlib_metadata Jason R. Coombs <j****o@j****m> over 7 years ago
0224c956 Update the changelog (oops!) Barry Warsaw <b****y@p****g> over 7 years ago
5eca1231 Fix build errors in docs Jason R. Coombs <j****o@j****m> over 7 years ago
2ca45910 merge Merge branch 'egginfo-files' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
dd4a9557 Add a test Barry Warsaw <b****y@p****g> over 7 years ago
212f471e Allow egg-info files with a test Barry Warsaw <b****y@p****g> over 7 years ago
28b99141 Ignore the new pip cruft Barry Warsaw <b****y@p****g> over 7 years ago
9dd3bfff Quote the path to the coverage.ini file Barry Warsaw <b****y@p****g> over 7 years ago
7f75ab16 merge Merge branch 'issue50' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
9436e249 Add note to usage docs referring to PEP 427 directive discouraging use of whe... Jason R. Coombs <j****o@j****m> over 7 years ago
d1e9ba6c merge Merge branch 'tox-test-py38' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
aef3d31e Include full testing of Python 3.8 Geir Arne Hjelle <g****e@g****m>
Committed by: Barry Warsaw <b****y@p****g>
over 7 years ago
9bc71306 merge Merge branch 'pip-19_1-issue' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
9092fa9f merge Merge branch 'feature/official-distribution' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
082aae75 Make 'Distribution' official Jason R. Coombs <j****o@j****m>
Committed by: Barry Warsaw <b****y@p****g>
over 7 years ago
5fec7b3c Run codecov without -t Geir Arne Hjelle <g****e@g****m> over 7 years ago
9ca0cc70 Add workaround for issue with pip 19.1, fixes #54 Geir Arne Hjelle <g****e@g****m> over 7 years ago
1e2724e1 merge Merge branch 'bugfix/codecov-for-everybody' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
c69d4e7f Add codecov token to the repository to enable merge requests not to fail. Fix... Jason R. Coombs <j****o@j****m> over 7 years ago
123b0b20 Pin to pip 19.0 for now for pypa/pip#6434. Jason R. Coombs <j****o@j****m> over 7 years ago
51f13893 It adds no value to add a pip requirement for the tox install Jason R. Coombs <j****o@j****m> over 7 years ago
5bd3e606 Rely on tox 3.2 and pip 10 or later for all builds Jason R. Coombs <j****o@j****m> over 7 years ago
d08ebda2 merge Accept merge request !51 from stanislavlevin. Jason R. Coombs <j****o@j****m> over 7 years ago
af5bc67f Rely on backport as a fallback. Jason R. Coombs <j****o@j****m> over 7 years ago
9ddc7af1 Make use of Python 3.7's standard library `importlib.resources`
Signed-off-by: Stanislav Levin <s****v@a****g>
Stanislav Levin <s****v@a****g> over 7 years ago
bb4c6091 Enable tox-pip-extensions ext_venv_update if available. Fixes jaraco/skeleton#6 Jason R. Coombs <j****o@j****m> over 7 years ago
da510e31 Fix MetaPathFinder compatibility stub on Python 2.7 Jason R. Coombs <j****o@j****m> over 7 years ago
169d0df0 Update changelog Jason R. Coombs <j****o@j****m> over 7 years ago
cfa025df DistributionFinders are now expected to be instances since MetaPathFinders ar... Jason R. Coombs <j****o@j****m> over 7 years ago
e239c9ba Remove dependency on packaging when running tests. Ref #47. Jason R. Coombs <j****o@j****m> over 7 years ago
9edd5b70 Use nicer, simpler phrasing Jason R. Coombs <j****o@j****m> over 7 years ago
cdff6c8f Remove sudo declaration in Travis config. Jason R. Coombs <j****o@j****m> over 7 years ago
d7f28a78 Ensure tmpdir is exited before cleaning it up, avoiding errors on Windows. Te... Jason R. Coombs <j****o@j****m> over 7 years ago
a15b5db3 Use PurePosixPath. Fixes #51. Jason R. Coombs <j****o@j****m> over 7 years ago
1b96917f Remove dependency on importlib_metadata for testing a 'local' package. Jason R. Coombs <j****o@j****m> over 7 years ago
f07f0a2e Leverage pathlib in build_files for simplicity. Jason R. Coombs <j****o@j****m> over 7 years ago
6cf704fb Move comment to docstring Jason R. Coombs <j****o@j****m> over 7 years ago
a40836e6 Remove notes about characteristics of the package types, now codified in the ... Jason R. Coombs <j****o@j****m> over 7 years ago
03882d38 Extract 'files' definitions as class attributes. They must be referenced expl... Jason R. Coombs <j****o@j****m> over 7 years ago
01edf4b6 Inline the metadata Jason R. Coombs <j****o@j****m> over 7 years ago
63299299 merge Merge branch 'Feature/49-Fixture' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
9e6df6bc Create DistributionFinder ABC. Merge contribution by Alfred in !43. Jason R. Coombs <j****o@j****m> over 7 years ago
a8137a44 merge Merge branch 'bugfix/remove-entrypoints-name-param' Jason R. Coombs <j****o@j****m> over 7 years ago
cb4f2077 Added compatibility for Python 2.7 for some test case errors. Ref 49 Steven <s****3@i****u> over 7 years ago
d67a576d Now passes coverage (and hopefully diffcov) tests. Ref 49 Steven <s****3@i****u> over 7 years ago
304dd479 Tests now pass for qa. Ref 49 Steven <s****3@i****u> over 7 years ago
b26470f9 All tests dependent on egginfo have been solved with fixture egginfo_pkg. Ref 49 Steven <s****3@i****u> over 7 years ago
f533d4e7 One egginfo related test is now using a fixture. More need to be changed to u... Steven <s****3@i****u> over 7 years ago
71366d4f All distinfo-pkgs rely on the fixture in fixtures.py. These tests pass. Ref 49. Steven <s****3@i****u> over 7 years ago
051d0bba importlib_metadata is now independent of pip. All test cases involving it wer... Steven <s****3@i****u> over 7 years ago
d1855b93 distinfo_pkg now passes test with ImportTests. Ref 49 Steven <s****3@i****u> over 7 years ago
9864620b Created a build_files method that allows us to pass all the tests regarding d... Steven <s****3@i****u> over 7 years ago
c766245f Test cases passes with nocov, distinfo_pkg is nominally working. Ref #49 Steven <s****3@i****u> over 7 years ago
f4891e91 Changed metadata_record to write an empty file using touch. Ref 49. Steven <s****3@i****u> over 7 years ago
327e6aae Added metadata_record to pass a test regarding files_iter. Ref 49. Steven <s****3@i****u> over 7 years ago
c5e085a3 Running into issues with PackagePath, will investigate. Still have to do impl... Steven <s****3@i****u> over 7 years ago
0a1459b6 Added a egginfo-pkg for importlib_metadata. Also does not work yet. Steven <s****3@i****u> over 7 years ago
9d23f8a5 Added a distinfo-pkg as a fixture for pip. Does not work yet. Steven <s****3@i****u> over 7 years ago
896319fd Reword a changelog entry Barry Warsaw <b****y@p****g> over 7 years ago
58af4b2c merge Merge branch 'features/add-distributions' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
909a3a2f exposed distributions. fixes #45 Thomas Liu <t****1@i****u> over 7 years ago
6ea50447 Add docstring to NullFinder Jason R. Coombs <j****o@j****m> over 7 years ago
67d8a125 Add docstring to Distribution.requires Jason R. Coombs <j****o@j****m> over 7 years ago
e5b6b9c9 Declare docs build dependencies as extras on the package so that they're also... Jason R. Coombs <j****o@j****m> over 7 years ago
5c9f2ed7 Make two edits based on suggestions in python/cpython#9327. Jason R. Coombs <j****o@j****m> over 7 years ago
d0e717f9 merge Merge branch 'master' into bugfix/remove-entrypoints-name-param Jason R. Coombs <j****o@j****m> over 7 years ago
a0756e13 Update changelog. Ref #40. Jason R. Coombs <j****o@j****m> over 7 years ago
7a6e61fc Avoid indirection constructing EntryPoint. Jason R. Coombs <j****o@j****m> over 7 years ago
615b0e6d merge Merge branch 'fix_no_attr' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
fcc1084d Fix entrypoints which do not have an attribute Anthony Sottile <a****e@u****u> over 7 years ago
4bd02609 Use Jason's preferrred form for name. Jason R. Coombs <j****o@j****m> over 7 years ago
f968e3d5 Update copyright years Barry Warsaw <b****y@p****g>
Committed by: Jason R. Coombs <j****o@j****m>
over 7 years ago
acccc90a merge Merge branch '2019' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
bcfb9f5a Remove entrypoints name parameter. Closes #44. Jason R. Coombs <j****o@j****m> over 7 years ago
17958ea5 Allow .egg-info files (i.e. not directories) Chris Billington <c****n@g****m>
Committed by: Barry Warsaw <b****y@p****g>
over 7 years ago
8186f76e Amend skeleton documentation to expand on the value of the approach. Jason R. Coombs <j****o@j****m> over 7 years ago
12eed132 Suppress E117 as workaround for PyCQA/pycodestyle#836 Jason R. Coombs <j****o@j****m> over 7 years ago
c6655951 Rely on alabaster theme to support sidebar rendering. Jason R. Coombs <j****o@j****m> over 7 years ago
f3ff0541 Add Tidelift template Jason R. Coombs <j****o@j****m> over 7 years ago
64551685 Use https Jason R. Coombs <j****o@j****m> over 7 years ago
01459b40 merge Merge branch '08review' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
4e0feccf Documentation and other updates pass Barry Warsaw <b****y@p****g>
Committed by: Jason R. Coombs <j****o@j****m>
over 7 years ago
647e960e merge Merge branch 'feature/read-deps' Jason R. Coombs <j****o@j****m> over 7 years ago
e7c6191c Suppress deprecation warnings in pip's vendored dependencies Jason R. Coombs <j****o@j****m> over 7 years ago
6f29e9c9 merge Merge branch 'master' into feature/read-deps Jason R. Coombs <j****o@j****m> over 7 years ago
ce650956 merge Merge branch 'feature/find-local-distribution' Jason R. Coombs <j****o@j****m> over 7 years ago
f7b5ba19 merge Merge branch 'feature/file-enum' Jason R. Coombs <j****o@j****m> over 7 years ago
008548fc Ensure that pip 18 or later is installed, as some of the tests rely on intern... Jason R. Coombs <j****o@j****m> over 7 years ago
70395fe4 When testing, sort the results, as they arrive in non-deterministic order on ... Jason R. Coombs <j****o@j****m> over 7 years ago
4310c976 Clarify purpose of local/upstream extras Jason R. Coombs <j****o@j****m> over 7 years ago
8ac0f873 Use consistent encoding quoting in pyproject.toml Jason R. Coombs <j****o@j****m> over 7 years ago
5b4c2503 Add workaround for DeprecationWarning in flake8 Jason R. Coombs <j****o@j****m> over 7 years ago
eb64e9ad Write idiomatic Python. Jason R. Coombs <j****o@j****m> over 7 years ago
bc2be67f Update changelog and readme. Closes #18. Jason R. Coombs <j****o@j****m> over 7 years ago
75d5f59e Add test for reading dist-info requirements as well. Parse those lines out also. Jason R. Coombs <j****o@j****m> over 7 years ago
1506545e Ensure that the results from .requires are parseable as packaging.requirements. Jason R. Coombs <j****o@j****m> over 7 years ago
f278a91a Add support for parsing the egg-info style requirements into Requires-Dist re... Jason R. Coombs <j****o@j****m> over 7 years ago
ca62701d Add basic tests and API Jason R. Coombs <j****o@j****m> over 7 years ago

← Back to repository