Ross ROSS = Recommend OSS · open-source software intelligence for agents

jaraco/path

Object-oriented file system path manipulation observed · 2026-08-28

github.com/jaraco/path · Python observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 77
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 211
  • age_days: 5247
  • days_rel: 402
  • days_push: 142
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1124 stars · 151 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library providing object-oriented file system path manipulation, where Path objects are first-class str subclasses with rich methods for file operations. It offers quality-of-life features beyond pathlib such as rmtree, TempDir, and advanced walk/chmod behavior.

Use cases

  • manipulate file paths as objects in python
  • glob and process files in a directory
  • temporarily change working directory in python
  • replace pathlib with a more convenient path library
  • write file cleanup scripts in python

When to choose

  • you want Path objects usable directly as strings with legacy APIs
  • you need convenience methods like rmtree, remove_p, and TempDir beyond pathlib
  • you prefer a fluent, object-oriented interface over os.path

When to avoid

  • you only need the standard library and pathlib suffices
  • you need PEP 519 PathLike interop with modern APIs only
  • you require a project with an explicit open-source license

Facets

library · maturity active

file-system developer-tools files python cross-platform path-manipulation pathlib-alternative object-oriented-filesystem

2 sources

Member repositories

RepositoryRoleHealth v2
jaraco/pathmain57

For agents

markdown · JSON · MCP: product_card(name="jaraco/path")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem