Metadata-Version: 1.0
Name: pythonccf
Version: 0.1.1
Summary: A simple tool for renaming and documenting Python code according to PEP
Home-page: https://github.com/nikitosoleil/metaprog/tree/lab/2-python/L2
Author: Mykyta Oliinyk
Author-email: nikiolei@gmail.com
License: UNKNOWN
Description: # pythonccf
        
        A simple tool for renaming and documenting Python code according to PEP
        
        ## Table of contents
        
        * [Installation](#installation)
        * [Usage](#usage)
        * [Requirements](#requirements)
        
        # Installation
        
            pip install pythonccf
        
        # Usage
        
            pythonccf [args]
              
            Arguments:  
              -h, --help            Show help message and exit  
              -p P                  Path to project to format .py files in  
              -d D                  Directory to format .py files in  
              -f F                  .py file(s) to format  
              -v, --verify          Verify object names and documentation  
              -o, --output          Output fixed files  
              --output-prefix       Output path prefix
              
        ### Usage example
        
            pythonccf -f examples/test*.py -o --output-prefix output
        
        # Requirements
        
        - python>=3.5
Platform: UNKNOWN
