Installation
Using uv
[pip] is an extremely fast Python package installer.
You can use it to install pathurl and try it out:
$ uv pip install pathurl
Using a PEP 621 compliant build backend
PEP 621 is the standard way to store your dependencies in a pyproject.toml file.
You can add pathurl to your pyproject.toml file:
[project]
dependencies = [
"pathurl~=0.7",
....
]
Python Version Requirement
Please note that pathurl requires Python 3.9 or higher. Please ensure
that you have such a version installed in your system. If not,
consider using a tool like pyenv to create a shell with the required Python version.