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
8081694e merge Merge branch 'master' into feature/read-deps Jason R. Coombs <j****o@j****m> over 7 years ago
56d1c924 Avoid binding sys.path early and instead provide a proxy for reading it durin... Jason R. Coombs <j****o@j****m> over 7 years ago
7b26339d merge Merge branch 'master' into feature/find-local-distribution Jason R. Coombs <j****o@j****m> over 7 years ago
9260c425 merge Merge branch 'master' into feature/file-enum Jason R. Coombs <j****o@j****m> over 7 years ago
b172bc45 merge Merge branch 'feature/entrypoints-redux' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
fa54a01a Revamp entrypoints Jason R. Coombs <j****o@j****m>
Committed by: Barry Warsaw <b****y@p****g>
over 7 years ago
e115ed17 merge Merge branch 'master' into feature/file-enum Jason R. Coombs <j****o@j****m> over 7 years ago
a7e55b1c merge Merge branch 'master' into feature/find-local-distribution Jason R. Coombs <j****o@j****m> over 7 years ago
5c821c42 merge Merge branch 'feature/package-discovery' Jason R. Coombs <j****o@j****m> over 7 years ago
192dafa3 Add documentation on the skeleton. Fixes #5. Jason R. Coombs <j****o@j****m> over 7 years ago
a40b3628 Add support for package enumeration / discovery Jason R. Coombs <j****o@j****m>
Committed by: Barry Warsaw <b****y@p****g>
over 7 years ago
cb3a0703 merge Merge branch 'feature/package-discovery' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
bfc0fb55 merge Merge branch 'feature/package-discovery' into feature/find-local-distribution Jason R. Coombs <j****o@j****m> over 7 years ago
086be711 Rewrite 'using' docs to match README docs and implementation. Signature is ge... Jason R. Coombs <j****o@j****m> over 7 years ago
ffed1f33 Add docstring to find_distributions, now in three places. Rename 'where' to '... Jason R. Coombs <j****o@j****m> over 7 years ago
112a447a merge Merge branch 'feature/package-discovery' of gitlab.com:python-devs/importlib_... Barry Warsaw <b****y@p****g> over 7 years ago
cb6a9783 Cosmetic changes Barry Warsaw <b****y@p****g> over 7 years ago
939c515f Rely on pep517 0.5 Jason R. Coombs <j****o@j****m> over 7 years ago
a2abbc36 merge Merge branch 'feature/package-discovery' into feature/find-local-distribution Jason R. Coombs <j****o@j****m> over 7 years ago
0b503f34 Allow only an exact name or None (for all names) to the find_distributions me... Jason R. Coombs <j****o@j****m> over 7 years ago
bc8a6cdf spaces, style and formatters (#4) Sebastian Kriems <s****s@u****m>
Committed by: Jason R. Coombs <j****o@j****m>
over 7 years ago
a8bca166 Add support for cutting releases without DPL and using pep517. Jason R. Coombs <j****o@j****m> over 7 years ago
32b254de Indicate build backend of setuptools Jason R. Coombs <j****o@j****m> over 7 years ago
216c4336 Revert "Remove use of setup_requires. Builders now require pip 10 or later to... Jason R. Coombs <j****o@j****m> over 7 years ago
47071340 merge Merge branch 'feature/package-discovery' into feature/find-local-distribution Jason R. Coombs <j****o@j****m> over 7 years ago
a640d7f4 Nicer description of the find_distributions signature, clarifying expected us... Jason R. Coombs <j****o@j****m> over 7 years ago
e48ccf4a Nicer english and correct usage. Jason R. Coombs <j****o@j****m> over 7 years ago
0d87c27b Update documentation reflecting change. Jason R. Coombs <j****o@j****m> over 7 years ago
05750f6e merge Merge branch 'master' into feature/file-enum Jason R. Coombs <j****o@j****m> over 7 years ago
92741c0d find_local no longer relies on private interfaces on hooks, but instead relie... Jason R. Coombs <j****o@j****m> over 7 years ago
78ab6d66 merge Merge correction commit. Jason R. Coombs <j****o@j****m> over 7 years ago
779d9602 Remove merge conflict files, accidentally added. Jason R. Coombs <j****o@j****m> over 7 years ago
92541f5a merge Merge branch 'feature/auto-version' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
8c5bd575 Add a test Barry Warsaw <b****y@p****g> over 7 years ago
a18e0c33 merge Merge branch 'master' of gitlab.com:python-devs/importlib_metadata Barry Warsaw <b****y@p****g> over 7 years ago
c28b08a2 The protocol for supplying a package resolver now requires supplying Jason R. Coombs <j****o@j****m> over 7 years ago
c53a3c1c Add 'api.distributions' function for discovering all distributions. Closes #24. Jason R. Coombs <j****o@j****m> over 7 years ago
15de0c47 Fix import order Jason R. Coombs <j****o@j****m> over 7 years ago
4502fe02 merge Merge branch 'master' into feature/file-enum Jason R. Coombs <j****o@j****m> over 7 years ago
edab357c Solicit encoding for files and default to utf-8. Jason R. Coombs <j****o@j****m> over 7 years ago
4ff173d5 Consolidate duplicated code into a helper method Jason R. Coombs <j****o@j****m> over 7 years ago
80091139 Replace PosixPath with a PackagePath, adding helper methods to read the conte... Jason R. Coombs <j****o@j****m> over 7 years ago
8d8611c4 Reorder imports Jason R. Coombs <j****o@j****m> over 7 years ago
bd1b7906 Avoid masking the 'str' global on Python 2 Jason R. Coombs <j****o@j****m> over 7 years ago
bb5f53a6 Convert staticmethod to global function Jason R. Coombs <j****o@j****m> over 7 years ago
3da7a914 Add another test demonstrating non-ascii in the payload as well (for egg-info). Jason R. Coombs <j****o@j****m> over 7 years ago
49ab6cf0 Specify the encoding when opening the metadata file for writing non-ascii. Jason R. Coombs <j****o@j****m> over 7 years ago
e6d7a06e Disable QA checks on test_main.py. Workaround for #31. Jason R. Coombs <j****o@j****m> over 7 years ago
c546d9d4 Reorder imports, fixing qa Jason R. Coombs <j****o@j****m> over 7 years ago
d58bf2a9 Update changelog. Ref #29. Jason R. Coombs <j****o@j****m> over 7 years ago
63732ebd Let Python 2 have str as text. Fixes test failures now that metadata comes ba... Jason R. Coombs <j****o@j****m> over 7 years ago
c687f375 Replace email.message_from_string with email.message_from_file on Python 2. F... Jason R. Coombs <j****o@j****m> over 7 years ago
78bc0561 Save text to variable for nicer indentation. Jason R. Coombs <j****o@j****m> over 7 years ago
a1779f48 Save text to variable for nicer indentation. Jason R. Coombs <j****o@j****m> over 7 years ago
ea520acf Add test capturing failure. Ref #29. Jason R. Coombs <j****o@j****m> over 7 years ago
4435eaa7 Extract SiteDir into fixtures module for re-use elsewhere. Jason R. Coombs <j****o@j****m> over 7 years ago
b35d1a4d Extract SiteDir into fixtures module for re-use elsewhere. Jason R. Coombs <j****o@j****m> over 7 years ago
556047d9 Just use setuptools_scm as prescribed. Fixes #28. Jason R. Coombs <j****o@j****m> over 7 years ago
bbea8c68 size_str and hash might be empty strings Jason R. Coombs <j****o@j****m> over 7 years ago
59f0f3ad merge Merge branch 'master' into feature/file-enum Jason R. Coombs <j****o@j****m> over 7 years ago
2b9016e4 Expand the docs on `files` to attempt to explain more about what locate_file ... Jason R. Coombs <j****o@j****m> over 7 years ago
62537c9b Sort lines in __all__ Jason R. Coombs <j****o@j****m> over 7 years ago
06ac48ec Be more explicit about hash and size_str being None Jason R. Coombs <j****o@j****m> over 7 years ago
5bead3e6 Use flufl.flake8 to ensure import order Barry Warsaw <b****y@p****g>
Committed by: Jason R. Coombs <j****o@j****m>
over 7 years ago
ec7a4fba merge Merge branch 'flake8' into 'master' Jason R. Coombs <j****o@j****m> over 7 years ago
7b110fbf merge Merge branch 'feature/inject-release-dates' Jason R. Coombs <j****o@j****m> over 7 years ago
710b56d8 Update changelog Jason R. Coombs <j****o@j****m> over 7 years ago
60692e11 Sort lines in extensions. Add comment about purpose. Jason R. Coombs <j****o@j****m> over 7 years ago
3be8a7c4 merge Merge branch 'feature/auto-version' into 'master' Barry Warsaw <b****y@p****g> over 7 years ago
4861e9c2 Bump to zipp 0.3.2 to address compatibility with classic division on Python 2.7. Jason R. Coombs <j****o@j****m> over 7 years ago
22496bb5 Bump to zipp 0.3.1 to address compatibility issues on Python 3.5 Jason R. Coombs <j****o@j****m> over 7 years ago
2c91e8ec Remove use of setup_requires. Builders now require pip 10 or later to build/i... Jason R. Coombs <j****o@j****m> over 7 years ago
a11593fb A preliminary implementation of `local_distribution` for discussion. Ref #27. Jason R. Coombs <j****o@j****m> over 7 years ago
5c200dd4 Suppress deprecation warning in docutils Jason R. Coombs <j****o@j****m> over 7 years ago
a2c29589 Rely entirely on zipp.Path for opening the zip file, even from a path-like ob... Jason R. Coombs <j****o@j****m> over 7 years ago
95af04d3 Prefer pytest-checkdocs to collective.checkdocs Jason R. Coombs <j****o@j****m> almost 8 years ago
aba4dc88 Bump version Jason R. Coombs <j****o@j****m> almost 8 years ago
e49cd4d3 Update changelog Jason R. Coombs <j****o@j****m> almost 8 years ago
25fcf22e Remove text roles 'func' and 'class'. Fixes #26. Jason R. Coombs <j****o@j****m> almost 8 years ago
dabb0a38 merge Merge branch 'bugfix/20-case-insensitive-search' Jason R. Coombs <j****o@j****m> almost 8 years ago
feac4b0e merge Merge branch 'bugfix/21-dash-names-normalized' Jason R. Coombs <j****o@j****m> almost 8 years ago
e3c91279 Rely on zipp.Path for nicer interface for locating files in a distribution (a... Jason R. Coombs <j****o@j****m> almost 8 years ago
6de73844 Remove pytest-sugar plugin from standard pipelines as recommended in Frozenba... Jason R. Coombs <j****o@j****m> almost 8 years ago
8a08fefa Remove workaround for pytest-sugar 159, now fixed. Jason R. Coombs <j****o@j****m> almost 8 years ago
43185e05 Initial draft of work to load requirements from dist-info and egg-info. Ref #18. Jason R. Coombs <j****o@j****m> almost 8 years ago
97029765 Extract _read_config Jason R. Coombs <j****o@j****m> almost 8 years ago
fee07e50 Add compatibility shim for systems without os.PathLike support Jason R. Coombs <j****o@j****m> almost 8 years ago
bdf3dcc1 Update changelog. Ref #20. Jason R. Coombs <j****o@j****m> almost 8 years ago
a0b07d9d Add test capturing new expectation. Ref #20. Jason R. Coombs <j****o@j****m> almost 8 years ago
c019aa00 Rewrite WheelMetadataFinder and WheelDistribution to align more closely with ... Jason R. Coombs <j****o@j****m> almost 8 years ago
35b2c49b Extract 'search_template' as class variable Jason R. Coombs <j****o@j****m> almost 8 years ago
d4da27e9 When finding distribution metadata, search case-insensitive. Fixes #20. Jason R. Coombs <j****o@j****m> almost 8 years ago
0e945cf6 Add test capturing failed expectation. Ref #20. Jason R. Coombs <j****o@j****m> almost 8 years ago
8bf07703 Remove 'startswith' test, which may have been a premature optimization. Ref #20. Jason R. Coombs <j****o@j****m> almost 8 years ago
d0f07a4e Add black config, pre-commit including black, check code with black. Jason R. Coombs <j****o@j****m> almost 8 years ago
166b43e1 Add workaround for Frozenball/pytest-sugar#159. Jason R. Coombs <j****o@j****m> almost 8 years ago
992df606 Prefer self.addCleanup to self.tearDown Jason R. Coombs <j****o@j****m> almost 8 years ago
9f5b8cb3 Always remove the tmpdir Jason R. Coombs <j****o@j****m> almost 8 years ago
a1a8712b Add docstring, reinforcing intention. Jason R. Coombs <j****o@j****m> almost 8 years ago
efc981b9 Guido order Jason R. Coombs <j****o@j****m> almost 8 years ago

← Back to repository