Metadata-Version: 2.0
Name: deplicate
Version: 0.1.0
Summary: Advanced Duplicate File Finder for Python
Home-page: https://github.com/vuolter/deplicate
Author: Walter Purcaro
Author-email: vuolter@gmail.com
License: MIT
Download-URL: https://github.com/vuolter/deplicate/releases
Keywords: duplicates dups
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=2.6,!=3.0,!=3.1,!=3.2
Requires-Dist: click (>=4.0)
Requires-Dist: pyobjc
Requires-Dist: pypiwin32 (>=154)
Requires-Dist: scandir
Provides-Extra: full
Requires-Dist: colorama; extra == 'full'
Requires-Dist: directio; extra == 'full'

deplicate
=========

Advanced Duplicate File Finder for Python.

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

Type in your command shell **with *administrator/root* privileges**:

::

    pip install deplicate[full]

In Unix-based systems, this is generally achieved by superseding the
command ``sudo``.

::

    sudo pip install deplicate[full]

The option ``full`` ensures that all the optional packages will
downloaded and installed as well as the mandatory dependencies.

You can install just the main package typing:

::

    pip install deplicate

If the above commands fail, consider installing with the option
`-user`_:

::

    pip install --user deplicate

Usage
-----

*TODO*

Examples
--------

*TODO*

API Reference
-------------

*TODO*

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

Copyright 2017 Walter Purcaro vuolter@gmail.com


.. _-user: https://pip.pypa.io/en/latest/user_guide/#user-installs


