pathtools
=========

Pattern matching and various utilities for file systems paths.


Deploying
---------

For the maintainer, the command to distribute the module is:

    $ python3 -m pip install wheel
    $ python3 setup.py sdist bdist_wheel upload
