Metadata-Version: 1.1
Name: dpline
Version: 1.0
Summary: tool to remove duplicate lines from file
Home-page: https://github.com/dslackw/dpline
Author: dslackw
Author-email: d.zlatanidis@gmail.com
License: UNKNOWN
Description:                      _       _ _            
                          __| |_ __ | (_)_ __   ___ 
                         / _` | '_ \| | | '_ \ / _ \
                        | (_| | |_) | | | | | |  __/
                         \__,_| .__/|_|_|_| |_|\___|
                              |_|                   
        
        
        About
        -----
        
        Simple tool to remove duplicate lines from text file.
        
        
        Installation
        ------------
        
        $ tar xvf dpline-<version>.tar.gz
        $ cd dpline-<version>
        $ python setup.py install
        
        
        or via pip:
        
        $ pip install dpline --upgrade
        
        uninstall:
        
        $ pip uninstall dpline
        
        
        Command Line Tool Usage
        -----------------------
        
        Usage: dpline [OPTION] <file> [--ignore-blank, [--case-ins]]
        
        dpline is tool to remove duplicate lines from file
        
        Optional arguments:
          -h, --help          Print this help message and exit
          -v, --version       Print program version and exit
          -d, --display       Display removed lines
          -p, --preview       Preview duplicate lines before removal
          --ignore-blank      Ignore blank lines from remove
          --case-ins          Matching upper- and lowercase letters
        
        
        Copyright 
        ---------
        
        - Copyright © Dimitris Zlatanidis
        
        
Keywords: unique,duplicate,text,lines
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Classifier: Development Status :: 3 - Alpha
Classifier: Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Classifier: Operating System :: POSIX :: Linux
Classifier: Classifier: Operating System :: Unix
Classifier: Classifier: Programming Language :: Python
Classifier: Classifier: Programming Language :: Python :: 2.5
Classifier: Classifier: Programming Language :: Python :: 2.6
Classifier: Classifier: Programming Language :: Python :: 2.7
Classifier: Classifier: Programming Language :: Python :: 3
Classifier: Classifier: Programming Language :: Python :: 3.0
Classifier: Classifier: Programming Language :: Python :: 3.1
Classifier: Classifier: Programming Language :: Python :: 3.2
Classifier: Classifier: Programming Language :: Python :: 3.3
Classifier: Classifier: Programming Language :: Python :: 3.4
