Metadata-Version: 1.1
Name: pathlib-mate
Version: 0.0.1
Summary: Extended pathlib.
Home-page: https://github.com/MacHu-GWU/pathlib_mate-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/pathlib_mate-project/tarball/2016-09-14
Description: .. image:: https://travis-ci.org/MacHu-GWU/pathlib_mate-project.svg?branch=master

        

        .. image:: https://img.shields.io/pypi/v/pathlib_mate.svg

        

        .. image:: https://img.shields.io/pypi/l/pathlib_mate.svg

        

        .. image:: https://img.shields.io/pypi/pyversions/pathlib_mate.svg

        

        

        Welcome to pathlib_mate Documentation

        ===============================================================================

        `pathlib <https://docs.python.org/3/library/pathlib.html>`_ is an awesome library handling path in different OS. And it's been added into standard library since Python3.4. ``pathlib_mate`` gives extensive methods and attributes, makes ``pathlib`` more powerful and user-friendly.

        

        **Sorry, Documentation is not available yet.**

        

        

        **Quick Links**

        -------------------------------------------------------------------------------

        - `GitHub Homepage <https://github.com/MacHu-GWU/pathlib_mate-project>`_

        - `Online Documentation <http://pythonhosted.org/pathlib_mate>`_

        - `PyPI download <https://pypi.python.org/pypi/pathlib_mate>`_

        - `Install <install_>`_

        - `Issue submit and feature request <https://github.com/MacHu-GWU/pathlib_mate-project/issues>`_

        - `API reference and source code <http://pythonhosted.org/pathlib_mate/py-modindex.html>`_

        

        

        .. _install:

        

        Install

        -------------------------------------------------------------------------------

        

        ``pathlib_mate`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install pathlib_mate

        

        To upgrade to latest version:

        

        .. code-block:: console

        

        	$ pip install --upgrade pathlib_mate
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
