Metadata-Version: 2.1
Name: dfr
Version: 0.0.3
Summary: A command line tool for finding and removing duplicacy
Home-page: http://github.com/srbcheema1/dfr
Author: Sarbjit Singh
Author-email: srbcheema1@gmail.com
License: MIT License
Description: # dfr
        duplicacy-finder-remover
        
        [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.ocm/srbcheema1/dfr/issues)
        [![a srbcheema1 production](https://img.shields.io/badge/-a%20srbcheema1%20production-blue.svg)](https://github.com/srbcheema1)
        [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/srbcheema1/dfr)
        [![HitCount](http://hits.dwyl.io/srbcheema1/dfr.svg)](http://hits.dwyl.io/srbcheema1/dfr)
        
        **DFR** is `Duplicacy Finder Remover`, A command-line tool find locate remove and manage duplicacies in files.
        
        
        ### Installation
        
        #### Install using pip (Recommended)
        
        - Use pip to install, user `--user` flag
        ```
        python3 -m pip install --user dfr
        ```
        
        #### Build from Source
        
        - Clone the repository and checkout to stable commit
        ```
        git clone https://github.com/srbcheema1/dfr
        cd dfr
        git checkout <latest_version say: v0.0.x>
        ```
        
        - install requirements
        ```
        python3 -m pip install --user -r requirements.txt
        ```
        - Install Dfr
        ```
        python3 setup.py install --user
        ```
        - Building Source Distribution
        ```
        python3 setup.py sdist
        ```
        
        
        ### Contact / Social Media
        
        [![Github](https://raw.githubusercontent.com/srbcheema1/CheemaFy/master/myPlugins/extra_things/png_images/social/github.png)](https://github.com/srbcheema1/)
        [![LinkedIn](https://raw.githubusercontent.com/srbcheema1/CheemaFy/master/myPlugins/extra_things/png_images/social/linkedin-48x48.png)](https://www.linkedin.com/in/srbcheema1/)
        [![Facebook](https://raw.githubusercontent.com/srbcheema1/CheemaFy/master/myPlugins/extra_things/png_images/social/fb.png)](https://www.facebook.com/srbcheema/)
        
        
        ### Development by
        
        Developer / Author: [Srb Cheema](https://github.com/srbcheema1/)
        
        Developer / Author: [Rakesh Kumar](https://github.com/spider34/)
        
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
