Skip to content

issues Search Results · repo:barneygale/pathlib-abc language:Python

Filter by

0 results
 (79 ms)

0 results

inbarneygale/pathlib-abc (press backspace or delete to remove)

Hello, We are trying to implement an interface similar to pathlib.Path for a remote posix filesystem (more specifically, to access files on the main Kubernetes container from a sidecar container via pebble) ...
  • carlcsaposs-canonical
  • 3
  • Opened 
    on Feb 11
  • #29

Hi, thanks for maintaining the project! Will you include the CPython 3.14 changes and fixes before its release date?
  • kfot
  • 1
  • Opened 
    on Dec 11, 2024
  • #28

Hello, I just need to a simple clarification about the Python license, in terms of which SPDX identifier to use. I see the license text was changed to the PSF only portion of the Python license. Is this ...
  • capfei
  • 3
  • Opened 
    on Jun 10, 2024
  • #27

See https://github.com/barneygale/pathlib-abc/actions/runs/9422665060
  • barneygale
  • 1
  • Opened 
    on Jun 7, 2024
  • #25

Hi, there are some new changes introduced in the pathlib module in the CPython 3.13 beta version. Will they be released anytime soon as the new version of pathlib_abc? Thanks!
  • kfot
  • 1
  • Opened 
    on Jun 4, 2024
  • #24

Hi, We are using your package in one of our projects but we were not clear about the license terms of this package. From the license document it seems it is a history of the license terms for Python ...
  • Strider221B
  • 2
  • Opened 
    on Jan 24, 2024
  • #22

Some file formats and backends, like .tar files, Git, or Google Cloud Storage, store objects in a flat namespace rather than a tree of directory/file entries. These systems: - Do not require directory ...
  • barneygale
  • Opened 
    on Jan 20, 2024
  • #21

Add methods like PathBase.copy() and copytree() that support copying files and directories from one path object to another. PathBase.copy() should: - Call open() methods on the source and destination ...
  • barneygale
  • 2
  • Opened 
    on Jan 19, 2024
  • #20

We now have an ABC for PurePathBase.pathmod called PathModuleBase - see https://pathlib-abc.readthedocs.io/en/latest/api.html#controlling-path-syntax The naming here made sense for when posixpath and ...
  • barneygale
  • 9
  • Opened 
    on Jan 15, 2024
  • #19

Per https://github.com/justindujardin/pathy/issues/105#issuecomment-1885429940
  • barneygale
  • 3
  • Opened 
    on Jan 13, 2024
  • #18
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub