Skip to content
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

*importlib.resources* support #159

Open
aaronclong opened this issue Feb 21, 2023 · 2 comments
Open

*importlib.resources* support #159

aaronclong opened this issue Feb 21, 2023 · 2 comments

Comments

@aaronclong
Copy link

I am wondering if there is a possibility to add an importlib.resources asyncio version to this library.

This differs from standard files because it can load bundled/resource files especially in certain deployments. __file__ is relatively unstable and breaks in certain deployments. Hence why python added this new module to handle these cases for resource files and etc.

@Tinche
Copy link
Owner

Tinche commented Feb 22, 2023

Sure, if someone contributed it ;)

@aaronclong
Copy link
Author

Fair haha. I have to get familiar with how this library is asyncing the raw io calls.

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

2 participants