Metadata-Version: 1.1
Name: filetool
Version: 0.0.4
Summary: File manipulate tools.
Home-page: https://github.com/MacHu-GWU/filetool-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: UNKNOWN
Download-URL: https://github.com/MacHu-GWU/filetool-project/tarball/2016-09-14
Description: Welcome to the filetool Documentation

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

        Tool set helps you **select, filter, sort, archive， rename, manipulate** your files. Similar to pathlib. If you worry about performance, `this package <https://pypi.python.org/pypi/pathlib_mate>`_ might works.

        

        

        **Quick links**:

        

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

        - `Online Documentation <http://www.wbh-doc.com.s3.amazonaws.com/filetool/index.html>`_

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

        - `Install <install_>`_

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

        - `API reference and source code <http://www.wbh-doc.com.s3.amazonaws.com/filetool/py-modindex.html>`_

        

        

        .. _install:

        

        Install

        -------

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

        

        .. code-block:: console

        

        	$ pip install filetool

        

        To upgrade to latest version:

        

        .. code-block:: console

        	

        	$ pip install --upgrade filetool
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
