Metadata-Version: 2.0
Name: pdupes
Version: 0.0.0
Summary: Python duplicate file checker
Home-page: https://github.com/n8henrie/pdupes
Author: Nathan Henrie
Author-email: nate@n8henrie.com
License: MIT
Keywords: pdupes
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Requires-Dist: CommonMark (==0.5.5); extra == 'dev'
Requires-Dist: Sphinx (==1.4.9); extra == 'dev'
Requires-Dist: docutils (==0.12); extra == 'dev'
Requires-Dist: flake8 (==3.3.0); extra == 'dev'
Requires-Dist: flake8-docstrings (==1.1.0); extra == 'dev'
Requires-Dist: flake8-import-order (==0.12); extra == 'dev'
Requires-Dist: mypy (==0.501); extra == 'dev'
Requires-Dist: pep8-naming (==0.4.1); extra == 'dev'
Requires-Dist: pylint (==1.7.1); extra == 'dev'
Requires-Dist: pypandoc (==1.3.3); extra == 'dev'
Requires-Dist: pytest (==3.0.4); extra == 'dev'
Requires-Dist: recommonmark (==0.4.0); extra == 'dev'
Requires-Dist: sphinx-rtd-theme (==0.1.9); extra == 'dev'
Requires-Dist: tox (==2.6.0); extra == 'dev'
Requires-Dist: twine (==1.8.1); extra == 'dev'

pdupes
======

|Build Status|

Python script to quickly find duplicate files, inspired by
cwilper/pdupes.

-  Free software: MIT
-  Documentation: https://pdupes.readthedocs.org

Features
--------

-  TODO

Introduction
------------

-  TODO

Dependencies
------------

-  Python >= 3.6
-  See ``requirements.txt``

Quickstart
----------

1. ``pip3 install pdupes``

-  TODO

Development Setup
~~~~~~~~~~~~~~~~~

1. Clone the repo:
   ``git clone https://github.com/n8henrie/pdupes && cd    pdupes``
2. Make a virtualenv: ``python3 -m venv venv``

-  TODO

Configuration
-------------

-  TODO

Acknowledgements
----------------

-  TODO

Troubleshooting / FAQ
---------------------

-  How can I install an older / specific version of pdupes?

   -  Install from a tag:

      -  pip install git+git://github.com/n8henrie/pdupes.git@v0.1.0

   -  Install from a specific commit:

      -  pip install
         git+git://github.com/n8henrie/pdupes.git@aabc123def456ghi789

.. |Build Status| image:: https://travis-ci.org/n8henrie/pdupes.svg?branch=master
   :target: https://travis-ci.org/n8henrie/pdupes


`Changelog <https://keepachangelog.com>`__
==========================================

0.2.0 :: 2017-07-24
-------------------

-  First release on PyPI.


