Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python/importlib_resources
Backport of the importlib.resources module
https://github.com/python/importlib_resources
Add typing-extensions as a dependency
pstjohn opened this pull request 3 days ago
pstjohn opened this pull request 3 days ago
Undeclared typing-extensions dependency in 6.5.0
pstjohn opened this issue 3 days ago
pstjohn opened this issue 3 days ago
Add type annotations for Traversable.open.
jaraco opened this pull request 3 days ago
jaraco opened this pull request 3 days ago
Add a `Traversable.read_text()` `errors` parameter
kurtmckee opened this pull request about 1 month ago
kurtmckee opened this pull request about 1 month ago
Resolve two test suite failures
kurtmckee opened this pull request about 1 month ago
kurtmckee opened this pull request about 1 month ago
Functional API tests still broken on big-endian machines
cjwatson opened this issue 4 months ago
cjwatson opened this issue 4 months ago
Test non-paths in dunder path failing on Python 3.13
jaraco opened this issue 4 months ago
jaraco opened this issue 4 months ago
Traversable.open is untyped
jaraco opened this issue 4 months ago
jaraco opened this issue 4 months ago
Drop support for Python 3.8 (and older)?
Hedda opened this issue 4 months ago
Hedda opened this issue 4 months ago
Omit non-dir items when constructing a NamespaceReader
jaraco opened this pull request 5 months ago
jaraco opened this pull request 5 months ago
Fix issue in inferred caller when resourcse package has no source.
jaraco opened this pull request 5 months ago
jaraco opened this pull request 5 months ago
Fix functional API tests to be endian-agnostic
mgorny opened this pull request 6 months ago
mgorny opened this pull request 6 months ago
`importlib_resources/tests/test_functional.py` test failures on big endian architectures
mgorny opened this issue 6 months ago
mgorny opened this issue 6 months ago
Calling `importlib_resources.files` with an editable install fails
GarrStau opened this issue 6 months ago
GarrStau opened this issue 6 months ago
readers: add MultiplexedPath.paths
FFY00 opened this pull request 7 months ago
FFY00 opened this pull request 7 months ago
Expose base paths of `MultiplexedPath`
FFY00 opened this issue 7 months ago
FFY00 opened this issue 7 months ago
correct variable in example in migration.rst
altendky opened this pull request 8 months ago
altendky opened this pull request 8 months ago
Update sphinx requirement from <7.2.5 to <7.3.8
dependabot[bot] opened this pull request 9 months ago
dependabot[bot] opened this pull request 9 months ago
Rename functional.py to _functional.py
encukou opened this pull request 10 months ago
encukou opened this pull request 10 months ago
Make functional module private
jaraco opened this issue 10 months ago
jaraco opened this issue 10 months ago
Coverage and diffcov tests are unreliable
jaraco opened this issue 10 months ago
jaraco opened this issue 10 months ago
Add functional API
encukou opened this pull request 10 months ago
encukou opened this pull request 10 months ago
Restore precedence of standard readers over degenerate readers
jaraco opened this pull request 10 months ago
jaraco opened this pull request 10 months ago
Fix regression and restore stdlib reader suppression on Python 3.10
jaraco opened this pull request 10 months ago
jaraco opened this pull request 10 months ago
#257 is back since importlib_resources 6.2.0
jaraco opened this issue 10 months ago
jaraco opened this issue 10 months ago
Importlib-resources 6.2.0 and 6.3.0 break pytest_rewrite with jsonschema and likely other packages
potiuk opened this issue 10 months ago
potiuk opened this issue 10 months ago
Loading file in library fails in downstream packages
edgarrmondragon opened this issue 10 months ago
edgarrmondragon opened this issue 10 months ago
Give precedence to native traversable readers.
jaraco opened this pull request 11 months ago
jaraco opened this pull request 11 months ago
Refactor compatibility module
jaraco opened this pull request 11 months ago
jaraco opened this pull request 11 months ago
reader resolution algorithm seems inconsistent between stdlib and importlib_resources
mmerickel opened this issue 11 months ago
mmerickel opened this issue 11 months ago
NotADirectory error when calling files on a subdirectory of a zipped namespace package
sfc-gh-wzhao opened this issue 12 months ago
sfc-gh-wzhao opened this issue 12 months ago
Fix NotADirectory error when calling files on a subdirectory of a zipped namespace package
sfc-gh-wzhao opened this pull request about 1 year ago
sfc-gh-wzhao opened this pull request about 1 year ago
Add context manager support (Enterable behavior) to `files()`
jaraco opened this pull request about 1 year ago
jaraco opened this pull request about 1 year ago
Supporting context manager usage of files() -- similar to the old path() handling.
eli-schwartz opened this issue about 1 year ago
eli-schwartz opened this issue about 1 year ago
Fixed handling of namespace packages in zip files
jaraco opened this pull request over 1 year ago
jaraco opened this pull request over 1 year ago
Add support for Traversables in MultiplexedPath
jaraco opened this pull request over 1 year ago
jaraco opened this pull request over 1 year ago
Convert static zip fixtures to proper fixtures derived from disk-based fixtures.
jaraco opened this pull request over 1 year ago
jaraco opened this pull request over 1 year ago
`NotADirectoryError: MultiplexedPath only supports directories`
ReagTea opened this issue over 1 year ago
ReagTea opened this issue over 1 year ago
Typing – Traversable vs MultiplexedPath return value of files()
frenzymadness opened this issue over 1 year ago
frenzymadness opened this issue over 1 year ago
Inconsistent license information
sunpoet opened this issue over 1 year ago
sunpoet opened this issue over 1 year ago
Removal of legacy API
soxofaan opened this issue over 1 year ago
soxofaan opened this issue over 1 year ago
packge a project error
yeying075 opened this issue over 1 year ago
yeying075 opened this issue over 1 year ago
Remove legacy functions
jaraco opened this pull request over 1 year ago
jaraco opened this pull request over 1 year ago
stock importlib.resources on python 3.9 importlib.resources.files does not work in zipapp
franzhaas opened this issue almost 2 years ago
franzhaas opened this issue almost 2 years ago
Missed EncodingWarning
jaraco opened this issue almost 2 years ago
jaraco opened this issue almost 2 years ago
5.10.2: CoverageWarning: Couldn't parse '.../ziptestdata/__init__.py'
mtelka opened this issue almost 2 years ago
mtelka opened this issue almost 2 years ago
Support multiplexed descendants in MultiplexedPath.
jaraco opened this pull request almost 2 years ago
jaraco opened this pull request almost 2 years ago
flake8 test failures
mtelka opened this issue almost 2 years ago
mtelka opened this issue almost 2 years ago
Use NoneType instead of None for type annotation.
tomhennigan opened this pull request almost 2 years ago
tomhennigan opened this pull request almost 2 years ago
How to import a file in the program's root ?
gcailly opened this issue about 2 years ago
gcailly opened this issue about 2 years ago
Fix ResourceWarning due to unclosed file resource.
tirkarthi opened this pull request about 2 years ago
tirkarthi opened this pull request about 2 years ago
Which version should I use?
stephenfrench9 opened this issue about 2 years ago
stephenfrench9 opened this issue about 2 years ago
Enable MultiplexedPath.joinpath to return MultiplexedPath for common subdirectories
jooste opened this pull request about 2 years ago
jooste opened this pull request about 2 years ago
Confusing Error/Potential but with Python 3.6 since 5.10.0
MyreMylar opened this issue about 2 years ago
MyreMylar opened this issue about 2 years ago
TypeError: None not a valid annotation (since PR #260)
mkunesch opened this issue about 2 years ago
mkunesch opened this issue about 2 years ago
How can I install this library?
jdav16 opened this issue over 2 years ago
jdav16 opened this issue over 2 years ago
Bypass native readers with files
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
Replace `abstractproperty` with `property` + `abstractmethod`
sobolevn opened this pull request over 2 years ago
sobolevn opened this pull request over 2 years ago
`abc.abstractproperty` is deprecated since 3.3
sobolevn opened this issue over 2 years ago
sobolevn opened this issue over 2 years ago
MultiplexedPath only traverses first directory
jooste opened this issue over 2 years ago
jooste opened this issue over 2 years ago
Suggestion: MultiplexedPath.joinpath() to return MultiplexedPaths for subdirs that exist in multiple base dirs
jooste opened this issue over 2 years ago
jooste opened this issue over 2 years ago
Possible bug introduced with PR250, joinpath with "." causes StopIteration
VolkerH opened this issue over 2 years ago
VolkerH opened this issue over 2 years ago
Expand usage guide to illustrate namespace package usage.
jaraco opened this issue over 2 years ago
jaraco opened this issue over 2 years ago
Implement resolve as a single-dispatch function.
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
Allow a package to resolve its own resources simply
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
Provide a simple syntax to load resources from __here__
jaraco opened this issue over 2 years ago
jaraco opened this issue over 2 years ago
Support non-package modules.
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
files(...).joinpath doesn't accept variable number of arguments in Python 3.10+
Jakub-CZ opened this issue over 2 years ago
Jakub-CZ opened this issue over 2 years ago
Docs: Change isdir() to is_dir()
chanicpanic opened this pull request over 2 years ago
chanicpanic opened this pull request over 2 years ago
Add support for rendering a local copy of resources on the file system
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
Restore lenience in MultiplexedPath.joinpath for missing directories
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
TraversalError in MultiplexedPath.joinpath when parent in compound path is missing
MattiasDC opened this issue over 2 years ago
MattiasDC opened this issue over 2 years ago
Port tempfile finalizer
jaraco opened this issue over 2 years ago
jaraco opened this issue over 2 years ago
Removed footnote stating that PEP 420 namespace packages are ignored
codeandfire opened this pull request over 2 years ago
codeandfire opened this pull request over 2 years ago
Re-use joinpath logic in Traversable and MultiplexedPath
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
Honor '/'-separated names in ResourceContainer.joinpath.
jaraco opened this pull request over 2 years ago
jaraco opened this pull request over 2 years ago
bpo-47142: Refine Traversable.
jaraco opened this pull request almost 3 years ago
jaraco opened this pull request almost 3 years ago
Missing setup.py in the 5.6.0 release
tylau0 opened this issue almost 3 years ago
tylau0 opened this issue almost 3 years ago
Cannot import importlib.resources with importlib-resources installed
Chiiizzzy opened this issue almost 3 years ago
Chiiizzzy opened this issue almost 3 years ago
API reference missing in documentation
FFY00 opened this issue almost 3 years ago
FFY00 opened this issue almost 3 years ago
fix(types): Adding some typing from typeshed
henryiii opened this pull request almost 3 years ago
henryiii opened this pull request almost 3 years ago
5.4.0: pytest is failing in `importlib_resources/tests/update-zips.py::importlib_resources.tests.update-zips.main` unit
kloczek opened this issue about 3 years ago
kloczek opened this issue about 3 years ago
_legacy: fix Resource type hint
FFY00 opened this pull request about 3 years ago
FFY00 opened this pull request about 3 years ago
`Resource` should not be path-like
layday opened this issue about 3 years ago
layday opened this issue about 3 years ago
Improving the documentation
layday opened this issue about 3 years ago
layday opened this issue about 3 years ago
Replace tests of legacy API with comparable tests of traversable API.
jaraco opened this pull request about 3 years ago
jaraco opened this pull request about 3 years ago
_legacy: mark legacy API as PendingDeprecationWarning
FFY00 opened this pull request about 3 years ago
FFY00 opened this pull request about 3 years ago
abc: avoid abbreviations in the Traversable documentation
FFY00 opened this pull request about 3 years ago
FFY00 opened this pull request about 3 years ago
Deprecate legacy functions
jaraco opened this pull request about 3 years ago
jaraco opened this pull request about 3 years ago
5.2.2: sphinx warnings
kloczek opened this issue over 3 years ago
kloczek opened this issue over 3 years ago
Avoid file descriptor refleaks in as_file.
jaraco opened this pull request over 3 years ago
jaraco opened this pull request over 3 years ago
_adapters: make CompatibilityFiles return path-like traversables if possible
FFY00 opened this pull request over 3 years ago
FFY00 opened this pull request over 3 years ago
_common: make as_file return the real file on os.PathLike
FFY00 opened this pull request over 3 years ago
FFY00 opened this pull request over 3 years ago
docs/migration: explicitly set binary mode for open()
wwuck opened this pull request over 3 years ago
wwuck opened this pull request over 3 years ago
[5.2.0] importlib_resources.path does not throw FileNotFoundError anymore
chaen opened this issue over 3 years ago
chaen opened this issue over 3 years ago
pyinstaller error
Fish-pro opened this issue over 3 years ago
Fish-pro opened this issue over 3 years ago
Add support for a directory of resources
jaraco opened this issue over 3 years ago
jaraco opened this issue over 3 years ago
Duplicated `TraversableResourcesLoader` and `wrap_spec`
FFY00 opened this issue over 3 years ago
FFY00 opened this issue over 3 years ago
Replace `DegenerateFiles` with `CompatibilityFiles`
FFY00 opened this issue over 3 years ago
FFY00 opened this issue over 3 years ago
compat: fix zip traversables raise KeyError instead of FileNotFoundError on open
FFY00 opened this pull request over 3 years ago
FFY00 opened this pull request over 3 years ago