Metadata-Version: 1.2
Name: xlines
Version: 0.6.3
Summary: Count the number of lines of code in a project
Home-page: https://github.com/fstab50/xlines
Author: Blake Huber
Author-email: blakeca00@gmail.com
License: GPL-3.0
Description: 
        **xlines** | Count the number of lines of text
        ------------------------------------------------
        
        PACKAGE:  xlines
        
        
        **xlines**:
        
            * Python3 commandline utility.
            * Essential software developer tools
        
        **Features**:
        
            * Count lines in specific file objects provided as parameters
            * Alternatively provide a parent directory (project directory):
        
                * xlines sums all lines of text in all objects in subdirs.
                * outputs filename plus number of lines 
        
            * Exclusion list of File extensions not counted
            * User customizable
        
Keywords: code development tools
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Build Tools
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6, <4
