Metadata-Version: 1.1
Name: commentdater
Version: 0.1.0
Summary: Python command line tool to check for out of date comments.
Home-page: https://github.com/lsingh123/commentdater
Author: Lavanya Singh
Author-email: lsingh@college.harvard.edu
License: UNKNOWN
Download-URL: https://github.com/lsingh123/commentdater/archive/v0.1.0.tar.gz
Description: commentdater
        =======================
        
        commentdater is a command line tool that reminds you to update your comments when you change a line of code.
        
        Installation
        -----------------------
        `pip install commentdater`
        
        Usage
        -----------------------
            usage: commentdater [-h] -f FILE
        
            Check if your comments are out of date
        
            optional arguments:
              -h, --help            show this help message and exit
              -f FILE, --file FILE  file to check
        
        Author
        -----------------------
        <lsingh@college.harvard.edu>
        
Platform: UNKNOWN
