Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Extensibility support for Traversable resources #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaraco opened this issue Oct 21, 2020 · 10 comments
Closed

Extensibility support for Traversable resources #77

jaraco opened this issue Oct 21, 2020 · 10 comments

Comments

@jaraco
Copy link
Member

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Feb 17, 2020, 14:46

With the introduction of the importlib_resources.files API (!76), there's now a feature gap where non-standard loaders can no longer supply a hook to serve resources (of that type - they can still serve the legacy API). Such support is crucial to the broad success of this package.

In this comment I outline a possible replacement interface that this project can solicit from loaders.

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Feb 17, 2020, 14:46

mentioned in merge request !76

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Feb 17, 2020, 14:56

mentioned in commit ca98a0db5f5f208e43a6c36dc728b8db648af9f2

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Feb 17, 2020, 14:59

In the aforementioned commit, I've drafted a TraversableResources class, which by way of subclassing ResourceReader provides a default implementation of a ResourceReader implemented on .files().

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Feb 17, 2020, 15:02

I've started !85 to review the specific implementation.

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Feb 29, 2020, 22:13

mentioned in commit 9e71728

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Mar 1, 2020, 11:10

mentioned in commit 54debaf

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Mar 1, 2020, 11:10

mentioned in commit 6290675

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Mar 2, 2020, 18:19

removed milestone

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Mar 6, 2020, 13:13

closed via merge request !85

@jaraco
Copy link
Member Author

jaraco commented Oct 21, 2020

In GitLab by @jaraco on Mar 6, 2020, 13:13

mentioned in commit 81e7f72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant