Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / python/importlib_resources issues and pull requests

#310 - readers: add MultiplexedPath.paths

Pull Request - State: open - Opened by FFY00 about 1 month ago - 1 comment

#309 - Expose base paths of `MultiplexedPath`

Issue - State: open - Opened by FFY00 about 1 month ago
Labels: enhancement

#308 - correct variable in example in migration.rst

Pull Request - State: closed - Opened by altendky about 2 months ago

#307 - Update sphinx requirement from <7.2.5 to <7.3.8

Pull Request - State: closed - Opened by dependabot[bot] 2 months ago - 1 comment
Labels: dependencies

#306 - Rename functional.py to _functional.py

Pull Request - State: closed - Opened by encukou 3 months ago - 1 comment

#305 - Make functional module private

Issue - State: closed - Opened by jaraco 3 months ago - 2 comments

#304 - Coverage and diffcov tests are unreliable

Issue - State: closed - Opened by jaraco 3 months ago - 2 comments

#303 - Add functional API

Pull Request - State: closed - Opened by encukou 3 months ago - 2 comments

#302 - Restore precedence of standard readers over degenerate readers

Pull Request - State: closed - Opened by jaraco 3 months ago

#301 - Fix regression and restore stdlib reader suppression on Python 3.10

Pull Request - State: closed - Opened by jaraco 3 months ago

#300 - #257 is back since importlib_resources 6.2.0

Issue - State: closed - Opened by jaraco 4 months ago - 1 comment

#299 - Importlib-resources 6.2.0 and 6.3.0 break pytest_rewrite with jsonschema and likely other packages

Issue - State: closed - Opened by potiuk 4 months ago - 3 comments
Labels: duplicate

#298 - Loading file in library fails in downstream packages

Issue - State: closed - Opened by edgarrmondragon 4 months ago - 20 comments
Labels: bug

#297 - Give precedence to native traversable readers.

Pull Request - State: closed - Opened by jaraco 4 months ago - 3 comments

#296 - Refactor compatibility module

Pull Request - State: closed - Opened by jaraco 4 months ago

#292 - Add context manager support (Enterable behavior) to `files()`

Pull Request - State: closed - Opened by jaraco 6 months ago - 5 comments

#290 - Fixed handling of namespace packages in zip files

Pull Request - State: closed - Opened by jaraco 9 months ago - 3 comments

#289 - Add support for Traversables in MultiplexedPath

Pull Request - State: closed - Opened by jaraco 9 months ago - 1 comment

#287 - `NotADirectoryError: MultiplexedPath only supports directories`

Issue - State: closed - Opened by ReagTea 11 months ago - 4 comments

#286 - Typing – Traversable vs MultiplexedPath return value of files()

Issue - State: closed - Opened by frenzymadness 11 months ago - 1 comment

#285 - Inconsistent license information

Issue - State: closed - Opened by sunpoet 12 months ago - 1 comment

#284 - Removal of legacy API

Issue - State: closed - Opened by soxofaan 12 months ago - 1 comment

#283 - packge a project error

Issue - State: closed - Opened by yeying075 12 months ago

#282 - Remove legacy functions

Pull Request - State: closed - Opened by jaraco 12 months ago

#281 - stock importlib.resources on python 3.9 importlib.resources.files does not work in zipapp

Issue - State: closed - Opened by franzhaas over 1 year ago - 6 comments
Labels: bug

#280 - Missed EncodingWarning

Issue - State: closed - Opened by jaraco over 1 year ago

#279 - 5.10.2: CoverageWarning: Couldn't parse '.../ziptestdata/__init__.py'

Issue - State: closed - Opened by mtelka over 1 year ago - 1 comment

#278 - Support multiplexed descendants in MultiplexedPath.

Pull Request - State: closed - Opened by jaraco over 1 year ago - 2 comments

#277 - flake8 test failures

Issue - State: closed - Opened by mtelka over 1 year ago - 1 comment

#276 - Use NoneType instead of None for type annotation.

Pull Request - State: closed - Opened by tomhennigan over 1 year ago - 2 comments
Labels: invalid

#275 - How to import a file in the program's root ?

Issue - State: closed - Opened by gcailly over 1 year ago - 1 comment
Labels: question

#274 - Fix ResourceWarning due to unclosed file resource.

Pull Request - State: closed - Opened by tirkarthi over 1 year ago - 3 comments

#273 - Which version should I use?

Issue - State: closed - Opened by stephenfrench9 over 1 year ago - 2 comments
Labels: question

#272 - Enable MultiplexedPath.joinpath to return MultiplexedPath for common subdirectories

Pull Request - State: closed - Opened by jooste over 1 year ago - 2 comments

#271 - Confusing Error/Potential but with Python 3.6 since 5.10.0

Issue - State: closed - Opened by MyreMylar over 1 year ago - 2 comments
Labels: invalid

#270 - TypeError: None not a valid annotation (since PR #260)

Issue - State: closed - Opened by mkunesch over 1 year ago - 1 comment

#269 - How can I install this library?

Issue - State: closed - Opened by jdav16 over 1 year ago - 4 comments
Labels: question

#268 - Bypass native readers with files

Pull Request - State: closed - Opened by jaraco over 1 year ago - 5 comments

#267 - Replace `abstractproperty` with `property` + `abstractmethod`

Pull Request - State: closed - Opened by sobolevn almost 2 years ago - 2 comments

#266 - `abc.abstractproperty` is deprecated since 3.3

Issue - State: closed - Opened by sobolevn almost 2 years ago

#265 - MultiplexedPath only traverses first directory

Issue - State: closed - Opened by jooste almost 2 years ago - 2 comments

#263 - Possible bug introduced with PR250, joinpath with "." causes StopIteration

Issue - State: closed - Opened by VolkerH almost 2 years ago - 6 comments
Labels: invalid

#262 - Expand usage guide to illustrate namespace package usage.

Issue - State: closed - Opened by jaraco almost 2 years ago - 2 comments
Labels: documentation, enhancement

#261 - Implement resolve as a single-dispatch function.

Pull Request - State: closed - Opened by jaraco almost 2 years ago

#260 - Allow a package to resolve its own resources simply

Pull Request - State: closed - Opened by jaraco almost 2 years ago - 3 comments

#259 - Provide a simple syntax to load resources from __here__

Issue - State: closed - Opened by jaraco almost 2 years ago - 1 comment
Labels: enhancement

#258 - Support non-package modules.

Pull Request - State: closed - Opened by jaraco almost 2 years ago - 2 comments

#257 - files(...).joinpath doesn't accept variable number of arguments in Python 3.10+

Issue - State: closed - Opened by Jakub-CZ almost 2 years ago - 6 comments

#256 - Docs: Change isdir() to is_dir()

Pull Request - State: closed - Opened by chanicpanic almost 2 years ago

#255 - Add support for rendering a local copy of resources on the file system

Pull Request - State: closed - Opened by jaraco almost 2 years ago - 1 comment

#254 - Restore lenience in MultiplexedPath.joinpath for missing directories

Pull Request - State: closed - Opened by jaraco almost 2 years ago

#253 - TraversalError in MultiplexedPath.joinpath when parent in compound path is missing

Issue - State: closed - Opened by MattiasDC almost 2 years ago - 18 comments

#252 - Port tempfile finalizer

Issue - State: closed - Opened by jaraco about 2 years ago - 1 comment

#251 - Removed footnote stating that PEP 420 namespace packages are ignored

Pull Request - State: closed - Opened by codeandfire about 2 years ago - 3 comments

#250 - Re-use joinpath logic in Traversable and MultiplexedPath

Pull Request - State: closed - Opened by jaraco about 2 years ago

#249 - Honor '/'-separated names in ResourceContainer.joinpath.

Pull Request - State: closed - Opened by jaraco about 2 years ago - 2 comments

#248 - bpo-47142: Refine Traversable.

Pull Request - State: closed - Opened by jaraco about 2 years ago - 1 comment

#247 - Missing setup.py in the 5.6.0 release

Issue - State: closed - Opened by tylau0 about 2 years ago - 2 comments

#246 - Cannot import importlib.resources with importlib-resources installed

Issue - State: closed - Opened by Chiiizzzy over 2 years ago - 3 comments
Labels: invalid

#245 - API reference missing in documentation

Issue - State: closed - Opened by FFY00 over 2 years ago - 4 comments
Labels: documentation, help wanted

#244 - fix(types): Adding some typing from typeshed

Pull Request - State: closed - Opened by henryiii over 2 years ago

#242 - _legacy: fix Resource type hint

Pull Request - State: closed - Opened by FFY00 over 2 years ago - 1 comment

#241 - `Resource` should not be path-like

Issue - State: closed - Opened by layday over 2 years ago - 2 comments

#240 - Improving the documentation

Issue - State: closed - Opened by layday over 2 years ago - 7 comments
Labels: help wanted

#239 - Replace tests of legacy API with comparable tests of traversable API.

Pull Request - State: closed - Opened by jaraco over 2 years ago

#238 - _legacy: mark legacy API as PendingDeprecationWarning

Pull Request - State: closed - Opened by FFY00 over 2 years ago - 2 comments

#237 - abc: avoid abbreviations in the Traversable documentation

Pull Request - State: closed - Opened by FFY00 over 2 years ago

#236 - Deprecate legacy functions

Pull Request - State: closed - Opened by jaraco over 2 years ago

#235 - 5.2.2: sphinx warnings

Issue - State: closed - Opened by kloczek almost 3 years ago - 3 comments

#234 - Avoid file descriptor refleaks in as_file.

Pull Request - State: closed - Opened by jaraco almost 3 years ago

#233 - _adapters: make CompatibilityFiles return path-like traversables if possible

Pull Request - State: closed - Opened by FFY00 almost 3 years ago - 1 comment

#232 - _common: make as_file return the real file on os.PathLike

Pull Request - State: closed - Opened by FFY00 almost 3 years ago - 12 comments

#231 - docs/migration: explicitly set binary mode for open()

Pull Request - State: closed - Opened by wwuck almost 3 years ago - 1 comment

#230 - [5.2.0] importlib_resources.path does not throw FileNotFoundError anymore

Issue - State: closed - Opened by chaen almost 3 years ago - 3 comments

#229 - pyinstaller error

Issue - State: closed - Opened by Fish-pro about 3 years ago - 2 comments
Labels: invalid

#228 - Add support for a directory of resources

Issue - State: closed - Opened by jaraco about 3 years ago - 6 comments

#227 - Duplicated `TraversableResourcesLoader` and `wrap_spec`

Issue - State: closed - Opened by FFY00 about 3 years ago - 2 comments

#226 - Replace `DegenerateFiles` with `CompatibilityFiles`

Issue - State: closed - Opened by FFY00 about 3 years ago - 3 comments

#225 - compat: fix zip traversables raise KeyError instead of FileNotFoundError on open

Pull Request - State: closed - Opened by FFY00 about 3 years ago - 1 comment

#224 - _common: add type hint to files()

Pull Request - State: closed - Opened by FFY00 about 3 years ago - 2 comments

#223 - importlib_resources.files() is untyped

Issue - State: closed - Opened by gitpushdashf about 3 years ago - 1 comment

#222 - Implement MultiplexedPath.iterdir using 'unique_everseen'

Pull Request - State: closed - Opened by jaraco about 3 years ago

#221 - Replace legacy API implementation with files()

Pull Request - State: closed - Opened by FFY00 about 3 years ago - 13 comments

#220 - tests: add test for contents()

Pull Request - State: closed - Opened by FFY00 about 3 years ago

#219 - Add tests for namespace packages in files and read APIs

Pull Request - State: closed - Opened by FFY00 about 3 years ago

#218 - Issues with Conda distribution (when updating to `select` interface)

Issue - State: closed - Opened by chrisjsewell about 3 years ago - 4 comments

#217 - Make MultiplexedPath.name a property

Pull Request - State: closed - Opened by ap-- over 3 years ago

#216 - readers.MultiplexedPath.name is not a property

Issue - State: closed - Opened by ap-- over 3 years ago - 2 comments

#215 - Add a reader fallback even for forward port.

Pull Request - State: closed - Opened by jaraco over 3 years ago

#214 - test_package_has_no_reader_fallback assertion masked by _compat.package_spec

Issue - State: closed - Opened by jaraco over 3 years ago - 2 comments

#213 - Please drop setuptools_scm

Issue - State: closed - Opened by ddevault over 3 years ago - 35 comments

#212 - setup.cfg: add license field

Pull Request - State: closed - Opened by FFY00 over 3 years ago - 2 comments

#211 - License is showing as UNKNOWN in pip show.

Issue - State: closed - Opened by sureshvigneshbe over 3 years ago