Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/importlib_metadata

Library to access metadata for Python packages
https://github.com/python/importlib_metadata

Use flufl.flake8 to ensure import order

5bead3e69ebaa0c9c16299ee5bf707c8dbec92c4 authored about 6 years ago by Barry Warsaw <[email protected]>
Merge branch 'flake8' into 'master'

Use flufl.flake8 to ensure import order

See merge request python-devs/importlib_metadata!28

ec7a4fba6bf63ae109647aac7a90ddc722444bc4 authored about 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'feature/inject-release-dates'

7b110fbf13628d32a8803316f93c3975277f2fde authored about 6 years ago by Jason R. Coombs <[email protected]>
Update changelog

710b56d89ea4bddf0cd3e33c1e3d494dad257de2 authored about 6 years ago by Jason R. Coombs <[email protected]>
Sort lines in extensions. Add comment about purpose.

60692e11cd11d4aeb174b682f9d6bc9b3797bb51 authored about 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'feature/auto-version' into 'master'

Configure project to set the version.txt based on scm metadata (tags, commits, dirty).

See merg...

3be8a7c48f08d40f21cc9c4648a93691fd431469 authored about 6 years ago by Barry Warsaw <[email protected]>
Bump to zipp 0.3.2 to address compatibility with classic division on Python 2.7.

4861e9c2688939c3ae5aac0193b20bc977f6325b authored about 6 years ago by Jason R. Coombs <[email protected]>
Bump to zipp 0.3.1 to address compatibility issues on Python 3.5

22496bb5f535566bcc66b627bf850bfd9b3a7163 authored about 6 years ago by Jason R. Coombs <[email protected]>
Remove use of setup_requires. Builders now require pip 10 or later to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809.

2c91e8ec0d99f9ca354b7f913d61720925bb98bc authored about 6 years ago by Jason R. Coombs <[email protected]>
Suppress deprecation warning in docutils

5c200dd4b98b91911ef9b7403373b84d017e42c0 authored about 6 years ago by Jason R. Coombs <[email protected]>
Rely entirely on zipp.Path for opening the zip file, even from a path-like object.

a2c2958989219919840761ff29d7b9d9cf9dca9a authored about 6 years ago by Jason R. Coombs <[email protected]>
Configure project to set the version.txt based on scm metadata (tags, commits, dirty).

88ff6e837a7eef1b6f651a25c23a43db01496dff authored about 6 years ago by Jason R. Coombs <[email protected]>
Use rst.linker to apply date stamps to changelog entries based on SCM metadata

6bc30c397c873a2c82b8837869b5906cac1dc439 authored about 6 years ago by Jason R. Coombs <[email protected]>
Initial draft of work to load requirements from dist-info and egg-info. Ref #18.

43185e059d899a0abda01e95b04f32d61f614f32 authored about 6 years ago by Jason R. Coombs <[email protected]>
Extract _read_config

97029765d378d43af07d61493c108bb361f347a6 authored about 6 years ago by Jason R. Coombs <[email protected]>
Rely on zipp.Path for nicer interface for locating files in a distribution (and loading them).

e3c912798829abcbb2d8e1fe421f31529c2ebde2 authored about 6 years ago by Jason R. Coombs <[email protected]>
Update changelog and documentation.

240acc70baf42cf0661848f13e9c4ad9ff80e9e9 authored about 6 years ago by Jason R. Coombs <[email protected]>
Add support and test coverage for locating files in egg-info as well as wheels.

dc97d27fb315e96d4ee394ddc1d458a501bc8a2e authored about 6 years ago by Jason R. Coombs <[email protected]>
Add implementation of file record retrieval.

154208f8c5598940b99fb3fa88b65faa5f210798 authored about 6 years ago by Jason R. Coombs <[email protected]>
Add test capturing proposed interface for files API.

7b2f15236ac867d076b502eab37b16c6cc8ed6bd authored about 6 years ago by Jason R. Coombs <[email protected]>
Prefer pytest-checkdocs to collective.checkdocs

95af04d3fcf70a487f59c854d802d9bac193de53 authored about 6 years ago by Jason R. Coombs <[email protected]>
Bump version

aba4dc88ef935290b797b3c6949ec553b1e21a3f authored about 6 years ago by Jason R. Coombs <[email protected]>
Update changelog

e49cd4d302e68a4016b73e8dc6fcb8a8334db4c5 authored about 6 years ago by Jason R. Coombs <[email protected]>
Remove text roles 'func' and 'class'. Fixes #26.

25fcf22e94c01a0f5dbd9f3ae27528b2d2d70e9c authored about 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'bugfix/20-case-insensitive-search'

dabb0a38d3f1e3a6c55b1e144fcfefeadd8ccbfa authored about 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'bugfix/21-dash-names-normalized'

feac4b0e98def283f791a20936598e7cda52bb66 authored about 6 years ago by Jason R. Coombs <[email protected]>
Remove pytest-sugar plugin from standard pipelines as recommended in Frozenball/pytest-sugar#159.

6de738440c6333e0f5e7b2447d2b5c05785481db authored about 6 years ago by Jason R. Coombs <[email protected]>
Remove workaround for pytest-sugar 159, now fixed.

8a08fefa8561407bee150a7e6c0c9d5117ac5e7b authored about 6 years ago by Jason R. Coombs <[email protected]>
Add test capturing new expectation. Ref #20.

a0b07d9d5e0dbb8163e8818419e153bc13710fd6 authored about 6 years ago by Jason R. Coombs <[email protected]>
Update changelog. Ref #20.

bdf3dcc15b11afe95a3328b4b8eb69099d0731a9 authored about 6 years ago by Jason R. Coombs <[email protected]>
Add compatibility shim for systems without os.PathLike support

fee07e505461f76fae8c91b736f917fc7d8d6e2f authored about 6 years ago by Jason R. Coombs <[email protected]>
Rewrite WheelMetadataFinder and WheelDistribution to align more closely with the patterns in MetadataPathFinder, allowing case-insensitive searches there as well. Closes #22.

c019aa007a17789f1ceb051265d1135bf0295a6c authored about 6 years ago by Jason R. Coombs <[email protected]>
Extract 'search_template' as class variable

35b2c49b8892f238e2025b998e10ab289e5e7cb5 authored about 6 years ago by Jason R. Coombs <[email protected]>
When finding distribution metadata, search case-insensitive. Fixes #20.

d4da27e9abeba6ded2d968b9b65ece15c0ef4c5d authored about 6 years ago by Jason R. Coombs <[email protected]>
Add test capturing failed expectation. Ref #20.

0e945cf6cc45c899329d692571963eed6a76de5f authored about 6 years ago by Jason R. Coombs <[email protected]>
Remove 'startswith' test, which may have been a premature optimization. Ref #20.

8bf077033ec6b3ce0e3d7ee51a90bb298ce701c1 authored about 6 years ago by Jason R. Coombs <[email protected]>
Add black config, pre-commit including black, check code with black.

d0f07a4e7ad465b0935bf85da94b12b9b8cc2e77 authored about 6 years ago by Jason R. Coombs <[email protected]>
Add workaround for Frozenball/pytest-sugar#159.

166b43e1429fa1b9b467da82109151222719cc20 authored about 6 years ago by Jason R. Coombs <[email protected]>
Prefer self.addCleanup to self.tearDown

992df60601c13878cc9a0b21c3d243db21d7049a authored about 6 years ago by Jason R. Coombs <[email protected]>
Always remove the tmpdir

9f5b8cb3f90639af728a3a95395645ab46b40110 authored about 6 years ago by Jason R. Coombs <[email protected]>
Add docstring, reinforcing intention.

a1a8712b2889e01da061221e9293574fb6552e80 authored about 6 years ago by Jason R. Coombs <[email protected]>
Guido order

efc981b9f8378f4ffffcdf1a2a586f5d3b3e07e6 authored about 6 years ago by Jason R. Coombs <[email protected]>
Prefer normalized

8e0af90bee5de34d8c2f29ac679526d3f9ca434e authored about 6 years ago by Jason R. Coombs <[email protected]>
Use 0.1 bump for bug fixes too for now.

c42d20613bcce2316ea3ba1332dece31b7daae16 authored about 6 years ago by Jason R. Coombs <[email protected]>
Restore Python 2.7 compatibility

f7f9ee9afb422ae4a3b193f5a42c2c15333ec69c authored about 6 years ago by Jason R. Coombs <[email protected]>
Update changelog. Ref #21.

0414c6f4f98522145fc7180fadd153642ed69606 authored about 6 years ago by Jason R. Coombs <[email protected]>
Fix distribution discovery in MetadataPathFinder. Closes #21.

2981247ca602dffe6759a6ad1ef94182e5c4045a authored about 6 years ago by Jason R. Coombs <[email protected]>
Add test capturing failed expectation. Ref #21.

6bdc0add510756b8319266591a3350937c9bbecd authored about 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'feature/note-about-eggs' into 'master'

Add section in caveats about eggs.

Closes #19

See merge request python-devs/importlib_metadata!25

9df4a0fdb8d8efe01fd46928f4d424894cb4639f authored about 6 years ago by Jason R. Coombs <[email protected]>
Update README.rst

b5f4137bde6a5d9f45d008695d3a1ea90b216ece authored about 6 years ago by Barry Warsaw <[email protected]>
Add section in caveats about eggs. Fixes #19.

52199abdc5421c81a710a605f0d236d52af0bd6f authored about 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'declarative' into skeleton

d5a3e47c7a722d40571e451c604aee411f9a58f1 authored about 6 years ago by Jason R. Coombs <[email protected]>
Require setuptools 34.4 to support python_requires in declarative config.

59cceeb35bd1005a16bd9985e623b10c82527e58 authored about 6 years ago by Jason R. Coombs <[email protected]>
Bump version and update changelog

cd2d82fce0d84a0d213cea633e3d117925d26be3 authored over 6 years ago by Jason R. Coombs <[email protected]>
Update changelog and documentation.

33e8e84c819011cf5e796303a7e5024b4a1d5d11 authored over 6 years ago by Jason R. Coombs <[email protected]>
Correct the reference to Distribution.read_text.__doc__

4f8d035290f99279fd0e7a35b0d027c483e80460 authored over 6 years ago by Jason R. Coombs <[email protected]>
Update docstring to match implementation.

ce5100d8040770fb669425cef81424390f835900 authored over 6 years ago by Jason R. Coombs <[email protected]>
Hide the distribution function. Fixes #14.

7f4cda8f01d879c49a48310ba012b2f1a9ab4676 authored over 6 years ago by Jason R. Coombs <[email protected]>
Implemented read_text. Ref #14.

6f946ea277d1bb173e6365ad9b639b96e60f1d92 authored over 6 years ago by Jason R. Coombs <[email protected]>
Add blank line after function description.

df735685608bfb3904bc76291bc8f9e7b799ce56 authored over 6 years ago by Jason R. Coombs <[email protected]>
Add metadata function for getting the metadata.

eaaeacdeb503d6a86310df0ab552781367233a43 authored over 6 years ago by Jason R. Coombs <[email protected]>
Update docstrings to match implementation

761447ad847f1fae44571377dc7d1e763ae9989f authored over 6 years ago by Jason R. Coombs <[email protected]>
Also ignore flake8 error

106c755f83d701003afca33e0ba22c20c3a31c97 authored over 6 years ago by Jason R. Coombs <[email protected]>
Add Python 2 to classifiers.

09da68a839b7296289a4903a1a44a26c87957e4b authored over 6 years ago by Jason R. Coombs <[email protected]>
Ignore pycodestyle warning. Seems it's not going to be fixed anytime soon.

f8a537f300727a87c1a4a663a5df8b6e05e1020d authored over 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'housekeeping/init-diet' into 'master'

Consolidate public functionality in .api and other functionality in _common.

See merge request ...

3daa92294594fa85dad6320984c5d5b24777cae6 authored over 6 years ago by Barry Warsaw <[email protected]>
Consolidate public functionality in .api and other functionality in _common.

a24884cea2006f7c3e6b28803689cbacc5bd696b authored over 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'feature/new-style-classes' into 'master'

Better to use new-style classes throughout for consistency

See merge request python-devs/import...

2fe19c08d27cceeced1ed80a2090ba055ffaf236 authored over 6 years ago by Barry Warsaw <[email protected]>
Better to use new-style classes throughout for consistency

5890abea737caa79cbb5b96be4920cfd28e8cb25 authored over 6 years ago by Jason R. Coombs <[email protected]>
Bump for 0.6

f75323986cf7e167c34f24ab8e2c417a598a8dcb authored over 6 years ago by Jason R. Coombs <[email protected]>
Update changelog for 0.5.

92af5fc854acb4d3da50124bf57f1037d0dd0133 authored over 6 years ago by Jason R. Coombs <[email protected]>
Remove support for resolving a module to a Distribution. Closes #15.

df455f55cb6d7800da43a9fd62a1fa37e7d5a2a2 authored over 6 years ago by Jason R. Coombs <[email protected]>
Update README to reflect the narrower scope of functionality.

4f1bcf71ba0441a1d4d3182e29f55777287196b9 authored over 6 years ago by Jason R. Coombs <[email protected]>
Sync _py2 and _py3

0ed71e1d13a06ffba650ec63861ac6078f0fd5db authored over 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'feature/iterators-on-py2' into 'master'

Sync _py2 and _py3

See merge request python-devs/importlib_metadata!17

13823f14153e13470a198a9335a915197fdf18c1 authored over 6 years ago by Barry Warsaw <[email protected]>
Remove unnecessary requirements

f4f96871f00fcdeb5e1ea19424a3880e91e32fde authored over 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'housekeeping/requirements' into 'master'

Remove unnecessary requirements

See merge request python-devs/importlib_metadata!18

50273de4a7b70849a5848ac15e040c40a319449e authored over 6 years ago by Barry Warsaw <[email protected]>
Merge branch 'my-version' into 'master'

Set the package's __version__

See merge request python-devs/importlib_metadata!16

dda68ad144b86b6ac5a10956fb73209f9f25d23b authored over 6 years ago by Barry Warsaw <[email protected]>
Test and support Python 3.4 and 3.5

5761a2ab32f5fffa3332138f34d132f46ba1e14c authored over 6 years ago by Barry Warsaw <[email protected]>
Merge branch 'issue16' into 'master'

Test and support Python 3.4 and 3.5

Closes #16

See merge request python-devs/importlib_metadat...

74d14d5375fbb7e7b540754b1bc0080ff199313b authored over 6 years ago by Jason R. Coombs <[email protected]>
Set the package's __version__

d88f65823f6184573de52aa6b084900a2d26e0d6 authored over 6 years ago by Barry Warsaw <[email protected]>
Prefer trailing commas.

91e3cda41528bae292159f14a17a3ece5d450737 authored over 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'bugfix/pathlib' into 'master'

Rely on pathlib for join/open

See merge request python-devs/importlib_metadata!15

4bd424cac545cbbcf167ec275a65ccd565e8e582 authored over 6 years ago by Barry Warsaw <[email protected]>
Rely on pathlib for join/open

80c3e3cd485bbd0d5dabf5cecc0d1cb91f80a4ab authored over 6 years ago by Jason R. Coombs <[email protected]>
Merge branch 'zimmermann/f-string' into 'master'

Don't use f'' strings for Python 3.<6 support

See merge request python-devs/importlib_metadata!12

0de7339ddb501b15920cec5feebea5339e15e1bf authored over 6 years ago by Jason R. Coombs <[email protected]>
Run tests on Python 3.4 also

bb866c932b72c2d9689b09db8ef3308fac7627e5 authored over 6 years ago by Jason R. Coombs <[email protected]>
Don't use f'' strings for Python 3.<6 support

84cfa2c582ca9b667f0f3ccb7bdfac918edb1a9d authored over 6 years ago by Stefan Zimmermann <[email protected]>
Move most package config to declarative config

9cdf6ef1f4401b1ec4b032f1b61c0f4f7fd78b8d authored over 6 years ago by Jason R. Coombs <[email protected]>
Correct some typos

4ab9140d325a78b874ac550df4992fed710536af authored over 6 years ago by Jason R. Coombs <[email protected]>
Bump version

b5f404631606eb55fd931f218eee9bb93f93ea97 authored over 6 years ago by Barry Warsaw <[email protected]>
Housekeeping

5508d2f19649b8415f09c574921ccd33d62e7a0d authored over 6 years ago by Barry Warsaw <[email protected]>
Make sure the example whl gets in the sdist

69a093384d5a7d4cabfacfb7d22f912f4b489064 authored over 6 years ago by Barry Warsaw <[email protected]>
Do the release dance

3d0cd291980eeafdfe7c99aeaa934b85702e1d50 authored over 6 years ago by Barry Warsaw <[email protected]>
Merge branch 'issue9' into 'master'

Support metadata in wheels

Closes #9

See merge request python-devs/importlib_metadata!10

cddeeb609a7457e692b674e02cc388a0553d4886 authored over 6 years ago by Jason R. Coombs <[email protected]>
Support metadata in wheels

Closes #9

Also:

* Rename `PackageNotFound` to `PackageNotFoundError`
* Make PNFE derive from `...

12a1e5da835d5552c113497c465553cd8df57858 authored over 6 years ago by Barry Warsaw <[email protected]>
Merge branch 'docs' into 'master'

Add documentation and clean up docstrings

Closes #11

See merge request python-devs/importlib_m...

23ac29ab3b77a9947289319f5afdfd4ac1bb65c3 authored over 6 years ago by Barry Warsaw <[email protected]>
Add documentation and clean up docstrings

5e6c27c021095edeceaaa1a36f00423eeec0ae37 authored over 6 years ago by Barry Warsaw <[email protected]>
Fix versions and the changelog.

d688448404ec0065c81ed1bdabf393214a1de546 authored over 6 years ago by Barry Warsaw <[email protected]>
Remove 'SECURE' - not sure if those will get overridden by group variables.

559f6c3833ff18213b2a62c3b05e230645f9edfb authored over 6 years ago by Jason R. Coombs <[email protected]>
Configure releases to happen mechanically on tags. Fixes #8.

8f308ac55b22bf38978d3f26286ecde033de6fda authored over 6 years ago by Jason R. Coombs <[email protected]>