Metadata-Version: 1.0
Name: pytouch-cli
Version: 0.1.0
Summary: A Python tool similar to UNIX's touch.
Home-page: https://github.com/cedricouellet/pytouch.git
Author: cedricao
Author-email: cedricao.noreply@gmail.com
License: UNKNOWN
Description: ***********
        pytouch-cli
        ***********
        
        A Python tool similar to UNIX's touch.
        ######################################
        
        ::
        
         usage: pytouch.py [-h] [-q | -v] [-t TXT] FILE [FILE ...]
            A barebones Python equivalent of the touch command in UNIX
            positional arguments:
              FILE                File to create
            optional arguments:
              -h, --help          show this help message and exit
              -q, --quiet         Do not notify if the file already exists
              -v, --verbose       Notify upon file creation
              -t TXT, --text TXT  Text to store inside the created file
        
        
Platform: UNKNOWN
