pathtools
File system general utilities
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 pathtoolsuv
uv add pathtoolspoetry
poetry add pathtoolsInstalling 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
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
pathProvides Path objects that wrap filesystem…
permissive · top 5,000 on PyPI
wcmatchwcmatch provides enhanced file pattern matching…
permissive · top 1,000 on PyPI
poxPox provides utilities for filesystem…
permissive · top 5,000 on PyPI
dpathdpath lets you access, search, and modify…
permissive · top 5,000 on PyPI
path.pyProvides Path objects that wrap filesystem…
permissive · top 15,000 on PyPI
glob2glob2 extends Python's built-in glob module…
permissive · top 5,000 on PyPI
globmatchMatches file paths against glob patterns…
permissive · top 15,000 on PyPI
pathlibProvides object-oriented filesystem path…
permissive · top 5,000 on PyPI
universal-startfileProvides a cross-platform wrapper around…
permissive · top 15,000 on PyPI
appdataProvides a cross-platform abstraction for…
permissive · top 15,000 on PyPI