Metadata-Version: 1.1
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
Description: 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.
        
Keywords: pdupes
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
