skillfed

pathtools

File system general utilities

pathtools v0.1.2 286.4K downloads/30d#8,043 on PyPI49
Permissive license MIT License DORMANT released

What it is and what it does

pathtools is a utility library for pattern matching and general-purpose file system path operations. It provides cross-platform abstractions for working with file paths, likely including utilities for matching paths against patterns and manipulating path strings.

The package has been dormant since its 2011 release and receives no active maintenance. While it carries no known security vulnerabilities and is licensed permissively under MIT, its age and lack of recent activity mean it may not handle modern file system features or edge cases, and you should verify that its API and behavior match your needs before depending on it in new projects.

Use it for:

  • Building file filtering or selection logic that needs to match paths against patterns in a portable way.
  • Implementing watch or monitor tools that need to identify which files match certain path criteria.
  • Writing build or deployment scripts that manipulate and match file paths across different operating systems.
  • Creating test utilities that need to locate or filter test files by path pattern.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides pattern matching and utility functions for working with file system paths in a cross-platform way.

No, unless you are maintaining legacy code that already depends on it. The package is dormant (last release 2011, no maintenance since 2023), has high install friction due to source-only distribution, and offers no documentation or active support. Modern Python projects should use pathlib (standard library) or more actively maintained alternatives for path operations.

Install

pathtools on PyPI

pip

pip install pathtools

uv

uv add pathtools

poetry

poetry add pathtools

Installing pathtools

Before you install

High install friction due to source-only distribution (pathtools-0.1.2.tar.gz). Package is dormant—last release was 2011-08-25 and no commits since 2023-10-24. Maintenance status suggests it is unlikely to receive updates or support.

License in practice

MIT License (permissive) means you can use, modify, and distribute this package freely in both open-source and commercial projects, provided you include the license notice.

Quickstart

pip install pathtools==0.1.2

import pathtools
# Pattern matching and path utilities available via pathtools module

Source-only distribution (tar.gz) may require a C compiler or build tools on some systems; Python version support is unspecified.

Verify before relying

  • What pattern-matching syntax or API does the package expose (glob, regex, fnmatch, or custom)?
  • Does it handle symlinks, relative paths, or other edge cases in path resolution?
  • Is Python version support truly unspecified, or does the package have implicit version constraints?

Package facts

License MIT License (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance dormant — 5,468 days since the last release
Last repo commit
First released
Downloads 286,404/month — #8,043 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pathtools-0.1.2.tar.gz

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: PythonTopic :: Software Development :: LibrariesTopic :: System :: FilesystemsTopic :: Utilities

Tags

file path pattern matchingfilesystem path utilitiespath globbing and filteringcross-platform path toolspathname utilities library
legacydormant

More Libraries packages