Metadata-Version: 2.1
Name: pathtools3
Version: 0.2.1
Summary: File system general utilities
Home-page: https://github.com/nuxeo/pathtools3
Author: Nuxeo
Author-email: maintainers-python@nuxeo.com
License: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
License-File: LICENSE

pathtools
=========

Pattern matching and various utilities for file systems paths.


Installing
----------

As simple as:

    python3 -m pip install --upgrade --user pathtools3

Or from sources:

    python3 -m pip install -e .


Testing
-------

Requirements:

    python3 -m pip install pytest pytest-cov

And then:

    python3 -m pytest


Deploying
---------

For the maintainer, you will need to install wheel:

    python3 -m pip install wheel

And the command to distribute the module is:

    python3 setup.py sdist bdist_wheel upload
