Metadata-Version: 2.4
Name: pathorstr
Version: 2025.7.14.0
Summary: Unify Path and str
Author-email: Ann T Ropea <bedhanger@gmx.de>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/bedhanger/mwe/-/tree/master/python/pathorstr
Description-Content-Type: text/x-rst

pathorstr
=========

Provide a union of pathlib's Path and built-in str

The code
--------

Everyone has this, in one form or another, locally.  `Here
<https://gitlab.com/bedhanger/mwe/-/tree/master/python/pathorstr/src/pathorstr/_pathorstr.py>`_ it
is "officially".

Installation
------------

The `project <https://pypi.org/project/pathorstr/>`_ is on PyPI, so simply run

.. code-block:: bash

    $ python -m pip install pathorstr
