Metadata-Version: 1.1
Name: linecounter
Version: 1.3.2
Summary: linecounter for files
Home-page: https://github.com/halitkarakis/line-counter/
Author: M.Halit Karakis
Author-email: halit@halitkarakis.com.tr
License: Apache Software License
Description: 
        Linecounter
        ===========
        
        linecounter is a tool written in python, you can count how many lines you have in your files. This tool may be useful for developers who want to count how many lines of code they have in their projects. Because of linecounter isn't restricted for just code files it can be used in many areas which needs line counting.
        
        
        Features
        ========
        
        * Line counting for given file/files
        * Line counting for list of files in given directory
        * Line counting for list of files in given directory recursively
        * Line counting for list of files in given directory with filtering file extensions
        * Line counting without empty lines
        
        
        Source
        ======
        
        Find the latest version on github: https://github.com/halitkarakis/line-counter
        
        Feel free to fork and contribute!
        
        Installation
        ============
        
        The easiest way to install is with pip::
        
            pip install linecounter
        
        Or manually::
        
            python setup.py install
        
        
        Usage
        =====
        
        Usage::
        
            linecounter -fd [-r] path1 [path2 ...] [--filter ext1 [ext2 ...]]
        
        options::
        
            -f         Run line-counter with file paths
            -d         Run line-counter with directory paths
            -r         Search directories recursively, can be used if '-d' is set
            --filter   Count lines for files which extension is ext1, ext2 ...,
                       can be used if '-d' is set
            --help     Show this message
            --version  Show version info
            --noempty  Count non-empty lines
        
        
        Author
        ======
        
        I'm Muhammet Halit Karakis from Istanbul, Turkiye. You can contact me by email halit (at) halitkarakis com tr
        
Keywords: line counting tool command line
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
