Metadata-Version: 2.1
Name: copilotcleaner
Version: 0.1
Summary: Python tool to clean copilot comments
Home-page: https://github.com/frankhart2018/copilotcleaner
Author: Siddhartha Dhar Choudhury
Author-email: sdharchou@gmail.com
License: MIT
Description: # Copilot Cleaner
        
        A simple command line tool to clean all the comments from Python project that are used by GitHub's copilot to generate code. These comments are not useful mostly and manual cleaning of these comments from large codebases is not an easy task, hence this tool.
        
        This works only with <strong>Python</strong> projects as of now. Support for other languages will be added soon.
        
        # Usage
        
        ```bash
        user@programmer~:$ ccc -dir <path-to-project>
        ```
        
        This cleans all comments that start with "#\$", so instead of just # you have to start copilot comments with "#\$".
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
