importlib-resources 6.4.5
0
Read resources from Python packages
Contents
Read resources from Python packages
Stars: 64, Watchers: 64, Forks: 47, Open Issues: 4The python/importlib_resources
repo was created 3 years ago and the last code push was 3 weeks ago. The project is moderately popular with 64 github stars!
How to Install importlib-resources
You can install importlib-resources using pip
pip install importlib-resources
or add it to a project with poetry
poetry add importlib-resources
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/importlib-resources/
- GitHub Repo:
- https://github.com/python/importlib_resources
Classifiers
Related Packages
Errors
A list of common importlib-resources errors.
Code Examples
Here are some importlib-resources
code examples and snippets.
GitHub Issues
The importlib-resources package has 4 open issues on GitHub
- fix(types): Adding some typing from typeshed
- 5.4.0: pytest is failing in
importlib_resources/tests/update-zips.py::importlib_resources.tests.update-zips.main
unit - Deprecate legacy API in favor of traversable API (files)